Page MenuHomeFreeBSD

D27348.diff
No OneTemporary

D27348.diff

Index: head/usr.sbin/bhyve/smbiostbl.c
===================================================================
--- head/usr.sbin/bhyve/smbiostbl.c
+++ head/usr.sbin/bhyve/smbiostbl.c
@@ -758,7 +758,7 @@
type19 = (struct smbios_table_type19 *)curaddr;
type19->arrayhand = type16_handle;
type19->xsaddr = 4*GB;
- type19->xeaddr = guest_himem;
+ type19->xeaddr = type19->xsaddr + guest_himem;
}
return (0);

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 19, 1:42 PM (17 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15942435
Default Alt Text
D27348.diff (417 B)

Event Timeline