VirtualBox

Changeset 56628 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 24, 2015 7:44:56 PM (9 years ago)
Author:
vboxsync
Message:

IEM: Postpone INS memory writes to ring-3 if we hit an access handler. We cannot redo the read, that will only mess things us. This introduces a new per-cpu forced flag, VMCPU_FF_IEM, that must cause immediate return to ring-3 where it will be serviced ASAP. IEM will try return VINF_EM_RAW_TO_R3 as well to help make sure we get back to ring-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r56460 r56628  
    1136611366                  || rcStrict == VINF_EM_DBG_BREAKPOINT
    1136711367                  || rcStrict == VINF_EM_RAW_GUEST_TRAP
     11368                  || rcStrict == VINF_EM_RAW_TO_R3
    1136811369                  || rcStrict == VINF_TRPM_XCPT_DISPATCHED, ("%Rrc\n", VBOXSTRICTRC_VAL(rcStrict)));
    1136911370    }
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