|
|
@46155
|
12 年 |
vboxsync |
List near, unassemble, hyper register and more tiny debugger fixes.
|
|
|
@46121
|
12 年 |
vboxsync |
REM: Undid error introduced by following Intel documentation.
|
|
|
@45965
|
12 年 |
vboxsync |
VMM: Facility for getting the highest-priority pending interrupt from …
|
|
|
@45799
|
12 年 |
vboxsync |
Make the recompiler call PGMCr0WpEnabled.
|
|
|
@45751
|
12 年 |
vboxsync |
Ooops, forgot TRPM related changes.
|
|
|
@45727
|
12 年 |
vboxsync |
REM/VBoxRecompiler: Fixed translating pending events to TRPM on …
|
|
|
@45701
|
12 年 |
vboxsync |
VMM: SELM and VMM early HM init changes.
|
|
|
@45642
|
12 年 |
vboxsync |
recompiler: Use symbolic constants.
|
|
|
@45618
|
12 年 |
vboxsync |
Do HMR3Init first in vmR3InitRing3 so the other components can skip …
|
|
|
@45587
|
12 年 |
vboxsync |
REM: Fixed non-64-bit ENTER emulation.
|
|
|
@45561
|
12 年 |
vboxsync |
recompiler/Makefile.kmk: Must define VBOX_WITH_RAW_MODE. Regression …
|
|
|
@45533
|
12 年 |
vboxsync |
#ifdef the raw-mode force flags to find more code to #ifdef out.
|
|
|
@45528
|
12 年 |
vboxsync |
VBOX_WITH_RAW_MODE changes.
|
|
|
@45494
|
12 年 |
vboxsync |
op_helper.c: Removed debug statement that was accidentially committed.
|
|
|
@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 …
|
|
|
@44528
|
12 年 |
vboxsync |
header (C) fixes
|
|
|
@44399
|
12 年 |
vboxsync |
DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
|
|
|
@44362
|
12 年 |
vboxsync |
PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
|
|
|
@44340
|
12 年 |
vboxsync |
VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
|
|
|
@44330
|
12 年 |
vboxsync |
VBoxRecompiler.c: Fixed copy & past bug (from EM).
|
|
|
@43657
|
12 年 |
vboxsync |
VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
|
|
|
@43394
|
12 年 |
vboxsync |
VMM: HM cleanup.
|
|
|
@43387
|
12 年 |
vboxsync |
VMM: HM cleanup.
|
|
|
@43068
|
12 年 |
vboxsync |
recompiler: Missing privilege check for task gate switches (Fixes …
|
|
|
@42829
|
12 年 |
vboxsync |
REM: Typo fix (was inadvertently changing stack segment type).
|
|
|
@42604
|
12 年 |
vboxsync |
build fix
|
|
|
@42603
|
12 年 |
vboxsync |
Try use MinGW-W64; this changes kBuild from 2609 to 2624.
|
|
|
@42602
|
12 年 |
vboxsync |
mac build fix.
|
|
|
@42601
|
12 年 |
vboxsync |
REM: Initial changes to make it work (seemingly) with MinGW-w64.
|
|
|
@42595
|
12 年 |
vboxsync |
REM/Makefile.kmk: MinGW-W64 experiments.
|
|
|
@42488
|
12 年 |
vboxsync |
REM: retf/iret should set the accessed bit in the selectors, I think.
|
|
|
@42482
|
12 年 |
vboxsync |
helper_rdmsr: Don't try to check if the value is the same for …
|
|
|
@42474
|
12 年 |
vboxsync |
recompiler/Sun/testmath.c: be a bit more generous with the rounding. …
|
|
|
@42420
|
12 年 |
vboxsync |
Eliminating CPUM_CHANGED_HIDDEN_SEL_REGS_INVALID and …
|
|
|
@42407
|
12 年 |
vboxsync |
VMM: Futher work on dealing with hidden segment register, esp. when …
|
|
|
@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 …
|
|
|
@41675
|
12 年 |
vboxsync |
DIS: The start of the scoping exercise... Fixed PREFIX_ADDRSIZE that I …
|
|
|
@41669
|
12 年 |
vboxsync |
DISInstr -> DISInstrToStr.
|
|
|
@41658
|
12 年 |
vboxsync |
DIS,VMM,REM,IPRT: Disassembler API adjustments.
|
|
|
@41477
|
12 年 |
vboxsync |
/Makefile.kmk: Cosmetic changes.
|
|
|
@41436
|
13 年 |
vboxsync |
REM,EM: A20 fixes.
|
|
|
@41385
|
13 年 |
vboxsync |
recompiler: VBOX_DEBUG_PHYS logging fix.
|
|
|
@40907
|
13 年 |
vboxsync |
Working on tracking IRQs for tracing and logging purposes.
|
|
|
@40829
|
13 年 |
vboxsync |
make it work with EF wrappers everywhere.
|
|
|
@40504
|
13 年 |
vboxsync |
Solaris 11 build fixes.
|
|
|
@40442
|
13 年 |
vboxsync |
IEM integration in progress - doing some EM refactoring to ease this …
|
|
|
@40360
|
13 年 |
vboxsync |
Do not try to run unreal mode code as V86 in VT-x.
|
|
|
@40282
|
13 年 |
vboxsync |
*: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
|
|
|
@39969
|
13 年 |
vboxsync |
sanity check (expecting failure on windows...)
|
|
|
@39966
|
13 年 |
vboxsync |
REM: Don't pollute the FPU state with random garbage (from the stack).
|
|
|
@39961
|
13 年 |
vboxsync |
REM: Fixed incorrect CR2 value for word or dword instruction fields …
|
|
|
@39699
|
13 年 |
vboxsync |
REM: sync HF_INHIBIT_IRQ_MASK with VMCPU_FF_INHIBIT_INTERRUPTS/PC.
|
|
|
@39615
|
13 年 |
vboxsync |
Proper stats names.
|
|
|
@39376
|
13 年 |
vboxsync |
recompiler: merged upstream changeset …
|
|
|
@39192
|
13 年 |
vboxsync |
recompiler: obvious typos, not fixed in upstream yet
|
|
|
@38838
|
13 年 |
vboxsync |
VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
|
|
|
@38364
|
13 年 |
vboxsync |
REM: Try fix the broken sysexit (and partially sysenter).
|
|
|
@38326
|
13 年 |
vboxsync |
EM,REM: Make the EM execution scheduling policies apply to HM as well.
|
|
|
@38320
|
13 年 |
vboxsync |
Redid the A20 gate assertion fix - the recompiler needs to be told.
|
|
|
@38319
|
13 年 |
vboxsync |
Recompiler/FreeBSD: Fix alignment on 32bit
|
|
|
@38300
|
13 年 |
vboxsync |
REM,PGM: Fix A20 syncing between the VMM and the recompiler.
|
|
|
@38082
|
13 年 |
vboxsync |
*.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
|
|
|
@38064
|
13 年 |
vboxsync |
tcg-target.c: Make sure the stack is aligned on darwin (VBoxREM64 only).
|
|
|
@37858
|
13 年 |
vboxsync |
alignment fix - 6th try.
|
|
|
@37857
|
13 年 |
vboxsync |
alignment fix - 5th try.
|
|
|
@37856
|
13 年 |
vboxsync |
alignment fix - 4th try.
|
|
|
@37855
|
13 年 |
vboxsync |
alignment fix - 3rd try.
|
|
|
@37854
|
13 年 |
vboxsync |
alignment fix - 2nd try.
|
|
|
@37853
|
13 年 |
vboxsync |
alignment fix - 2nd try.
|
|
|
@37852
|
13 年 |
vboxsync |
alignment fix (darwin.x86/VBoxREM64).
|
|
|
@37829
|
13 年 |
vboxsync |
header fixes
|
|
|
@37723
|
13 年 |
vboxsync |
VBoxRecompiler.c: tlb_flush_page may trigger a full tlb flush during …
|
|
|
@37702
|
13 年 |
vboxsync |
REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
|
|
|
@37697
|
13 年 |
vboxsync |
duh.
|
|
|
@37696
|
13 年 |
vboxsync |
rem: fixed 64-bit host bustage.
|
|
|
@37693
|
13 年 |
vboxsync |
Windows fixes
|
|
|
@37692
|
13 年 |
vboxsync |
build fix.
|
|
|
@37691
|
13 年 |
vboxsync |
win64 linking fix
|
|
|
@37689
|
13 年 |
vboxsync |
recompiler: Merged in changes from 0.13.0.
|
|
|
@37677
|
13 年 |
vboxsync |
solaris build fix.
|
|
|
@37676
|
13 年 |
vboxsync |
clean up…
|
|
|
@37675
|
13 年 |
vboxsync |
rem: Synced with v0.12.5.
|
|
|
@36811
|
14 年 |
vboxsync |
REM: Don't set cr2 and error_code when TRPM reports a pending software …
|
|
|
@36794
|
14 年 |
vboxsync |
IEM: Verify I/O port read and writes as well as MMIO accesses. …
|
|
|
@36768
|
14 年 |
vboxsync |
IEM: Initial commit, work in progress.
|
|
|
@36765
|
14 年 |
vboxsync |
emulate_single_instr: style
|
|
|
@36490
|
14 年 |
vboxsync |
rem: Use cpu_register_physical_memory_offset instead of …
|
|
|
@36430
|
14 年 |
vboxsync |
VBoxRecompiler.c: VMM needs msrEFER in sync when calling …
|
|
|
@36414
|
14 年 |
vboxsync |
Please mark all recompiler changes or the will be lost.
|
|
|
@36384
|
14 年 |
vboxsync |
recompiler: Fix build on FreeBSD
|
|
|
@36299
|
14 年 |
vboxsync |
recompiler: typo.
|
|
|
@36298
|
14 年 |
vboxsync |
recompiler: darwin/32 alignment hadn't got any differ from other …
|
|
|
@36297
|
14 年 |
vboxsync |
Recompiler: Indentation
|
|
|
@36296
|
14 年 |
vboxsync |
Recompiler: Fix assertion
|
|
|
@36295
|
14 年 |
vboxsync |
recompiler: fixes STAM assertion on 32-bit Mac host.
|
|
|
@36271
|
14 年 |
vboxsync |
recompiler: Fix stam assertion for 32bit debug builds
|
|
|
@36266
|
14 年 |
vboxsync |
REM: Do not block writes to port 80h.
|
|
|