VirtualBox

Ignore:
Timestamp:
Nov 22, 2024 10:48:00 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166080
Message:

VMM: bugref:10759 Restructure the APIC to allow different backends to be used.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/testcase/tstDevicePdmDevHlpR0.cpp

    r106061 r107113  
    12361236
    12371237    /* Check that it's the same device as made the ring-3 registrations: */
    1238     AssertLogRelMsgReturn(pGVM->pdm.s.Apic.pDevInsR3 == pDevIns->pDevInsForR3,
    1239                           ("%p vs %p\n", pGVM->pdm.s.Apic.pDevInsR3, pDevIns->pDevInsForR3), VERR_NOT_OWNER);
     1238    AssertLogRelMsgReturn(pGVM->pdm.s.Ic.pDevInsR3 == pDevIns->pDevInsForR3,
     1239                          ("%p vs %p\n", pGVM->pdm.s.Ic.pDevInsR3, pDevIns->pDevInsForR3), VERR_NOT_OWNER);
    12401240
    12411241    /* Check that it isn't already registered in ring-0: */
    1242     AssertLogRelMsgReturn(pGVM->pdm.s.Apic.pDevInsR0 == NULL, ("%p (caller pDevIns=%p)\n", pGVM->pdm.s.Apic.pDevInsR0, pDevIns),
     1242    AssertLogRelMsgReturn(pGVM->pdm.s.Ic.pDevInsR0 == NULL, ("%p (caller pDevIns=%p)\n", pGVM->pdm.s.Ic.pDevInsR0, pDevIns),
    12431243                          VERR_ALREADY_EXISTS);
    12441244
     
    12461246     * Take down the instance.
    12471247     */
    1248     pGVM->pdm.s.Apic.pDevInsR0 = pDevIns;
     1248    pGVM->pdm.s.Ic.pDevInsR0 = pDevIns;
    12491249#endif
    1250     Log(("PDM: Registered APIC device '%s'/%d pDevIns=%p\n", pDevIns->pReg->szName, pDevIns->iInstance, pDevIns));
     1250    Log(("PDM: Registered IC device '%s'/%d pDevIns=%p\n", pDevIns->pReg->szName, pDevIns->iInstance, pDevIns));
    12511251
    12521252    /* set the helper pointer and return. */
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