VirtualBox

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


Ignore:
Timestamp:
Sep 26, 2019 12:46:26 PM (5 years ago)
Author:
vboxsync
Message:

Storage/DevVirtioSCSI.cpp: Attempt #4 to resolve burns

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

Legend:

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

    r81015 r81019  
    779779       LogFunc(("Bad read access to mapped capabilities region:\n"
    780780                "                  pVirtio=%#p GCPhysAddr=%RGp cb=%u\n",
    781                 pVirtio, GCPhysAddr, pv, cb, pv, cb));
     781                pVirtio, GCPhysAddr, cb));
    782782    }
    783783    return rc;
  • trunk/src/VBox/Devices/VirtIO/Virtio_1_0_impl.h

    r80943 r81019  
    503503        int primed = 0;
    504504        if (status & VIRTIO_STATUS_ACKNOWLEDGE)
    505             Log6(("ACKNOWLEDGE",   primed++));
     505            Log6(("%sACKNOWLEDGE", primed++ ? "" : ""));
    506506        if (status & VIRTIO_STATUS_DRIVER)
    507507            Log6(("%sDRIVER",      primed++ ? " | " : ""));
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