Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106962456
D46205.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
354 B
Referenced Files
None
Subscribers
None
D46205.diff
View Options
diff --git a/sys/x86/xen/hvm.c b/sys/x86/xen/hvm.c
--- a/sys/x86/xen/hvm.c
+++ b/sys/x86/xen/hvm.c
@@ -563,7 +563,7 @@
set_xen_guest_handle(memmap.buffer, smap);
error = HYPERVISOR_memory_op(XENMEM_memory_map, &memmap);
if (error != 0)
- return (error);
+ return (0);
/*
* Fill with UNUSABLE regions, as it's always fine to use those for
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 9, 3:51 AM (6 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15729153
Default Alt Text
D46205.diff (354 B)
Attached To
Mode
D46205: x86/xen: ignore error to fetch memory map in xen_arch_init_physmem()
Attached
Detach File
Event Timeline
Log In to Comment