VirtualBox

Changeset 82210 in vbox for trunk/include


Ignore:
Timestamp:
Nov 26, 2019 12:27:40 AM (5 years ago)
Author:
vboxsync
Message:

GIM,GIMDev: Converted GIMDev to new style. bugref:9218

File:
1 edited

Legend:

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

    r80281 r82210  
    9292    /** The guest-physical address of the first page in the region. */
    9393    RTGCPHYS            GCPhysPage;
     94    /** The MMIO2 handle. */
     95    PGMMMIO2HANDLE      hMmio2;
    9496    /** The description of the region. */
    9597    char                szDescription[32];
     
    182184VMMR3DECL(void)             GIMR3GimDeviceRegister(PVM pVM, PPDMDEVINS pDevInsR3, PGIMDEBUG pDbg);
    183185VMMR3DECL(int)              GIMR3GetDebugSetup(PVM pVM, PGIMDEBUGSETUP pDbgSetup);
    184 VMMR3DECL(PGIMMMIO2REGION)  GIMR3GetMmio2Regions(PVM pVM, uint32_t *pcRegions);
    185186/** @} */
    186187#endif /* IN_RING3 */
     
    188189VMMDECL(bool)               GIMIsEnabled(PVM pVM);
    189190VMMDECL(GIMPROVIDERID)      GIMGetProvider(PVM pVM);
     191VMMDECL(PGIMMMIO2REGION)    GIMGetMmio2Regions(PVMCC pVM, uint32_t *pcRegions);
    190192VMM_INT_DECL(bool)          GIMIsParavirtTscEnabled(PVMCC pVM);
    191193VMM_INT_DECL(bool)          GIMAreHypercallsEnabled(PVMCPUCC pVCpu);
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