Changeset 101668 in vbox for trunk/include/VBox
- Timestamp:
- Oct 31, 2023 4:10:37 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r101667 r101668 718 718 /** All the forced VMCPU flags. */ 719 719 #define VMCPU_FF_ALL_MASK ( UINT32_MAX \ 720 | VMCPU_FF_VMX_MTF | VMCPU_FF_VMX_APIC_WRITE | VMCPU_FF_VMX_INT_WINDOW \721 | VMCPU_FF_VMX_NMI_WINDOW )720 | VMCPU_FF_VMX_MTF | VMCPU_FF_VMX_APIC_WRITE | VMCPU_FF_VMX_INT_WINDOW \ 721 | VMCPU_FF_VMX_NMI_WINDOW ) 722 722 723 723 /** All the forced VM flags except those related to raw-mode and hardware
Note:
See TracChangeset
for help on using the changeset viewer.