freebsd-dev/sys/amd64/vmm
Mark Johnston 8b1adff8bc bhyve: Drop volatile qualifiers from snapshot code
They accomplish nothing since the qualifier is casted away in calls to
memcpy() and copyin()/copyout().  No functional change intended.

MFC after:	2 weeks
Reviewed by:	corvink, jhb
Differential Revision:	https://reviews.freebsd.org/D37292
2022-11-11 10:02:26 -05:00
..
amd vmm: permit some IPIs to be handled by userspace 2022-10-14 12:03:05 +02:00
intel vmm: permit some IPIs to be handled by userspace 2022-10-14 12:03:05 +02:00
io vmm: Fix AP startup with old userspace binaries. 2022-10-26 14:22:56 -07:00
vmm_dev.c vmm: Destroy character devices synchronously. 2022-05-20 09:53:43 -07:00
vmm_host.c
vmm_host.h amd64: move GDT into PCPU area. 2019-11-12 15:51:47 +00:00
vmm_instruction_emul.c bhyve: Address some signed/unsigned comparison warnings 2022-10-25 11:16:57 -04: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
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
vmm_mem.h
vmm_snapshot.c bhyve: Drop volatile qualifiers from snapshot code 2022-11-11 10:02:26 -05: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
vmm.c vmm: do not leak halted_cpus bit after suspension 2022-11-01 20:44:42 +02:00
x86.c vmm: Cherry pick illumos commit '13361 bhyve should mask RDT cpuid info' 2022-06-30 10:27:27 -07:00
x86.h vmm: Cherry pick illumos commit '13361 bhyve should mask RDT cpuid info' 2022-06-30 10:27:27 -07:00