VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12936   17 years vboxsync More EPT updates
(edit) @12935   17 years vboxsync trailing newline
(edit) @12932   17 years vboxsync Paging updates in preparation for EPT.
(edit) @12930   17 years vboxsync warnings
(edit) @12923   17 years vboxsync warnings
(edit) @12909   17 years vboxsync Signed/unsigned mismatch.
(edit) @12902   17 years vboxsync Fixed upper boundary of mode array.
(edit) @12901   17 years vboxsync Fixed assertion
(edit) @12898   17 years vboxsync vcc warning
(edit) @12897   17 years vboxsync vcc warning
(edit) @12896   17 years vboxsync small fix
(edit) @12894   17 years vboxsync Enabled some EPT paging code.
(edit) @12892   17 years vboxsync AssertMsgRC
(edit) @12881   17 years vboxsync DBGFR3Detach: Have to use RTSemPongWait, DBGFR3EventWait will check …
(edit) @12877   17 years vboxsync DBGF: Don't linger in DBGFR3Detach.
(edit) @12875   17 years vboxsync DBGF: Fix term/detach race.
(edit) @12855   17 years vboxsync Mark referenced patches, so they can't be removed.
(edit) @12837   17 years vboxsync VMM: more VT-x/AMD-V guru meditation fixes.
(edit) @12836   17 years vboxsync VMMR0: Fixed va_list reuse bug in AssertMsg2.
(edit) @12835   17 years vboxsync Solved some overwritten patch instruction issues. (triggered assertions)
(edit) @12834   17 years vboxsync CPUM: dox adj.
(edit) @12832   17 years vboxsync DBGF: spaces.
(edit) @12831   17 years vboxsync Deal with CR0 updates inside patch code that force us to go to the …
(edit) @12830   17 years vboxsync only wait 1 second in release mode before the Guru meditation dialog …
(edit) @12826   17 years vboxsync Selector value of 0 is invalid in 32 or 64 bits mode.
(edit) @12824   17 years vboxsync FreeBSD boot assertion fix (VT-x real-mode emulation).
(edit) @12823   17 years vboxsync warnings
(edit) @12822   17 years vboxsync The hypervisor dump is not relevant when we're in VT-x/AMD-V mode.
(edit) @12818   17 years vboxsync STAM,IOM: force sort order compatability with file system hierarchy to …
(edit) @12815   17 years vboxsync #1865: more MM changes.
(edit) @12814   17 years vboxsync #1865: more MM changes.
(edit) @12811   17 years vboxsync logging fix
(edit) @12807   17 years vboxsync PDM - VMMDevHeap: PDM_DEVHLP_VERSION minor increment, GCPhysVMMDevHeap …
(edit) @12805   17 years vboxsync Reenabled real-mode emulation in VT-x again.
(edit) @12801   17 years vboxsync Lidt/lgdt emulation fix for 16 bits operand size.
(edit) @12800   17 years vboxsync Disabled real-mode emulation again: OS/2 no longer boots.
(edit) @12799   17 years vboxsync r=bird: cpuid -> idCpu like we use elsewhere (mixed case!).
(edit) @12798   17 years vboxsync Reset the real-mode emulation state correctly. Reenabled real-mode …
(edit) @12796   17 years vboxsync Disable raw mode emulation until the reset problem is fixed.
(edit) @12795   17 years vboxsync HWACCM: fixed unsigned/signed compare warning (x86.h), use const and g_.
(edit) @12794   17 years vboxsync #1865: Added a pVMRC member to VM so I can gradually convert away from …
(edit) @12793   17 years vboxsync More fixes for real-mode emulation in VT-x. Now enabled by default for …
(edit) @12792   17 years vboxsync #1865: some MM stuff.
(edit) @12789   17 years vboxsync Corrections
(edit) @12788   17 years vboxsync Monitor X86_CR4_VME changes as well if emulated real-mode is enabled.
(edit) @12787   17 years vboxsync Accidental commit.
(edit) @12786   17 years vboxsync Real-mode support for VT-x. (currently disabled)
(edit) @12784   17 years vboxsync @note -> Note:
(edit) @12773   17 years vboxsync EMInterpretLMSW: LMSW cannot change AM or WP, so no need to check …
(edit) @12772   17 years vboxsync #1865: IOM.
(edit) @12763   17 years vboxsync Fixed IF handling for real mode. (iopl=3, no need for VIF)
(edit) @12760   17 years vboxsync EMAll: Disabled the assertions reported in bug #2609, bug #1931 and on …
(edit) @12758   17 years vboxsync Stupid alignment
(edit) @12757   17 years vboxsync Missing update
(edit) @12756   17 years vboxsync Attempt to correct hidden selector attributes when switching from real …
(edit) @12751   17 years vboxsync Corrected assertion again
(edit) @12750   17 years vboxsync Sigh
(edit) @12749   17 years vboxsync Corrected assertion
(edit) @12748   17 years vboxsync Updates
(edit) @12747   17 years vboxsync Put back #GP handler.
(edit) @12746   17 years vboxsync Bitmap corrections.
(edit) @12745   17 years vboxsync Adjust TSS size for real-mode emulation (VT-x).
(edit) @12744   17 years vboxsync Enabled the real-mode VT-x TSS allocation again.
(edit) @12737   17 years vboxsync Got rid of debugging code
(edit) @12736   17 years vboxsync Backed out 37055/56. Need to use the io bitmap in the TSS instead. …
(edit) @12735   17 years vboxsync CPUMGetGuestCPL fix for real mode in VT-x.
(edit) @12733   17 years vboxsync Updates
(edit) @12732   17 years vboxsync #GP handler should emulation io instructions in real mode. (VT-x)
(edit) @12730   17 years vboxsync Updates for real mode execution with VT-x.
(edit) @12726   17 years vboxsync TR selector attributes for real mode changes.
(edit) @12725   17 years vboxsync Logging update + selector sync correction for real mode.
(edit) @12721   17 years vboxsync #1865: IOM - doc update.
(edit) @12720   17 years vboxsync pdmR3Load3U: inverted test. grr!
(edit) @12716   17 years vboxsync pdmR3Load3U: easier to read size calc for the allocation.
(edit) @12714   17 years vboxsync typo
(edit) @12713   17 years vboxsync pdmR3LoadR3U: Don't add the DLL/SO/DYLIB extension to a file which …
(edit) @12711   17 years vboxsync More logging
(edit) @12710   17 years vboxsync Cleaned up dr logging.
(edit) @12709   17 years vboxsync pdmR3LoadR3U: display the filename we've constructed and passed to …
(edit) @12708   17 years vboxsync Comments added
(edit) @12707   17 years vboxsync Disabled vmm heap usage for VT-x. (failures otherwise in svn head)
(edit) @12703   17 years vboxsync build fix.
(edit) @12702   17 years vboxsync #1865: HWACCM - alignment fix+check for 32-bit gcc, doxygen.
(edit) @12699   17 years vboxsync Merge real mode sync changes.
(edit) @12698   17 years vboxsync Corrections
(edit) @12697   17 years vboxsync Only sync back TR when we're in protected mode.
(edit) @12696   17 years vboxsync Logging
(edit) @12692   17 years vboxsync Backed out paging changes (36990/86/83).
(edit) @12690   17 years vboxsync Fixed pgmR3PhysMMIO2Find
(edit) @12688   17 years vboxsync #1865: EM - one pointer and statistics. Added a couple of more samples …
(edit) @12687   17 years vboxsync Started with VMM device heap for use with VT-x real-mode emulation. …
(edit) @12685   17 years vboxsync Must select a valid switcher even if not used.
(edit) @12684   17 years vboxsync refactoring to simplify migration to per-CPU action flags
(edit) @12682   17 years vboxsync We should rewrite all paging code instead to dynamically allocate page …
(edit) @12681   17 years vboxsync Updates for real and protected mode without paging shadow mode.
(edit) @12677   17 years vboxsync DBGF file headers.
(edit) @12675   17 years vboxsync removed unneeded field, type update
(edit) @12674   17 years vboxsync Off by one.
(edit) @12669   17 years vboxsync account CPU id in setting attention flags (only SMP builds)
(edit) @12667   17 years vboxsync CPU id passed to interrupt callback, proper typing
Note: See TracRevisionLog for help on using the revision log.

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