projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b61c9ac
)
x86/dom0: propagate guest_physmap_add_page error code
author
Roger Pau Monne
<roger.pau@citrix.com>
Thu, 27 Dec 2018 15:26:37 +0000
(16:26 +0100)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Thu, 27 Dec 2018 19:47:33 +0000
(19:47 +0000)
No functional change.
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/hvm/dom0_build.c
patch
|
blob
|
history
diff --git
a/xen/arch/x86/hvm/dom0_build.c
b/xen/arch/x86/hvm/dom0_build.c
index c0eb9cb9534d8e842e8f1b6d6b52d171370e9b5d..7ea29c443a29966432e01b49a5e5aa31b0dd4d15 100644
(file)
--- a/
xen/arch/x86/hvm/dom0_build.c
+++ b/
xen/arch/x86/hvm/dom0_build.c
@@
-126,7
+126,7
@@
static int __init pvh_populate_memory_range(struct domain *d,
{
printk("Failed to populate memory: [%#lx,%#lx): %d\n",
start, start + (1UL << order), rc);
- return
-ENOMEM
;
+ return
rc
;
}
start += 1UL << order;
nr_pages -= 1UL << order;