VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @46893   11 years vboxsync more tedium…
(edit) @46875   11 years vboxsync yeah, finally getting somewhere…
(edit) @46860   11 years vboxsync CFGMR3DestroyTree
(edit) @46856   11 years vboxsync 8-bit high register hell (reg/reg only so far).
(edit) @46853   11 years vboxsync NMI -> laptop.
(edit) @46791   11 years vboxsync Made CFGMR3RemoveNode work in standalone mode.
(edit) @46781   11 years vboxsync CFGM: Made the CFGMR3CreateTree usable with pUVM == NULL for testing …
(edit) @46771   11 years vboxsync SIB hacking in progress.
(edit) @46746   11 years vboxsync REX.B rip encoding (half of them, anyways).
(edit) @46744   11 years vboxsync 32-bit memory accesses in 64-bit mode.
(edit) @46733   11 years vboxsync fixes
(edit) @46731   11 years vboxsync calling it a day…
(edit) @46728   11 years vboxsync -> home
(edit) @46571   11 years vboxsync Preps for memory operand tests.
(edit) @46554   11 years vboxsync Test size control, better inputs.
(edit) @46550   11 years vboxsync elf, gcc and 32-bit.
(edit) @46548   11 years vboxsync asmdefs.mac,bootsectors,*: Removed xS and sZ in favor of xCB and sCB.
(edit) @46543   11 years vboxsync Instruction testing, early hacking.
(edit) @46358   12 years vboxsync VMM: Remove u64RegisterMask HM member which is never really used anywhere.
(edit) @46312   12 years vboxsync VMM/HM: Use assembler structures to make code the VMX host restoration …
(edit) @46299   12 years vboxsync Use new/old RTTest APIs.
(edit) @46167   12 years vboxsync Buried DBGFSym.cpp and with it loadsyms - rip.
(edit) @45868   12 years vboxsync tstVMREQ: disable HM to prevent failing when allocating …
(edit) @45828   12 years vboxsync tstVMMR0CallHost-1: warning
(edit) @45739   12 years vboxsync VMM: First part of HMIsEnabled() and PGMMap*.
(edit) @45664   12 years vboxsync tstVMM: the current behavior is that either raw mode or VT-x/AMD-V …
(edit) @45618   12 years vboxsync Do HMR3Init first in vmR3InitRing3 so the other components can skip …
(edit) @45530   12 years vboxsync attempt to fix the builds
(edit) @45528   12 years vboxsync VBOX_WITH_RAW_MODE changes.
(edit) @45503   12 years vboxsync HM: Alignment fixes. s/u32InstrLen/cbInstr/g. A couple of doxygen …
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45152   12 years vboxsync PDMCritSectRw: Early morphing stage - untested, ring-3 only.
(edit) @45094   12 years vboxsync Build fix, try 2.
(edit) @44769   12 years vboxsync VMM/VMMR0: bits.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44521   12 years vboxsync tstSSM: Fixed the testcase after the device critsect change.
(edit) @44508   12 years vboxsync Drop the pfnSaveExecR3 and pfnLoadExecR3 interfaces of the PCI buses …
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44393   12 years vboxsync VM,++: Changed the VM callbacks (at error, at runtime error, at state …
(edit) @44387   12 years vboxsync CFGM: Changed the config constructor to take a PUVM as well as a PVM …
(edit) @44375   12 years vboxsync EM: pVM -> pUVM for main, mark as many as possible interfaces module …
(edit) @44347   12 years vboxsync PGM,SSM,STAM: Changed APIs used by Main to take PUVM instead of PVM as …
(edit) @44346   12 years vboxsync TM: PVM -> PUVM in two APIs used by Main. VMReq: Validate pUVM …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44230   12 years vboxsync some flushing.
(edit) @44035   12 years vboxsync VMM: hungarian again.
(edit) @44033   12 years vboxsync VMM: hungarian.
(edit) @44032   12 years vboxsync VMM/VMMR0: VMX pin, entry, exit controls are 32-bit.
(edit) @43798   12 years vboxsync VMM/VMMR0: Hungarian.
(edit) @43658   12 years vboxsync VMM: APIC refactor, missed file.
(edit) @43511   12 years vboxsync VMM: build fix.
(edit) @43391   12 years vboxsync VMM: HM cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @42676   12 years vboxsync IEM: IRET to V8086 (had to try). Set CPUM_CHANGED_FPU_REM. Added …
(edit) @42670   12 years vboxsync Fixed fnstcw. Implemented fnsave and frstor.
(edit) @42621   12 years vboxsync IEM: Implemented SIDT, SGDT, SLDT and STR. Fixed LLDT and LTR mode …
(edit) @42610   12 years vboxsync IEM: Implemented SGDT and SIDT.
(edit) @42487   12 years vboxsync IEM: imul fixes.
(edit) @42437   12 years vboxsync IEM: Stats and more gentle stubs for unimplemented instructions.
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @41976   12 years vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41944   12 years vboxsync build fix
(edit) @41933   12 years vboxsync VMMSwitcher: Drop the unused assembly switcher functions taking guest …
(edit) @41931   12 years vboxsync TRPM: Save state directly to the CPUMCPU context member instead of …
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41905   12 years vboxsync CPUMCTX++: Rearranging the CPUMCTX structure in preparation of some …
(edit) @41899   12 years vboxsync CPUM: Working over the saved state code to put/get structures using …
(edit) @41800   12 years vboxsync Doxygen.
(edit) @41783   12 years vboxsync Doxygen, comment typos.
(edit) @41739   12 years vboxsync DISCPUSTATE: s/param/Param/
(edit) @41732   12 years vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41692   12 years vboxsync DIS: Reducing the DISCPUMODE even more (200 bytes now) and making it …
(edit) @41677   12 years vboxsync Drop tstCompile.
(edit) @41675   12 years vboxsync DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
(edit) @41669   12 years vboxsync DISInstr -> DISInstrToStr.
(edit) @41658   12 years vboxsync DIS,VMM,REM,IPRT: Disassembler API adjustments.
(edit) @41477   13 years vboxsync /Makefile.kmk: Cosmetic changes.
(edit) @41456   13 years vboxsync PGMPool: PGMPOOLPAGE adjustments and cleanups, no real code changes …
(edit) @41321   13 years vboxsync repaired tstMicro
(edit) @41295   13 years vboxsync tstSSM: repaired and delete the saved state after a successful test
(edit) @41294   13 years vboxsync VMM/testcase: power off a VM before destroying it
(edit) @41293   13 years vboxsync tstVMM: make it work again (need to power off the VM before destroying)
(edit) @41268   13 years vboxsync Working on making DTrace grok VM+CPUM and VMCPU+CPUMCPU.
(edit) @41261   13 years vboxsync Working on DTrace lib files.
(edit) @41259   13 years vboxsync Working on DTrace lib files.
(edit) @41155   13 years vboxsync alignment and build fixes.
(edit) @41154   13 years vboxsync build fix
(edit) @41150   13 years vboxsync Fixes.
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40274   13 years vboxsync Introduced VBOX_WITH_REM in Config.kmk and the VMM.
(edit) @40266   13 years vboxsync Added stubs for most instructions.
(edit) @40256   13 years vboxsync IEM: fnstsw m16, ffree and ffreep, reimplemented fincstp and fdecstp.
(edit) @40255   13 years vboxsync Implemented fpu instruction stubs starting with 0xdd (fiadd m32i ++).
(edit) @40248   13 years vboxsync IEM: fst[p], fist[p] and fisttp implementations and fixes.
(edit) @40247   13 years vboxsync IEM: Completed FPU instruction starting with 0xdb. Fixed build break …
(edit) @40246   13 years vboxsync IEM: Conditional FPU move instructions (FCMOV*).
(edit) @40244   13 years vboxsync IEM: Implemented FPU instructions 0xd9 0xf3 thru 0xd9 0xff, completing …
(edit) @40243   13 years vboxsync typos.
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