freebsd-src/sys/amd64/vmm
Robert Wing d4e8207317 vmm_instruction_emul.c: fix bhyve build
The __diagused macro was used to cure a "set but not used" warning. This
broke the build for bhyve since __diagused is only defined in the
kernel. Define __diagused when not building the kernel.

Fixes:          5241577a22 ("vmm: fix set but not used warning")
Reported by:    Jenkins
2022-04-10 13:37:24 -08:00
..
amd vmm: fix set but not used warnings 2022-04-10 10:30:08 -08:00
intel vmm: fix set but not used warnings 2022-04-10 10:30:11 -08:00
io Fix a typo in previous commit. 2022-04-08 12:01:33 -07:00
vmm.c bhyve: Do not remove guest physical addresses from IOMMU host domain 2022-03-24 15:21:24 +00:00
vmm_dev.c vmm: fix set but not used warning 2022-04-10 10:30:14 -08:00
vmm_host.c Correct undesirable interaction between caching of %cr4 in bhyve and 2018-04-24 13:44:19 +00:00
vmm_host.h amd64: move GDT into PCPU area. 2019-11-12 15:51:47 +00:00
vmm_instruction_emul.c vmm_instruction_emul.c: fix bhyve build 2022-04-10 13:37:24 -08:00
vmm_ioport.c vmm: fix set but not used warning 2022-04-10 10:30:19 -08:00
vmm_ioport.h Add SPDX tags to vmm(4). 2018-06-13 07:02:58 +00:00
vmm_ktr.h sys/amd64: further adoption of SPDX licensing ID tags. 2017-11-27 15:03:07 +00:00
vmm_lapic.c cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it 2021-10-18 09:56:58 -04:00
vmm_lapic.h vmx: use C99 bool, not boolean_t 2019-08-01 02:16:48 +00:00
vmm_mem.c sys/amd64: further adoption of SPDX licensing ID tags. 2017-11-27 15:03:07 +00:00
vmm_mem.h sys/amd64: further adoption of SPDX licensing ID tags. 2017-11-27 15:03:07 +00:00
vmm_snapshot.c Initial support for bhyve save and restore. 2020-05-05 00:02:04 +00:00
vmm_stat.c Extend the VMM stats interface to support a dynamic count of statistics. 2022-02-07 14:11:10 -08:00
vmm_stat.h Extend the VMM stats interface to support a dynamic count of statistics. 2022-02-07 14:11:10 -08:00
vmm_util.c Convert vmm_ops calls to IFUNC 2020-11-28 01:16:59 +00:00
vmm_util.h Convert vmm_ops calls to IFUNC 2020-11-28 01:16:59 +00:00
x86.c bhyve: add support for MTRR 2022-01-14 12:41:44 +01:00
x86.h bhyve: add support for MTRR 2022-01-14 12:41:44 +01:00