VirtualBox

Ignore:
Timestamp:
Oct 14, 2011 1:48:03 PM (13 years ago)
Author:
vboxsync
Message:

DMA recompiler bug workaround for floppy, too.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/biosint.h

    r38833 r38997  
    228228#define BX_PANIC(...)   bios_printf(BIOS_PRINTF_DEBHALT, __VA_ARGS__)
    229229
     230/* Because we don't tell the recompiler when guest physical memory
     231 * is written, it can incorrectly cache guest code overwritten by
     232 * DMA (bus master or not). We just re-write the memory block to flush
     233 * any of its caches. This is not exactly efficient, but works!
     234 */
     235#define DMA_WORKAROUND      1
     236
    230237/* Random hardware-related definitions. */
    231238
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