VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14032   16 years vboxsync mac build fix
(edit) @14010   16 years vboxsync #1865: PGM - one more down.
(edit) @13993   16 years vboxsync darwin build fix.
(edit) @13991   16 years vboxsync #1865: More PGM cleanup.
(edit) @13975   16 years vboxsync Even more debugger fixes.
(edit) @13974   16 years vboxsync Non-EMT threads get CPU 0 by default.
(edit) @13972   16 years vboxsync Fixes for the debugger.
(edit) @13969   16 years vboxsync PGM: RTGCUINTPTR64 -> RTGCPTR64 (forgot this one yesterday)
(edit) @13960   16 years vboxsync Moved guest and host CPU contexts into per-VCPU array.
(edit) @13937   16 years vboxsync PGM: RTGCUINTPTR -> RTGCPTR.
(edit) @13936   16 years vboxsync PGM: removed a bunch of unnecessary RTGCUINTPTR/RTGCPTR casts. …
(edit) @13935   16 years vboxsync PGM: One more CTXSUFF (guest AMD64 root).
(edit) @13933   16 years vboxsync PGM: PAE guest mappings, assert GCPtr being 32-bit.
(edit) @13923   16 years vboxsync PGM: darwin fix.
(edit) @13919   16 years vboxsync VMM: 3 R3R0PTRTYPE members down (a bunch left to go).
(edit) @13918   16 years vboxsync MMAllHyper.cpp: Another stale CTXSUFF that had been overlooped.
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13898   16 years vboxsync Moved more data to VMCPU.
(edit) @13883   16 years vboxsync Moved more data around.
(edit) @13841   16 years vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13830   16 years vboxsync VMM: Disabled VM:pVMGC, removed VM_GUEST_ADDR.
(edit) @13826   16 years vboxsync VMM: And a couple of left overs. phew.
(edit) @13825   16 years vboxsync VMM: %VX64 -> %RX64
(edit) @13824   16 years vboxsync VMM: %VGp -> %RGp
(edit) @13823   16 years vboxsync VMM: %VGv -> %RGv
(edit) @13822   16 years vboxsync VMM: %VRv -> %RRv
(edit) @13821   16 years vboxsync VMM: %VR* inspection
(edit) @13820   16 years vboxsync VMM: %VG* inspection - an awfaul lot of these, hope I got it all right…
(edit) @13819   16 years vboxsync VMM: %VH* -> %RH*.
(edit) @13818   16 years vboxsync VMM: %Vrc -> %Rrc, %Vra -> %Rra.
(edit) @13816   16 years vboxsync VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.
(edit) @13797   16 years vboxsync VMMGetCpuId calls VMR3GetVMCPUId in Ring-3…
(edit) @13796   16 years vboxsync VMM: some adjustments.
(edit) @13791   16 years vboxsync Moving data around
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13698   16 years vboxsync VMM: Fixed ring-0 access to the ring-3 mapping of the EMT stack. Moved …
(edit) @13667   16 years vboxsync #1865: VM.
(edit) @13635   16 years vboxsync #1865: TRPM.
(edit) @13633   16 years vboxsync #1865: TM.
(edit) @13586   16 years vboxsync TM: extended the statistics to get an idea about the normal catchup rate.
(edit) @13585   16 years vboxsync Refresh the cr3 mapping by putting it at the head of the age list. …
(edit) @13582   16 years vboxsync Invalidate the current pml4 phys pointer properly when changing cr3.
(edit) @13577   16 years vboxsync #1865: SELM.
(edit) @13572   16 years vboxsync Statistics for rdtsc intercepts
(edit) @13566   16 years vboxsync EMAll.cpp: doxygen.
(edit) @13565   16 years vboxsync #1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted …
(edit) @13561   16 years vboxsync Emulate (lock) cmpxchg8b in ring 0 & 3. Added testcase for instruction …
(edit) @13543   16 years vboxsync #1865: PGMPool.
(edit) @13532   16 years vboxsync CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.
(edit) @13447   16 years vboxsync Logging change
(edit) @13418   16 years vboxsync Logging change
(edit) @13415   16 years vboxsync VMM: a couple of comments.
(edit) @13413   16 years vboxsync VMM: spaces mostly.
(edit) @13403   16 years vboxsync More checks
(edit) @13400   16 years vboxsync Extra checks
(edit) @13399   16 years vboxsync Minor update
(edit) @13398   16 years vboxsync Don't check disabled physical access handlers
(edit) @13397   16 years vboxsync Backed out 38140
(edit) @13396   16 years vboxsync Correction
(edit) @13395   16 years vboxsync Corrected assertion
(edit) @13394   16 years vboxsync Implement PrefetchPage for EPT when in real or protected mode without …
(edit) @13393   16 years vboxsync Updates for physical page aliases
(edit) @13392   16 years vboxsync Correction
(edit) @13390   16 years vboxsync Properly export the new functions.
(edit) @13388   16 years vboxsync Updates
(edit) @13387   16 years vboxsync First sketch of functionality to create guest physical address aliases.
(edit) @13380   16 years vboxsync tmVirtualNanoTSRediscover: return to R3 when we start stepping (1ns). …
(edit) @13366   16 years vboxsync Unnecessary checks removed
(edit) @13351   16 years vboxsync Fully emulated lmsw.
(edit) @13267   16 years vboxsync lmsw: corrected exit path
(edit) @13266   16 years vboxsync lmsw emulation: 16 bits operand
(edit) @13265   16 years vboxsync Lmsw emulation.
(edit) @13235   16 years vboxsync PGM: Merged PGMGCInvalidatePage into PGMInvalidatePage nad fixed the …
(edit) @13232   16 years vboxsync #1865: changed some validation into pure assertions or assert-return. …
(edit) @13203   16 years vboxsync Missing shadow cases for EPT.
(edit) @13202   16 years vboxsync Missing EPT case in pgmPoolTrackFlushGCPhysPTInt.
(edit) @13198   16 years vboxsync Recommitted 37737 & 37738 minus the dangerous changes.
(edit) @13197   16 years vboxsync Backed out 37737&37738. (regressions)
(edit) @13195   16 years vboxsync Prefetch the four PDPT entries in PAE mode (EPT only).
(edit) @13193   16 years vboxsync uint64_t conversion fix
(edit) @13188   16 years vboxsync PGM: polish.
(edit) @13186   16 years vboxsync PGMPhys: Fix for silly edge case bug.
(edit) @13161   16 years vboxsync Emulate WBINVD
(edit) @13152   16 years vboxsync #1865: Enabled the new PGMPhysSimpleReadGCPhys code.
(edit) @13151   16 years vboxsync #1865: Enabled the new PGMPhysSimpleWriteGCPhys code.
(edit) @13150   16 years vboxsync #1865: Enabled the new PGMPhysSimpleDirtyWriteGCPtr code.
(edit) @13149   16 years vboxsync #1865: Enabled the new PGMPhysSimpleWriteGCPtr code.
(edit) @13148   16 years vboxsync #1865: Enabled the new PGMPhysSimpleReadGCPtr code.
(edit) @13147   16 years vboxsync removed todo that has been dealt with.
(edit) @13146   16 years vboxsync #1865: Renamed PGMPhysReadGCPhys -> PGMPhysSimpleReadGCPhys, …
(edit) @13145   16 years vboxsync #1865: shuffled code.
(edit) @13144   16 years vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
(edit) @13138   16 years vboxsync #1865: Mac fix.
(edit) @13134   16 years vboxsync EPT: set the ignore PAT and WB cache flags in page table entries.
(edit) @13126   16 years vboxsync Set u1Execute too.
(edit) @13122   16 years vboxsync Corrected return value checks for PGMShwGetEPTPDPtr.
(edit) @13121   16 years vboxsync Wrong mask
(edit) @13113   16 years vboxsync Added PGMGetEPTCR3.
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