Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F119839041
Command-Line Input
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
markj
Jun 12 2025, 3:59 PM
2025-06-12 15:59:26 (UTC+0)
Size
1 KB
Referenced Files
None
Subscribers
None
Command-Line Input
View Options
/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) {
| ^
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
19315466
Default Alt Text
Command-Line Input (1 KB)
Attached To
Mode
P661 Command-Line Input
Attached
Detach File
Event Timeline
Log In to Comment