VirtualBox

Changeset 45305 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
Apr 3, 2013 11:15:02 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84710
Message:

IOM: Adding pVCpu to a lot of calls and moving the lookup caches from VM to VMCPU.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r45025 r45305  
    18401840{
    18411841    unsigned    i;
    1842     uint8_t     elcr[2] = {0, 0};
     1842    uint8_t     elcr[2]  = {0, 0};
    18431843    PPCIGLOBALS pGlobals = PDMINS_2_DATA(pDevIns, PPCIGLOBALS);
    1844     PVM         pVM = PDMDevHlpGetVM(pDevIns);
    1845     Assert(pVM);
     1844    PVM         pVM      = PDMDevHlpGetVM(pDevIns); Assert(pVM);
     1845    PVMCPU      pVCpu    = PDMDevHlpGetVMCPU(pDevIns); Assert(pVM);
    18461846
    18471847    /*
     
    18651865
    18661866    /* Tell to the PIC. */
    1867     VBOXSTRICTRC rcStrict = IOMIOPortWrite(pVM, 0x4d0, elcr[0], sizeof(uint8_t));
     1867    VBOXSTRICTRC rcStrict = IOMIOPortWrite(pVM, pVCpu, 0x4d0, elcr[0], sizeof(uint8_t));
    18681868    if (rcStrict == VINF_SUCCESS)
    1869         rcStrict = IOMIOPortWrite(pVM, 0x4d1, elcr[1], sizeof(uint8_t));
     1869        rcStrict = IOMIOPortWrite(pVM, pVCpu, 0x4d1, elcr[1], sizeof(uint8_t));
    18701870    if (rcStrict != VINF_SUCCESS)
    18711871    {
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