VirtualBox

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


Ignore:
Timestamp:
Apr 5, 2011 1:56:34 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70997
Message:

PCI: better logging, try to play nice with MSI

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

Legend:

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

    r36079 r36562  
    3232DECLINLINE(bool) msiIs64Bit(PPCIDEVICE pDev)
    3333{
    34     return (msiGetMessageControl(pDev) & VBOX_PCI_MSI_FLAGS_64BIT) != 0;
     34    return pciDevIsMsi64Capable(pDev);
    3535}
    3636
  • trunk/src/VBox/Devices/Bus/PCIInternal.h

    r36138 r36562  
    8888    PCIDEV_FLAG_MSIX_CAPABLE       = 1<<4,
    8989    /** Flag if device represents real physical device in passthrough mode. */
    90     PCIDEV_FLAG_PASSTHROUGH        = 1<<5
     90    PCIDEV_FLAG_PASSTHROUGH        = 1<<5,
     91    /** Flag whether the device is capable of MSI using 64-bit address.  */
     92    PCIDEV_FLAG_MSI64_CAPABLE      = 1<<6
     93   
    9194};
    9295
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