VirtualBox

Ignore:
Timestamp:
Mar 28, 2008 5:15:38 PM (17 years ago)
Author:
vboxsync
Message:

The new MMIO2 code.
WARNING! This changes the pci mapping protocol for MMIO2 so it's working the same way as I/O ports and normal MMIO memory. External users of the interface will have to update their mapping routines.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDevState.h

    r7072 r7635  
     1/* $Id$ */
    12/** @file
    2  *
    3  * VBox Guest/VMM/host communication:
    4  * HGCM - Host-Guest Communication Manager header
     3 * VMMDev - Guest <-> VMM/Host communication device, Internal header.
    54 */
    65
     
    1716 */
    1817
    19 #ifndef __VMMDevState_h__
    20 #define __VMMDevState_h__
     18#ifndef ___VMMDevState_h___
     19#define ___VMMDevState_h___
    2120
    2221#include <VBox/cdefs.h>
     
    7271    /** Current host side event flags */
    7372    uint32_t u32HostEventFlags;
    74     /** Mask of events guest is interested in. Note that the HGCM events 
     73    /** Mask of events guest is interested in. Note that the HGCM events
    7574     *  are enabled automatically by the VMMDev device when guest issues
    7675     *  HGCM commands.
     
    136135
    137136    /* guest ram size */
    138     uint64_t    u64GuestRAMSize;
     137    uint64_t    cbGuestRAM;
    139138
    140139    /* statistics interval change request */
     
    146145    bool fVRDPEnabled;
    147146    uint32_t u32VRDPExperienceLevel;
    148        
     147
    149148#ifdef TIMESYNC_BACKDOOR
    150149    bool fTimesyncBackdoorLo;
    151150    uint64_t hostTime;
    152151#endif
    153     /** Set if GetHostTime should fail. 
     152    /** Set if GetHostTime should fail.
    154153     * Loaded from the GetHostTimeDisabled configuration value. */
    155154    bool fGetHostTimeDisabled;
     
    185184                                  uint32_t u32NotMask);
    186185
    187 #endif /* __VMMDevState_h__ */
     186#endif /* !___VMMDevState_h___ */
     187
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