VirtualBox

Changeset 67668 in vbox for trunk/include


Ignore:
Timestamp:
Jun 28, 2017 4:28:34 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116476
Message:

PDM: rip out the entire FakePCIBIOS support, no longer triggered from here
Devices/Bus: register magic port to trigger FakePCIBIOS
BIOS: disable the unneeded function for PCI resource/IRQ initialization (only partially used anyway) and use the magic port to trigger FakePCIBIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdev.h

    r66270 r67668  
    610610    DECLR3CALLBACKMEMBER(void, pfnSetIrqR3,(PPDMDEVINS pDevIns, PPDMPCIDEV pPciDev, int iIrq, int iLevel, uint32_t uTagSrc));
    611611
    612     /**
    613      * Called to perform the job of the bios.
    614      *
    615      * This is only called for the first PCI Bus - it is expected to
    616      * service all the PCI buses.
    617      *
    618      * @returns VBox status.
    619      * @param   pDevIns     Device instance of the first bus.
    620      * @remarks Caller enters the PDM critical section.
    621      */
    622     DECLR3CALLBACKMEMBER(int, pfnFakePCIBIOSR3,(PPDMDEVINS pDevIns));
    623 
    624612    /** The name of the SetIrq RC entry point. */
    625613    const char         *pszSetIrqRC;
     
    633621
    634622/** Current PDMPCIBUSREG version number. */
    635 #define PDM_PCIBUSREG_VERSION                   PDM_VERSION_MAKE(0xfffe, 6, 0)
     623#define PDM_PCIBUSREG_VERSION                   PDM_VERSION_MAKE(0xfffe, 7, 0)
    636624
    637625/**
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