VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44362   12 years vboxsync PATM: Changed two Main APIs to use PUVM instead of PVM (one of them …
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44340   12 years vboxsync VMM,Main,Debugger,REM: VM API cleanup, prefering PUVM over PVM so we …
(edit) @44275   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44267   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44259   12 years vboxsync VMM: STAM counter naming.
(edit) @44251   12 years vboxsync VMM: stam counters and some renames.
(edit) @44245   12 years vboxsync VMM: Added stats counter for preemption timer exits.
(edit) @44202   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44197   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @44195   12 years vboxsync VMM/VMMAll, VMMR3: forceflags for updating CR3 and PAE PDPEs.
(edit) @44146   12 years vboxsync VMM: HM bits.
(edit) @44089   12 years vboxsync VMM: hungarian.
(edit) @44036   12 years vboxsync build fix
(edit) @44033   12 years vboxsync VMM: hungarian.
(edit) @44032   12 years vboxsync VMM/VMMR0: VMX pin, entry, exit controls are 32-bit.
(edit) @43977   12 years vboxsync VMM/HWVMXR0: Naming.
(edit) @43947   12 years vboxsync VMM/VMMR0: HM naming.
(edit) @43872   12 years vboxsync Make VBOX_WITH_RAW_MODE= link.
(edit) @43848   12 years vboxsync VMM: comment typo.
(edit) @43803   12 years vboxsync VMM/VMMR0: bits.
(edit) @43798   12 years vboxsync VMM/VMMR0: Hungarian.
(edit) @43747   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43737   12 years vboxsync VMM/VMMR0/HWVMXR0: fix typo while saving the host IDTR into the VMCS. …
(edit) @43732   12 years vboxsync VMM/VMMR0: HM bits.
(edit) @43703   12 years vboxsync VMM/HM: bits.
(edit) @43702   12 years vboxsync HM: bits.
(edit) @43670   12 years vboxsync VMM: HM bits.
(edit) @43657   12 years vboxsync VMM: APIC refactor. Moved APIC base MSR to the VCPU (where it belongs) …
(edit) @43624   12 years vboxsync Don't enable delay injection by default
(edit) @43623   12 years vboxsync AsyncCompletion/File: Use a timer to process delayed requests and …
(edit) @43599   12 years vboxsync AsyncCompletion: New statistics counter to record 8KB unaligned accesses
(edit) @43529   12 years vboxsync AsyncCompletion: More statistics and include them in a release build …
(edit) @43509   12 years vboxsync HM: refactor.
(edit) @43495   12 years vboxsync Everything burns... missed file.
(edit) @43469   12 years vboxsync VMM: HM bits.
(edit) @43468   12 years vboxsync VMM: HM bits. More renaming in prepartion of
(edit) @43466   12 years vboxsync VMM: HM bits.
(edit) @43455   12 years vboxsync VMM/VMMR0: Hungarian notation fixes.
(edit) @43394   12 years vboxsync VMM: HM cleanup.
(edit) @43392   12 years vboxsync VMM: HM cleanup.
(edit) @43391   12 years vboxsync VMM: HM cleanup.
(edit) @43387   12 years vboxsync VMM: HM cleanup.
(edit) @43303   12 years vboxsync Forward ported r78414 from 4.1: Fix VERR_NO_MEMORY loading VMMR0.r0
(edit) @43302   12 years vboxsync typo.
(edit) @43163   12 years vboxsync VMM: A wee bit page pool paranoia related to #6349.
(edit) @43150   12 years vboxsync VMM/VMMR0: fix OS X kernel panic due to skipped auto load/store of …
(edit) @43045   12 years vboxsync PGM: Employ the 4 unused PGMPHYSPAGE bits for checksumming shared …
(edit) @43025   12 years vboxsync PGMInternal.h/PGMPOOL_PAGE_2_PTR: Release assertion for bug 6349.
(edit) @42894   12 years vboxsync VMM: nits.
(edit) @42822   12 years vboxsync Build fix
(edit) @42821   12 years vboxsync Workaround to fix 64bit guests on OS X Snow Leopard (#6313)
(edit) @42779   12 years vboxsync EM,TRPM: VINF_SELM_SYNC_GDT fixes.
(edit) @42778   12 years vboxsync IEM: CR4 and CR3 fixes. Debugging hacks.
(edit) @42777   12 years vboxsync IEM and EM: debugging/hacking.
(edit) @42704   12 years vboxsync IEM: Eflags fixes, added API variants that bypasses access handlers, …
(edit) @42662   12 years vboxsync IEM: Fixed verification mode interrupt injection bug.
(edit) @42660   12 years vboxsync IEM: Implemented CMPXCHG.
(edit) @42633   12 years vboxsync IEM: Implemented CMPXCHG8B. Fixed PGMPhysIemGCPhys2Ptr so that it …
(edit) @42621   12 years vboxsync IEM: Implemented SIDT, SGDT, SLDT and STR. Fixed LLDT and LTR mode …
(edit) @42453   12 years vboxsync IEM: Status code handling. PGM interface for R0 and RC.
(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) @42373   12 years vboxsync VMM: invpg -> invlpg, some cleanup.
(edit) @42344   12 years vboxsync Missed during commit, comment.
(edit) @42193   12 years vboxsync IEM: Integration work…
(edit) @42186   12 years vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @42184   12 years vboxsync VMM/VMMR0: Store/restore TSC_AUX for AMD-V while not intercepting …
(edit) @42163   12 years vboxsync PGMInternal.h: enum value comment update.
(edit) @42156   12 years vboxsync VMM/VMMR0: HWVMXR0: Use MSR auto load/store areas in the VMCS. Added …
(edit) @42056   13 years vboxsync VMM/HWVMXR0: Save/restore IA32_TSC_AUX MSR across VMX non-root ops.
(edit) @42045   13 years vboxsync VMM/HWVMXR0: Back out r78951, better fix for acquiring/toggling new …
(edit) @42044   13 years vboxsync VMM/HWVMXR0: Fix for acquiring/signaling new ASIDs during host CPU …
(edit) @42025   13 years vboxsync A few missed copyright year updates.
(edit) @42024   13 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41976   13 years vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41943   13 years vboxsync VMM: Avoid stale selector issues in RC so there will be no need to try …
(edit) @41933   13 years vboxsync VMMSwitcher: Drop the unused assembly switcher functions taking guest …
(edit) @41932   13 years vboxsync build fix
(edit) @41931   13 years vboxsync TRPM: Save state directly to the CPUMCPU context member instead of …
(edit) @41906   13 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41905   13 years vboxsync CPUMCTX++: Rearranging the CPUMCTX structure in preparation of some …
(edit) @41897   13 years vboxsync PATM: Don't use memcpy to repack array after removal in …
(edit) @41836   13 years vboxsync Doxygen.
(edit) @41829   13 years vboxsync IEM: Implemented IEMExecOneWithPrefetchedByPC and IEMExecOneEx.
(edit) @41805   13 years vboxsync Doxygen.
(edit) @41804   13 years vboxsync Doxygen.
(edit) @41803   13 years vboxsync Doxygen.
(edit) @41802   13 years vboxsync Doxygen.
(edit) @41801   13 years vboxsync Doxygen.
(edit) @41800   13 years vboxsync Doxygen.
(edit) @41783   13 years vboxsync Doxygen, comment typos.
(edit) @41777   13 years vboxsync Doxygen.
(edit) @41774   13 years vboxsync bugref..
(edit) @41760   13 years vboxsync DIS: Chagned FNDISREADBYTES to permit reading more bytes that the …
(edit) @41741   13 years vboxsync DISOPPARAM: s/parval/uValue/ + doc
(edit) @41739   13 years vboxsync DISCPUSTATE: s/param/Param/
(edit) @41732   13 years vboxsync DISCPUSTATE::opsize -> cbInstr.
(edit) @41730   13 years vboxsync DIS: Some nits.
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