VirtualBox

Changeset 19141 in vbox for trunk/src/VBox/VMM/VMMTests.cpp


Ignore:
Timestamp:
Apr 23, 2009 1:52:18 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
46372
Message:

Action flags breakup.
Fixed PGM saved state loading of 2.2.2 images.
Reduced hacks in PATM state loading (fixups).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMTests.cpp

    r19015 r19141  
    391391         * These forced actions are not necessary for the test and trigger breakpoints too.
    392392         */
    393         VM_FF_CLEAR(pVM, VM_FF_TRPM_SYNC_IDT);
    394         VM_FF_CLEAR(pVM, VM_FF_SELM_SYNC_TSS);
     393        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TRPM_SYNC_IDT);
     394        VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_SELM_SYNC_TSS);
    395395
    396396        /*
     
    485485     * These forced actions are not necessary for the test and trigger breakpoints too.
    486486     */
    487     VM_FF_CLEAR(pVM, VM_FF_TRPM_SYNC_IDT);
    488     VM_FF_CLEAR(pVM, VM_FF_SELM_SYNC_TSS);
     487    VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TRPM_SYNC_IDT);
     488    VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_SELM_SYNC_TSS);
    489489
    490490    /* Enable mapping of the hypervisor into the shadow page table. */
     
    504504    PGMSyncCR3(pVCpu, pHyperCtx->cr0, CR3Phys, pHyperCtx->cr4, true);
    505505
    506     VM_FF_CLEAR(pVM, VM_FF_TO_R3);
     506    VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TO_R3);
    507507    VM_FF_CLEAR(pVM, VM_FF_TIMER);
    508508    VM_FF_CLEAR(pVM, VM_FF_REQUEST);
     
    555555            pGuestCtx->cr3 = CR3Phys;
    556556
    557             VM_FF_CLEAR(pVM, VM_FF_TO_R3);
     557            VMCPU_FF_CLEAR(pVCpu, VMCPU_FF_TO_R3);
    558558            VM_FF_CLEAR(pVM, VM_FF_TIMER);
    559559
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