VirtualBox

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


Ignore:
Timestamp:
Oct 10, 2024 5:42:05 PM (4 months ago)
Author:
vboxsync
Message:

VirtioNet/Core: debugger info fixes

Location:
trunk/src/VBox/Devices/VirtIO
Files:
2 edited

Legend:

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

    r106061 r106294  
    634634
    635635/** API Fuunction: See header file */
    636 DECLHIDDEN(void) virtioCoreR3VirtqInfo(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs, int uVirtq)
     636DECLHIDDEN(void) virtioCoreR3VirtqInfo(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, PVIRTIOCORE pVirtio, const char *pszArgs, int uVirtq)
    637637{
    638638    RT_NOREF(pszArgs);
    639     PVIRTIOCORE pVirtio = PDMDEVINS_2_DATA(pDevIns, PVIRTIOCORE);
    640639    PVIRTQUEUE pVirtq = &pVirtio->aVirtqueues[uVirtq];
    641640
  • trunk/src/VBox/Devices/VirtIO/VirtioCore.h

    r106061 r106294  
    769769 * @param   pDevIns     The device instance.
    770770 * @param   pHlp        Pointer to the debug info hlp struct
     771 * @param   pVirtio     Pointer to the virtio core embedded into the calling device
    771772 * @param   pszArgs     Arguments to function
    772773 */
    773 DECLHIDDEN(void) virtioCoreR3VirtqInfo(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, const char *pszArgs, int uVirtqNbr);
     774DECLHIDDEN(void) virtioCoreR3VirtqInfo(PPDMDEVINS pDevIns, PCDBGFINFOHLP pHlp, PVIRTIOCORE pVirtio, const char *pszArgs, int uVirtqNbr);
    774775
    775776/**
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