VirtualBox

Changeset 46659 in vbox


Ignore:
Timestamp:
Jun 19, 2013 1:42:28 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86549
Message:

VMM: AMD-V nits.

Location:
trunk/src/VBox/VMM/VMMR0
Files:
2 edited

Legend:

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

    r46657 r46659  
    25762576            }
    25772577        }
    2578 
    2579         /* -XXX- premature interruption during event injection */
    25802578    }
    25812579}
     
    27892787                SVMEVENT Event;
    27902788                Event.u          = 0;
     2789                Event.n.u1Valid  = 1;
    27912790                Event.n.u3Type   = SVM_EVENT_EXCEPTION;
    2792                 Event.n.u1Valid  = 1;
    27932791                Event.n.u8Vector = pSvmTransient->u64ExitCode - SVM_EXIT_EXCEPTION_0;
    27942792
  • trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp

    r46557 r46659  
    29152915
    29162916    /* Force to reload LDTR, so we'll execute VMLoad to load additional guest state. */
    2917     pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_LDTR;
     2917    pVCpu->hm.s.fContextUseFlags |= HM_CHANGED_GUEST_LDTR;  /** @todo r=ramshankar: I can't understand what effect this will have.
     2918                                                                    Probably a left over? */
    29182919
    29192920    return VINF_SUCCESS;
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