projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eb5685
)
x86 domain builder: Propagate x86_compat return code.
author
Keir Fraser
<keir.fraser@citrix.com>
Wed, 5 Dec 2007 09:46:55 +0000
(09:46 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Wed, 5 Dec 2007 09:46:55 +0000
(09:46 +0000)
Signed-off-by: Elizabeth Kon <eak@us.ibm.com>
tools/libxc/xc_dom_x86.c
patch
|
blob
|
history
diff --git
a/tools/libxc/xc_dom_x86.c
b/tools/libxc/xc_dom_x86.c
index 1a6aeb19726deae7dba1405805a286cbb8a0b740..2ed298907c50485489620a35b727cd83464008b5 100644
(file)
--- a/
tools/libxc/xc_dom_x86.c
+++ b/
tools/libxc/xc_dom_x86.c
@@
-694,7
+694,9
@@
int arch_setup_meminit(struct xc_dom_image *dom)
int rc;
xen_pfn_t pfn;
- x86_compat(dom->guest_xc, dom->guest_domid, dom->guest_type);
+ rc = x86_compat(dom->guest_xc, dom->guest_domid, dom->guest_type);
+ if ( rc )
+ return rc;
if ( xc_dom_feature_translated(dom) )
{
dom->shadow_enabled = 1;