VirtualBox

Ignore:
Timestamp:
Oct 1, 2015 4:44:12 PM (9 years ago)
Author:
vboxsync
Message:

Added support for GIM Hyper-V hypercalls and guest debugging.

File:
1 edited

Legend:

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

    r57886 r57989  
    1015310153
    1015410154        rc = GIMHypercall(pVCpu, pMixedCtx);
    10155         if (RT_SUCCESS(rc))
     10155        if (   rc == VINF_SUCCESS
     10156            || rc == VINF_GIM_R3_HYPERCALL)
    1015610157        {
    1015710158            /* If the hypercall changes anything other than guest general-purpose registers,
    1015810159               we would need to reload the guest changed bits here before VM-reentry. */
    1015910160            hmR0VmxAdvanceGuestRip(pVCpu, pMixedCtx, pVmxTransient);
    10160             return VINF_SUCCESS;
     10161            return rc;
    1016110162        }
    1016210163    }
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