VirtualBox

Changeset 48133 in vbox


Ignore:
Timestamp:
Aug 28, 2013 5:33:30 PM (11 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Unbreak AMD-V event injection.

File:
1 edited

Legend:

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

    r48132 r48133  
    24552455    if (pVCpu->hm.s.Event.fPending)                                /* First, inject any pending HM events. */
    24562456    {
    2457 #if defined(VBOX_STRICT) || defined(VBOX_WITH_STATISTICS)
    24582457        Event.u = pVCpu->hm.s.Event.u64IntrInfo;
    24592458        Assert(Event.n.u1Valid);
    2460         bool fInject = true;
     2459#ifdef VBOX_STRICT
    24612460        if (Event.n.u3Type == SVM_EVENT_EXTERNAL_IRQ)
    24622461        {
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