VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 1:49:18 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38821
Message:

VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/PATMPatch.cpp

    r13822 r13830  
    236236                case PATM_CPUID_STD_PTR:
    237237                    /* @todo dirty hack when correcting this fixup (state restore) */
    238                     dest = CPUMGetGuestCpuIdStdGCPtr(pVM);
     238                    dest = CPUMGetGuestCpuIdStdRCPtr(pVM);
    239239                    break;
    240240
    241241                case PATM_CPUID_EXT_PTR:
    242242                    /* @todo dirty hack when correcting this fixup (state restore) */
    243                     dest = CPUMGetGuestCpuIdExtGCPtr(pVM);
     243                    dest = CPUMGetGuestCpuIdExtRCPtr(pVM);
    244244                    break;
    245245
    246246                case PATM_CPUID_CENTAUR_PTR:
    247247                    /* @todo dirty hack when correcting this fixup (state restore) */
    248                     dest = CPUMGetGuestCpuIdCentaurGCPtr(pVM);
     248                    dest = CPUMGetGuestCpuIdCentaurRCPtr(pVM);
    249249                    break;
    250250
    251251                case PATM_CPUID_DEF_PTR:
    252252                    /* @todo dirty hack when correcting this fixup (state restore) */
    253                     dest = CPUMGetGuestCpuIdDefGCPtr(pVM);
     253                    dest = CPUMGetGuestCpuIdDefRCPtr(pVM);
    254254                    break;
    255255
     
    287287                case PATM_VM_FORCEDACTIONS:
    288288                    /* @todo dirty assumptions when correcting this fixup during saved state loading. */
    289                     dest = pVM->pVMGC + RT_OFFSETOF(VM, fForcedActions);
     289                    dest = pVM->pVMRC + RT_OFFSETOF(VM, fForcedActions);
    290290                    break;
    291291
Note: See TracChangeset for help on using the changeset viewer.

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