VirtualBox

Changeset 5072 in vbox


Ignore:
Timestamp:
Sep 27, 2007 9:20:23 AM (17 years ago)
Author:
vboxsync
Message:

Run vmx guest code with interrupts disabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r4071 r5072  
    158158    mov     xBP, xSP
    159159
     160    pushf
     161    cli
     162
    160163    ;/* First we have to save some final CPU context registers. */
    161164%ifdef RT_ARCH_AMD64
     
    274277
    275278.vmstart_end:
     279    popf
    276280    pop     xBP
    277281    ret
     
    332336    push    xBP
    333337    mov     xBP, xSP
     338
     339    pushf
     340    cli
    334341
    335342    ;/* First we have to save some final CPU context registers. */
     
    449456
    450457.vmresume_end:
     458    popf
    451459    pop     xBP
    452460    ret
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