VirtualBox

Changeset 62260 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 14, 2016 3:39:47 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108775
Message:

CPUMRawEnter: Incorrect CR0 assertion, we allow raw-mode without WP bit now (expensive, but should work).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r61776 r62260  
    20342034    AssertReleaseMsg(pCtx->eflags.Bits.u2IOPL == 0,
    20352035                     ("X86_EFL_IOPL=%d CPL=%d\n", pCtx->eflags.Bits.u2IOPL, pCtx->ss.Sel & X86_SEL_RPL));
    2036     Assert((pVCpu->cpum.s.Guest.cr0 & (X86_CR0_PG | X86_CR0_WP | X86_CR0_PE)) == (X86_CR0_PG | X86_CR0_PE | X86_CR0_WP));
     2036    Assert((pVCpu->cpum.s.Guest.cr0 & (X86_CR0_PG | X86_CR0_PE)) == (X86_CR0_PG | X86_CR0_PE));
    20372037
    20382038    pCtx->eflags.u32        |= X86_EFL_IF; /* paranoia */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette