VirtualBox

source: vbox/trunk/src/recompiler

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @45485   12 years vboxsync - *: Where possible, drop the #ifdef VBOX_WITH_RAW_RING1 when …
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45276   12 years vboxsync Ring-1 compression patches, courtesy of trivirt AG: - main: diff to …
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44330   12 years vboxsync VBoxRecompiler.c: Fixed copy & past bug (from EM).
(edit) @43657   12 years vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43068   12 years vboxsync recompiler: Missing privilege check for task gate switches (Fixes …
(edit) @42829   12 years vboxsync REM: Typo fix (was inadvertently changing stack segment type).
(edit) @42604   12 years vboxsync build fix
(edit) @42603   12 years vboxsync Try use MinGW-W64; this changes kBuild from 2609 to 2624.
(edit) @42602   12 years vboxsync mac build fix.
(edit) @42601   12 years vboxsync REM: Initial changes to make it work (seemingly) with MinGW-w64.
(edit) @42595   12 years vboxsync REM/Makefile.kmk: MinGW-W64 experiments.
(edit) @42488   12 years vboxsync REM: retf/iret should set the accessed bit in the selectors, I think.
(edit) @42482   12 years vboxsync helper_rdmsr: Don't try to check if the value is the same for …
(edit) @42474   12 years vboxsync recompiler/Sun/testmath.c: be a bit more generous with the rounding. …
(edit) @42420   12 years vboxsync Eliminating CPUM_CHANGED_HIDDEN_SEL_REGS_INVALID and …
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @41939   12 years vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(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) @41436   13 years vboxsync REM,EM: A20 fixes.
(edit) @41385   13 years vboxsync recompiler: VBOX_DEBUG_PHYS logging fix.
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40829   13 years vboxsync make it work with EF wrappers everywhere.
(edit) @40504   13 years vboxsync Solaris 11 build fixes.
(edit) @40442   13 years vboxsync IEM integration in progress - doing some EM refactoring to ease this …
(edit) @40360   13 years vboxsync Do not try to run unreal mode code as V86 in VT-x.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @39969   13 years vboxsync sanity check (expecting failure on windows...)
(edit) @39966   13 years vboxsync REM: Don't pollute the FPU state with random garbage (from the stack).
(edit) @39961   13 years vboxsync REM: Fixed incorrect CR2 value for word or dword instruction fields …
(edit) @39699   13 years vboxsync REM: sync HF_INHIBIT_IRQ_MASK with VMCPU_FF_INHIBIT_INTERRUPTS/PC.
(edit) @39615   13 years vboxsync Proper stats names.
(edit) @39376   13 years vboxsync recompiler: merged upstream changeset …
(edit) @39192   13 years vboxsync recompiler: obvious typos, not fixed in upstream yet
(edit) @38838   13 years vboxsync VMM,++: Try fix the async reset, suspend and power-off problems in PDM …
(edit) @38364   13 years vboxsync REM: Try fix the broken sysexit (and partially sysenter).
(edit) @38326   13 years vboxsync EM,REM: Make the EM execution scheduling policies apply to HM as well.
(edit) @38320   13 years vboxsync Redid the A20 gate assertion fix - the recompiler needs to be told.
(edit) @38319   13 years vboxsync Recompiler/FreeBSD: Fix alignment on 32bit
(edit) @38300   13 years vboxsync REM,PGM: Fix A20 syncing between the VMM and the recompiler.
(edit) @38082   13 years vboxsync *.kmk: Installation/staging adjustments (kBuild 0.2.0 preps).
(edit) @38064   13 years vboxsync tcg-target.c: Make sure the stack is aligned on darwin (VBoxREM64 only).
(edit) @37858   13 years vboxsync alignment fix - 6th try.
(edit) @37857   13 years vboxsync alignment fix - 5th try.
(edit) @37856   13 years vboxsync alignment fix - 4th try.
(edit) @37855   13 years vboxsync alignment fix - 3rd try.
(edit) @37854   13 years vboxsync alignment fix - 2nd try.
(edit) @37853   13 years vboxsync alignment fix - 2nd try.
(edit) @37852   13 years vboxsync alignment fix (darwin.x86/VBoxREM64).
(edit) @37829   13 years vboxsync header fixes
(edit) @37723   13 years vboxsync VBoxRecompiler.c: tlb_flush_page may trigger a full tlb flush during …
(edit) @37702   13 years vboxsync REM/VMM: Don't flush the TLB if you don't hold the EM/REM lock, some …
(edit) @37697   13 years vboxsync duh.
(edit) @37696   13 years vboxsync rem: fixed 64-bit host bustage.
(edit) @37693   13 years vboxsync Windows fixes
(edit) @37692   13 years vboxsync build fix.
(edit) @37691   13 years vboxsync win64 linking fix
(edit) @37689   13 years vboxsync recompiler: Merged in changes from 0.13.0.
(edit) @37677   13 years vboxsync solaris build fix.
(edit) @37676   13 years vboxsync clean up…
(edit) @37675   13 years vboxsync rem: Synced with v0.12.5.
(edit) @36811   14 years vboxsync REM: Don't set cr2 and error_code when TRPM reports a pending software …
(edit) @36794   14 years vboxsync IEM: Verify I/O port read and writes as well as MMIO accesses. …
(edit) @36768   14 years vboxsync IEM: Initial commit, work in progress.
(edit) @36765   14 years vboxsync emulate_single_instr: style
(edit) @36490   14 years vboxsync rem: Use cpu_register_physical_memory_offset instead of …
(edit) @36430   14 years vboxsync VBoxRecompiler.c: VMM needs msrEFER in sync when calling …
(edit) @36414   14 years vboxsync Please mark all recompiler changes or the will be lost.
(edit) @36384   14 years vboxsync recompiler: Fix build on FreeBSD
(edit) @36299   14 years vboxsync recompiler: typo.
(edit) @36298   14 years vboxsync recompiler: darwin/32 alignment hadn't got any differ from other …
(edit) @36297   14 years vboxsync Recompiler: Indentation
(edit) @36296   14 years vboxsync Recompiler: Fix assertion
(edit) @36295   14 years vboxsync recompiler: fixes STAM assertion on 32-bit Mac host.
(edit) @36271   14 years vboxsync recompiler: Fix stam assertion for 32bit debug builds
(edit) @36266   14 years vboxsync REM: Do not block writes to port 80h.
(edit) @36250   14 years vboxsync REM: Missing pointer check.
(edit) @36212   14 years vboxsync updated recompiler/README.vbox.
(edit) @36211   14 years vboxsync replaced kvm.h with our own which stubbs the exposed functions.
(edit) @36177   14 years vboxsync build fix
(edit) @36176   14 years vboxsync build fix
(edit) @36175   14 years vboxsync rem: Synced up to v0.11.1 (35bfc7324e2e6946c4113ada5db30553a1a7c40b) …
(edit) @36172   14 years vboxsync build fix
(edit) @36171   14 years vboxsync rem: Merged in changes from the branches/stable_0_10 (r7249).
(edit) @36170   14 years vboxsync rem: synced up to svn://svn.savannah.nongnu.org/qemu/trunk@6686 (repo …
(edit) @36148   14 years vboxsync rem: stdio.h build fix, 3rd try.
(edit) @36147   14 years vboxsync rem: stdio.h build fix, 2nd try.
(edit) @36146   14 years vboxsync rem: build fix; removed obsolete header section.
(edit) @36145   14 years vboxsync rem: README.vbox, not REAMDE.vbox.
(edit) @36144   14 years vboxsync rem: Removed more obsolete/unused files.
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