VirtualBox

Changeset 50428 in vbox


Ignore:
Timestamp:
Feb 12, 2014 3:17:55 PM (11 years ago)
Author:
vboxsync
Message:

HMR0Mixed.mac: Windows experiment with delaying host IDTR.LIMIT restore again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMR0Mixed.mac

    r49726 r50428  
    1919;
    2020
     21
     22;;
     23; Keep these macro definitions in this file as it gets included and compiled
     24; with RT_ARCH_AMD64 once and RT_ARCH_X86 once.
     25%undef VMX_SKIP_GDTR
     26%undef VMX_SKIP_IDTR
     27%undef VMX_SKIP_TR
     28
    2129%ifdef RT_ARCH_AMD64
    22  ;;
    23  ; Keep these macro definitions in this file as it gets included and compiled
    24  ; with RT_ARCH_AMD64 once and RT_ARCH_X86 once.
    2530 %define VMX_SKIP_GDTR
    2631 %ifdef RT_OS_DARWIN
    2732 ; Darwin (Mavericks) uses IDTR limit to store the CPU Id so we need to restore it always.
    2833 ; See @bugref{6875}.
    29  %elifdef RT_OS_WINDOWS
    30  ; Windows 8.1 RTM also seems to be using the IDTR limit for something. See @bugref{6956}.
    31  ;; @todo figure out what exactly it does and try and restrict it to specific Window versions.
    3234 %else
    3335  %define VMX_SKIP_IDTR
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