VirtualBox

Changeset 91954 in vbox for trunk/src/VBox/Devices/VirtIO


Ignore:
Timestamp:
Oct 21, 2021 2:23:19 PM (3 years ago)
Author:
vboxsync
Message:

VMM,Devices: Eliminate direct calls to DBGFR3* and use the device helper callbacks, bugref:10074 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VirtIO/Virtio.cpp

    r91953 r91954  
    702702}
    703703# else
    704 #  define vpciR3DumpState(d, x, s)  do { RT_NOREF((d), (x)); } while (0)
     704#  define vpciR3DumpState(d, x, s)  do { } while (0)
    705705# endif
    706706
     
    716716int vpciR3SaveExec(PPDMDEVINS pDevIns, PCPDMDEVHLPR3 pHlp, PVPCISTATE pThis, PSSMHANDLE pSSM)
    717717{
    718     vpciR3DumpState(pDevIns, pThis, "vpciR3SaveExec");
     718    vpciR3DumpState(pDevIns, pThis, "vpciR3SaveExec"); RT_NOREF(pDevIns);
    719719
    720720    pHlp->pfnSSMPutU32(pSSM, pThis->uGuestFeatures);
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