Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Paste
P661
Command-Line Input
Active
Public
Actions
Authored by
markj
on Thu, Jun 12, 3:59 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Flag For Later
Award Token
Tags
None
Referenced Files
F119839041: Command-Line Input
Thu, Jun 12, 3:59 PM
2025-06-12 15:59:26 (UTC+0)
Subscribers
None
/usr/home/markj/src/freebsd/usr.sbin/bhyve/acpi.c:769:16: error: use of undeclared identifier 'VM_SYSMEM'
769 | if (segid >= VM_SYSMEM && segid < VM_BOOTROM) {
| ^
/usr/home/markj/src/freebsd/usr.sbin/bhyve/acpi.c:769:37: error: use of undeclared identifier 'VM_BOOTROM'
769 | if (segid >= VM_SYSMEM && segid < VM_BOOTROM) {
| ^
/usr/home/markj/src/freebsd/usr.sbin/bhyve/acpi.c:770:21: error: use of undeclared identifier 'VM_SYSMEM'; did you mean 'VM_MEM'?
770 | domain = segid - VM_SYSMEM;
| ^~~~~~~~~
| VM_MEM
/usr/obj/usr/home/markj/src/freebsd/amd64.amd64/tmp/usr/include/machine/vmm_snapshot.h:49:2: note: 'VM_MEM' declared here
49 | VM_MEM,
| ^
/usr/home/markj/src/freebsd/usr.sbin/bhyve/acpi.c:789:18: error: use of undeclared identifier 'VM_MAXMEMDOM'
789 | while (domain < VM_MAXMEMDOM) {
| ^
Event Timeline
markj
created this paste.
Thu, Jun 12, 3:59 PM
2025-06-12 15:59:26 (UTC+0)
Log In to Comment