VirtualBox

Ignore:
Timestamp:
Feb 20, 2008 6:49:47 PM (17 years ago)
Author:
vboxsync
Message:

Fix incorrect use of RTGCPHYS in DevATA. All this is 32bit only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/PIIX3ATABmDma.h

    r7043 r7060  
    5353typedef struct BMDMAState {
    5454    /** Address of the MMIO region in the guest's memory space. */
    55     RTGCPHYS pvAddr;
     55    uint32_t pvAddr;
    5656    /** Command register. */
    5757    uint8_t u8Cmd;
    5858    /** Status register. */
    5959    uint8_t u8Status;
    60     uint8_t au8Alignment[6]; /**< Alignment padding. */
    6160} BMDMAState;
    6261
     
    6564typedef struct BMDMADesc {
    6665    /** Address of the DMA source/target buffer. */
    67     RTGCPHYS pBuffer;
     66    uint32_t pBuffer;
    6867    /** Size of the DMA source/target buffer. */
    6968    uint32_t cbBuffer;
    70     uint32_t u32Alignment; /**< Alignment padding. */
    7169} BMDMADesc;
    7270
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