projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d7522
)
libxc: fix indentation
author
Wei Liu
<wei.liu2@citrix.com>
Sun, 6 Sep 2015 20:05:37 +0000
(21:05 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Mon, 7 Sep 2015 10:54:29 +0000
(11:54 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libxc/xc_sr_restore_x86_pv.c
patch
|
blob
|
history
diff --git
a/tools/libxc/xc_sr_restore_x86_pv.c
b/tools/libxc/xc_sr_restore_x86_pv.c
index c65a2f153d20e7d51247e1d109279eab6e44c425..bc604b3ab461722d22f5ae20e33dfc5ad484ad19 100644
(file)
--- a/
tools/libxc/xc_sr_restore_x86_pv.c
+++ b/
tools/libxc/xc_sr_restore_x86_pv.c
@@
-970,7
+970,7
@@
static int x86_pv_localise_page(struct xc_sr_context *ctx,
}
if ( to_populate && populate_pfns(ctx, to_populate, pfns, NULL) )
-
return -1;
+ return -1;
for ( i = 0; i < (PAGE_SIZE / sizeof(uint64_t)); ++i )
{