VirtualBox

Changeset 86473 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Oct 7, 2020 5:30:25 PM (4 years ago)
Author:
vboxsync
Message:

VMM/PGM: Working on eliminating page table bitfield use. bugref:9841 bugref:9746

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp

    r82968 r86473  
    2121*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_PGM
     23#define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */
    2324#include <VBox/vmm/dbgf.h>
    2425#include <VBox/vmm/pgm.h>
  • trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp

    r82968 r86473  
    2121*********************************************************************************************************************************/
    2222#define LOG_GROUP LOG_GROUP_PGM_PHYS
     23#define VBOX_WITHOUT_PAGING_BIT_FIELDS /* 64-bit bitfields are just asking for trouble. See @bugref{9841} and others. */
    2324#include <VBox/vmm/pgm.h>
    2425#include <VBox/vmm/trpm.h>
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