VirtualBox

Changeset 62133 in vbox


Ignore:
Timestamp:
Jul 8, 2016 10:52:13 AM (8 years ago)
Author:
vboxsync
Message:

vm.h: Corrected VM_FF_ALL_REM_MASK to include the hankering for handy pages.

File:
1 edited

Legend:

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

    r62075 r62133  
    580580
    581581/** All the forced VM flags. */
    582 #define VM_FF_ALL_MASK                          (~0U)
     582#define VM_FF_ALL_MASK                          (UINT32_MAX)
    583583/** All the forced VMCPU flags. */
    584 #define VMCPU_FF_ALL_MASK                       (~0U)
     584#define VMCPU_FF_ALL_MASK                       (UINT32_MAX)
    585585
    586586/** All the forced VM flags except those related to raw-mode and hardware
    587587 * assisted execution. */
    588 #define VM_FF_ALL_REM_MASK                      (~(VM_FF_HIGH_PRIORITY_PRE_RAW_MASK) | VM_FF_PGM_NO_MEMORY)
     588#define VM_FF_ALL_REM_MASK                      (~(VM_FF_HIGH_PRIORITY_PRE_RAW_MASK) | VM_FF_PGM_NEED_HANDY_PAGES | VM_FF_PGM_NO_MEMORY)
    589589/** All the forced VMCPU flags except those related to raw-mode and hardware
    590590 * assisted execution. */
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