VirtualBox

Changeset 61371 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jun 1, 2016 12:58:24 PM (9 years ago)
Author:
vboxsync
Message:

iomMmioHandler: Gracefully deal with large MMIO writes and read (FXSAVE and such) in ring-0 and raw-mode by deflecting them to ring-3. These things shouldn't normally happen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IOMInternal.h

    r60874 r61371  
    418418        RTGCPHYS                        GCPhys;
    419419        /** The value to write. */
    420         uint8_t                         abValue[24];
     420        uint8_t                         abValue[128];
    421421        /** The number of bytes to write (0 if nothing pending). */
    422422        uint32_t                        cbValue;
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