Brendan Cully
2007-Jan-30 02:20 UTC
[Xen-devel] [PATCH] xc_linux_save was broken in 13594:30af6cfdb05c. Unbreak it
# HG changeset patch # User Brendan Cully <brendan@cs.ubc.ca> # Date 1170123626 28800 # Node ID 127de2224d9658cb7bc5c213c3427b0e9b72fda6 # Parent 5bb0840984936749b4e99f53931d72a8579d302c xc_linux_save was broken in 13594:30af6cfdb05c. Unbreak it. Signed-off-by: Brendan Cully <brendan@cs.ubc.ca> diff -r 5bb084098493 -r 127de2224d96 tools/libxc/xc_linux_save.c --- a/tools/libxc/xc_linux_save.c Mon Jan 29 13:22:21 2007 +0000 +++ b/tools/libxc/xc_linux_save.c Mon Jan 29 18:20:26 2007 -0800 @@ -998,7 +998,7 @@ int xc_linux_save(int xc_handle, int io_ } for ( j = 0; j < batch; j++ ) - ((uint32_t *)pfn_type)[i] = pfn_type[i]; + ((uint32_t *)pfn_type)[j] = pfn_type[j]; if ( xc_get_pfn_type_batch(xc_handle, dom, batch, (uint32_t *)pfn_type) ) { @@ -1006,7 +1006,7 @@ int xc_linux_save(int xc_handle, int io_ goto out; } for ( j = batch-1; j >= 0; j-- ) - pfn_type[i] = ((uint32_t *)pfn_type)[i]; + pfn_type[j] = ((uint32_t *)pfn_type)[j]; for ( j = 0; j < batch; j++ ) { _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel