VirtualBox

Changeset 17328 in vbox for trunk/include


Ignore:
Timestamp:
Mar 4, 2009 9:00:34 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43703
Message:

Deal with failed VINF_EM_RAW_EMULATE_IO_BLOCK attempts. Pointless to go back to ring 3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwaccm.h

    r17303 r17328  
    7373 * @param   pCtx        CPU context
    7474 */
    75 #define HWACCMCanEmulateIoBlock(pCtx)    (!CPUMIsGuestInPagedProtectedModeEx(pCtx))
     75#define HWACCMCanEmulateIoBlock(pVM)       (!CPUMIsGuestInPagedProtectedMode(pVM))
     76#define HWACCMCanEmulateIoBlockEx(pCtx)    (!CPUMIsGuestInPagedProtectedModeEx(pCtx))
    7677
    7778VMMDECL(int)    HWACCMInvalidatePage(PVM pVM, RTGCPTR GCVirt);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette