VirtualBox

Changeset 43361 in vbox for trunk/src


Ignore:
Timestamp:
Sep 19, 2012 8:49:07 PM (12 years ago)
Author:
vboxsync
Message:
 
File:
1 edited

Legend:

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

    r43354 r43361  
    27992799
    28002800    Log2(("\nE"));
     2801
     2802    /* This is not ideal, but if we don't clear the event injection in the VMCS right here,
     2803     * we may end up injecting some stale event into a VM, including injecting an event that
     2804     * originated before a VM reset *after* the VM has been reset. See @bugref{6220}.
     2805     */
     2806    VMXWriteVMCS(VMX_VMCS_CTRL_ENTRY_IRQ_INFO, 0);
    28012807
    28022808#ifdef VBOX_STRICT
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