VirtualBox

Changeset 78236 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 22, 2019 4:04:57 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: VMXMSRPM_ALLOW_RD_WR shorthand macro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/hm_vmx.h

    r78220 r78236  
    10671067/** Guest software writes to this MSR must cause a VM-exit. */
    10681068#define VMXMSRPM_EXIT_WR                                        RT_BIT(3)
     1069/** Guest software reads or writes of this MSR must not cause a VM-exit. */
     1070#define VMXMSRPM_ALLOW_RD_WR                                    (VMXMSRPM_ALLOW_RD | VMXMSRPM_ALLOW_WR)
     1071/** Guest software reads and writes of this MSR must cause a VM-exit. */
     1072#define VMXMSRPM_EXIT_RD_WR                                     (VMXMSRPM_EXIT_RD  | VMXMSRPM_EXIT_WR)
    10691073/** Mask of valid MSR read permissions. */
    10701074#define VMXMSRPM_RD_MASK                                        (VMXMSRPM_ALLOW_RD | VMXMSRPM_EXIT_RD)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette