VirtualBox

Changeset 73253 in vbox


Ignore:
Timestamp:
Jul 19, 2018 8:01:45 PM (7 years ago)
Author:
vboxsync
Message:

PGM,HM: Added todos about cleaning up the nested packing hacks. (bugref:9044)

Location:
trunk/src/VBox/VMM
Files:
3 edited

Legend:

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

    r73250 r73253  
    18221822    PGM_LOCK_ASSERT_OWNER(pVCpu->CTX_SUFF(pVM));
    18231823
     1824/** @todo r=bird: Gotta love this nested paging hacking we're still carrying with us... (Split PGM_TYPE_NESTED.) */
    18241825    int rc;
    18251826    switch (enmShwPagingMode)
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r73166 r73253  
    72007200     * Determine the nested paging mode.
    72017201     */
     7202/** @todo r=bird: Gotta love this nested paging hacking we're still carrying with us... (Split PGM_TYPE_NESTED.) */
    72027203    PGMMODE enmNestedPagingMode;
    72037204#if HC_ARCH_BITS == 32
  • trunk/src/VBox/VMM/VMMR0/PGMR0.cpp

    r69111 r73253  
    3737 * Instantiate the ring-0 header/code templates.
    3838 */
     39/** @todo r=bird: Gotta love this nested paging hacking we're still carrying with us... (Split PGM_TYPE_NESTED.) */
    3940#define PGM_BTH_NAME(name)          PGM_BTH_NAME_32BIT_PROT(name)
    4041#include "PGMR0Bth.h"
     
    509510     *       can use existing code to build the nested page tables.
    510511     */
     512/** @todo r=bird: Gotta love this nested paging hacking we're still carrying with us... (Split PGM_TYPE_NESTED.) */
    511513    bool fLockTaken = false;
    512514    switch (enmShwPagingMode)
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