VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMR3

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @36826   14 years vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
(edit) @36825   14 years vboxsync EM: Check inhibit pc against RIP, not EIP. Corrected logging.
(edit) @36823   14 years vboxsync IEM: fixed interrupt delivery in verification mode.
(edit) @36820   14 years vboxsync PDMDevMiscHlp.cpp: Correct logging.
(edit) @36819   14 years vboxsync CFGM: Shut up two -O3 warnings on mac.
(edit) @36801   14 years vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36799   14 years vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
(edit) @36788   14 years vboxsync OSE build fix.
(edit) @36787   14 years vboxsync EM: ooops, these assertions shouldn't have been here.
(edit) @36780   14 years vboxsync IEM: Some more bits.
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36669   14 years vboxsync PATM: Record trampoline patches in the target to update the …
(edit) @36660   14 years vboxsync VMM: Change initial TSS attribs to what guests expect.
(edit) @36627   14 years vboxsync Fix regression introduced with r70774. Change the RC structure of the …
(edit) @36568   14 years vboxsync PDMBlkCache: fixed memory leak
(edit) @36564   14 years vboxsync HWACCM/SVM: Document and log new feature bits.
(edit) @36442   14 years vboxsync duh
(edit) @36441   14 years vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36437   14 years vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36415   14 years vboxsync nits
(edit) @36302   14 years vboxsync BlockCache: Fix race condition which can cause losing completed …
(edit) @36285   14 years vboxsync Never complete tasks on the submitting thread using the callback, this …
(edit) @36255   14 years vboxsync VMEmt.cpp: Fixed logging crash.
(edit) @36254   14 years vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36157   14 years vboxsync VMM: fix for gcc 4.5
(edit) @36151   14 years vboxsync BlockCache: Don't add waiting writs to the list again after an I/O …
(edit) @36138   14 years vboxsync PCI: some of 64-bit BARs support (many real cards do that)
(edit) @36054   14 years vboxsync VMM/REM: Made .remstep work to some degree (might skip interrupts/traps).
(edit) @36042   14 years vboxsync PGMSavedState.cpp: Must change ballooned pages to zero pages when …
(edit) @36041   14 years vboxsync Main/VMM: Use UVM w/ refcounting - part 1.
(edit) @36013   14 years vboxsync VMM/VMMR3/PGMSavedState: Save and restore ballooned pages in saved …
(edit) @36009   14 years vboxsync PGM: Fixed large pages and write monitoring (live snapshot). Added …
(edit) @36001   14 years vboxsync AsyncCompletion: Add a new flag to enable the host cache, to make …
(edit) @35810   14 years vboxsync VMM: Replace most VERR_VERSION_MISMATCH by more specific error …
(edit) @35794   14 years vboxsync VMM: Improved error message for PDM interface mismatches. Might also …
(edit) @35787   14 years vboxsync PDM.cpp: Instrumented the asynchronous reset, suspend and poweroff …
(edit) @35738   14 years vboxsync r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind.
(edit) @35696   14 years vboxsync PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions …
(edit) @35694   14 years vboxsync Debugger console: more cleanup.
(edit) @35676   14 years vboxsync Main, VMM: PCI passthrough work
(edit) @35625   14 years vboxsync DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
(edit) @35609   14 years vboxsync Typo.
(edit) @35607   14 years vboxsync DBGFReg: bugfix.
(edit) @35606   14 years vboxsync DBGFRegs: Introduced DBGFREG_HYPER_VMCPUID. Fixed some bugs.
(edit) @35601   14 years vboxsync DBGF,CPUM: Expose hypervisor registers as hypercpuX.
(edit) @35590   14 years vboxsync DBGFReg.cpp: formatting fixes.
(edit) @35586   14 years vboxsync DBGFReg.cpp: Added DBGFR3RegFormatValue, DBGFR3RegFormatValueEx, …
(edit) @35550   14 years vboxsync Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.
(edit) @35513   14 years vboxsync DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and …
(edit) @35505   14 years vboxsync DBGFReg.cpp: Cast register value to the alias type if specified.
(edit) @35490   14 years vboxsync CPUM,Debugger: Registers, still some details left.
(edit) @35470   14 years vboxsync ditto
(edit) @35469   14 years vboxsync build fix
(edit) @35468   14 years vboxsync CPUMDbg.cpp: Hacking in progress (to laptop).
(edit) @35466   14 years vboxsync DBGFReg: Query individual registers by name.
(edit) @35411   14 years vboxsync Try to fix burning Linux builds (hope this is correct...)
(edit) @35410   14 years vboxsync DBGFReg revamp #2.
(edit) @35406   14 years vboxsync VMMR3/Makefile.kup
(edit) @35358   14 years vboxsync backed out 69217
(edit) @35357   14 years vboxsync VMM, Main: PCI passthrough work
(edit) @35351   14 years vboxsync scm cleanups.
(edit) @35350   14 years vboxsync build fix…
(edit) @35348   14 years vboxsync VMM reorg: Moving PATM to where the other VMM sources are.
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @35345   14 years vboxsync More VMMGC* -> VMMRC*.
(edit) @35333   14 years vboxsync VMM source reorg.
(edit) @34703   14 years vboxsync VMMR3.def: Corrected the DLL name.
(edit) @34668   14 years vboxsync More extpack build speedup hacking.
(add) @34662   14 years vboxsync Hacking in progress, enclosed in VBOX_ONLY_EXTPACKS_USE_IMPLIBS ifdefs …
Note: See TracRevisionLog for help on using the revision log.

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