|
|
@55001
|
10 年 |
vboxsync |
CPUMCTXCORE elimination.
|
|
|
@55000
|
10 年 |
vboxsync |
CPUMCTXCORE elimination.
|
|
|
@53466
|
10 年 |
vboxsync |
VMM/MSRs: Added status codes for returning to ring-3 to service the …
|
|
|
@49141
|
11 年 |
vboxsync |
tstVMM: Extended it with a 'msr' mode for dump the MSRs of the host …
|
|
|
@49134
|
11 年 |
vboxsync |
VMM: Minor nit, coding style.
|
|
|
@47826
|
11 年 |
vboxsync |
No COM port usage by default, except on double faults.
|
|
|
@47699
|
11 年 |
vboxsync |
I/O breakpoints for raw-mode and non-string instructions in IEM.
|
|
|
@47671
|
11 年 |
vboxsync |
VMM: More debugging related stuff.
|
|
|
@47660
|
11 年 |
vboxsync |
VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
|
|
|
@46420
|
12 年 |
vboxsync |
VMM, recompiler: Purge deprecated macros.
|
|
|
@45485
|
12 年 |
vboxsync |
- *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
|
|
|
@45305
|
12 年 |
vboxsync |
IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
|
|
|
@45276
|
12 年 |
vboxsync |
Ring-1 compression patches, courtesy of trivirt AG:
- main: diff to …
|
|
|
@44362
|
12 年 |
vboxsync |
PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
|
|
|
@42779
|
12 年 |
vboxsync |
EM,TRPM: VINF_SELM_SYNC_GDT fixes.
|
|
|
@42773
|
12 年 |
vboxsync |
TRPM: Logging changes.
|
|
|
@42450
|
12 年 |
vboxsync |
trpmGCExitTrap: Check for VMCPU_FF_SELM_SYNC_GDT, …
|
|
|
@42186
|
12 年 |
vboxsync |
SELM,DIS,CPUM,EM: Hidden selector register cleanups.
|
|
|
@41965
|
12 年 |
vboxsync |
VMM: ran scm. Mostly svn:keywords changes (adding Revision).
|
|
|
@41943
|
12 年 |
vboxsync |
VMM: Avoid stale selector issues in RC so there will be no need to try …
|
|
|
@41940
|
12 年 |
vboxsync |
CPUMRaw[SG]etEFlags: Drop pCtxCore.
|
|
|
@41939
|
12 年 |
vboxsync |
CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
|
|
|
@41906
|
12 年 |
vboxsync |
CPUM: Combined the visible and hidden selector register data into one …
|
|
|
@41823
|
12 年 |
vboxsync |
Avoid using SELMValidateAndConvertCSAddr+EMInterpretDisasOneEx when …
|
|
|
@41803
|
12 年 |
vboxsync |
Doxygen.
|
|
|
@41800
|
12 年 |
vboxsync |
Doxygen.
|
|
|
@41783
|
12 年 |
vboxsync |
Doxygen, comment typos.
|
|
|
@41777
|
12 年 |
vboxsync |
Doxygen.
|
|
|
@41774
|
12 年 |
vboxsync |
bugref..
|
|
|
@41741
|
12 年 |
vboxsync |
DISOPPARAM: s/parval/uValue/ + doc
|
|
|
@41739
|
12 年 |
vboxsync |
DISCPUSTATE: s/param/Param/
|
|
|
@41738
|
12 年 |
vboxsync |
DISOPCODE: s/optype/fOpType/ s/param/fParam/ docs
|
|
|
@41737
|
12 年 |
vboxsync |
DISOPCODE: s/opcode/uOpcode/
|
|
|
@41734
|
12 年 |
vboxsync |
DISCPUSTATE: s/prefix/fPrefix/ and a couple of forgotten opcode uses.
|
|
|
@41732
|
12 年 |
vboxsync |
DISCPUSTATE::opsize -> cbInstr.
|
|
|
@41678
|
12 年 |
vboxsync |
OP_PARAMETER::flags -> fUse.
|
|
|
@41676
|
12 年 |
vboxsync |
DIS: More scoping work.
|
|
|
@41675
|
12 年 |
vboxsync |
DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
|
|
|
@41658
|
12 年 |
vboxsync |
DIS,VMM,REM,IPRT: Disassembler API adjustments.
|
|
|
@40486
|
13 年 |
vboxsync |
VMM: fixed recent raw mode breakage from r76794
|
|
|
@40453
|
13 年 |
vboxsync |
EM/IEM/PATM: some refactoring.
|
|
|
@40451
|
13 年 |
vboxsync |
EM: build fix.
|
|
|
@40450
|
13 年 |
vboxsync |
EM: Refactoring (dropping pVM argument).
|
|
|
@40449
|
13 年 |
vboxsync |
SELM: Refactoring (PVM -> PVMCPU).
|
|
|
@40442
|
13 年 |
vboxsync |
IEM integration in progress - doing some EM refactoring to ease this …
|
|
|
@40280
|
13 年 |
vboxsync |
Corrected a bunch of HC and GC uses in status codes.
|
|
|
@39402
|
13 年 |
vboxsync |
VMM: don't use generic IPE status codes, use specific ones. Part 1.
|
|
|
@39078
|
13 年 |
vboxsync |
VMM: -Wunused-parameter
|
|
|
@39038
|
13 年 |
vboxsync |
VMM: -W4 warnings (MSC).
|
|
|
@37955
|
13 年 |
vboxsync |
Moved VBox/x86.h/mac to iprt/x86.h/mac.
|
|
|
@37584
|
13 年 |
vboxsync |
VMM: Check for VMCPU_FF_PDM_CRITSECT in R0 and RC.
|
|
|
@35346
|
14 年 |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@35335
|
14 年 |
vboxsync |
VMM source reorg: VMMGC -> VMMRC.
|
|
從 trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp 複製
|
|
|
@33540
|
14 年 |
vboxsync |
*: spelling fixes, thanks Timeless!
|