VirtualBox

Changeset 64676 in vbox


Ignore:
Timestamp:
Nov 15, 2016 3:40:18 PM (8 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Pass 'rcRun' from VMLAUNCH/VMRESUME to hmR0VmxPostRunGuest and not result of hmR0VmxPreRunGuest.

File:
1 edited

Legend:

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

    r64663 r64676  
    90239023        /* Restore any residual host-state and save any bits shared between host
    90249024           and guest into the guest-CPU state.  Re-enables interrupts! */
    9025         hmR0VmxPostRunGuest(pVM, pVCpu, pCtx, &VmxTransient, VBOXSTRICTRC_TODO(rcStrict));
     9025        hmR0VmxPostRunGuest(pVM, pVCpu, pCtx, &VmxTransient, rcRun);
    90269026
    90279027        /* Check for errors with running the VM (VMLAUNCH/VMRESUME). */
     
    1015710157         * and guest into the guest-CPU state.  Re-enables interrupts!
    1015810158         */
    10159         hmR0VmxPostRunGuest(pVM, pVCpu, pCtx, &VmxTransient, VBOXSTRICTRC_TODO(rcStrict));
     10159        hmR0VmxPostRunGuest(pVM, pVCpu, pCtx, &VmxTransient, rcRun);
    1016010160
    1016110161        /* Check for errors with running the VM (VMLAUNCH/VMRESUME). */
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