VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @42660   12 years vboxsync IEM: Implemented CMPXCHG.
(edit) @42651   12 years vboxsync build fixes
(edit) @42649   12 years vboxsync nit
(edit) @42648   12 years vboxsync VMM/HWVMXR0: More checks for invept and invvpid caps.
(edit) @42647   12 years vboxsync CPUM: More intel MSRs that NT4 reads when booting on intel systems.
(edit) @42641   12 years vboxsync IEM: Implemented WRMSR. Fixed mixed up src/dst in XADD.
(edit) @42640   12 years vboxsync CPUM: Stubbed MSR_IA32_BIOS_SIGN_ID and MSR_IA32_BIOS_UPDT_TRIG.
(edit) @42633   12 years vboxsync IEM: Implemented CMPXCHG8B. Fixed PGMPhysIemGCPhys2Ptr so that it …
(edit) @42625   12 years vboxsync Build fix.
(edit) @42623   12 years vboxsync IEM: Forgot to advance RIP in STR & SLDT.
(edit) @42622   12 years vboxsync VMM/HWVMXR0: Flush VPIDs on 32-bit hosts.
(edit) @42621   12 years vboxsync IEM: Implemented SIDT, SGDT, SLDT and STR. Fixed LLDT and LTR mode …
(edit) @42613   12 years vboxsync VMM/VMMR3/CPUM: CFGM option for exposing CmpXchg16b if the host …
(edit) @42612   12 years vboxsync PGMR3Reset: Flush even more on reset if A20 was disabled.
(edit) @42610   12 years vboxsync IEM: Implemented SGDT and SIDT.
(edit) @42607   12 years vboxsync PGM.cpp: Must update the GCPhysA20Mask member when changing …
(edit) @42556   12 years vboxsync PATMRCHandleIllegalInstrTrap: Sync assert message with reality, we …
(edit) @42505   12 years vboxsync nit.
(edit) @42504   12 years vboxsync VMM/VMMR3/CPUMR3: VIA CpuId comments.
(edit) @42493   12 years vboxsync VMM/VMMR3/TM: Fixed-rate TSC detection for VIA Cpus.
(edit) @42492   12 years vboxsync VMM/VMMR3/TM: Fixed-rate TSC detection for VIA Cpus.
(edit) @42487   12 years vboxsync IEM: imul fixes.
(edit) @42486   12 years vboxsync CPUMR3ResetCpu: Set the accessed bit in the segment registers. Hope …
(edit) @42484   12 years vboxsync IEM: ring-3 mapping fixes.
(edit) @42483   12 years vboxsync IEM: Working on new BIOS / NT…
(edit) @42481   12 years vboxsync patmPatchGenMovControl: Fix pasto in comment, refer to CRx.
(edit) @42480   12 years vboxsync Report CRx reads as reads and writes as writes in statistics, not vice …
(edit) @42475   12 years vboxsync VMMR3/CPUM.cpp: fix VIA specific CPUID feature dump
(edit) @42464   12 years vboxsync VMM/CPUMR0: Enable LAPIC mappings for VIA Cpus.
(edit) @42463   12 years vboxsync TRPMForwardTrap: Don't clobber CR2, only set it when dispatching a #PF!
(edit) @42453   12 years vboxsync IEM: Status code handling. PGM interface for R0 and RC.
(edit) @42452   12 years vboxsync CPUMAllRegs.cpp: Documented some return values on a few CPUMSetGuest* …
(edit) @42450   12 years vboxsync trpmGCExitTrap: Check for VMCPU_FF_SELM_SYNC_GDT, …
(edit) @42449   12 years vboxsync DBGFStack.cpp: Forced it to work with hypervisor stacks again (the …
(edit) @42437   12 years vboxsync IEM: Stats and more gentle stubs for unimplemented instructions.
(edit) @42432   12 years vboxsync IEM: Fixed iret problem in raw-mode - invalid selector data.
(edit) @42427   12 years vboxsync VMM: Fixed some selector arithmetic, introducing a new constand and …
(edit) @42420   12 years vboxsync Eliminating CPUM_CHANGED_HIDDEN_SEL_REGS_INVALID and …
(edit) @42418   12 years vboxsync try to fix the burns
(edit) @42410   12 years vboxsync Fixed blunder in CPUMR3RemLeave (since r62771).
(edit) @42407   12 years vboxsync VMM: Futher work on dealing with hidden segment register, esp. when …
(edit) @42404   12 years vboxsync VMM/PGMR0: comment.
(edit) @42402   12 years vboxsync VMM: indent.
(edit) @42394   12 years vboxsync re-applied r79422
(edit) @42390   12 years vboxsync desperately back out r79422 to test if this makes a recent regression …
(edit) @42374   12 years vboxsync VMM: Undo wrong comment move.
(edit) @42373   12 years vboxsync VMM: invpg -> invlpg, some cleanup.
(edit) @42372   12 years vboxsync SELM: Moving the code around and replacing two …
(edit) @42371   12 years vboxsync SELM.cpp: Drop the conditional tracing of TSS, GDT and LDT - we …
(edit) @42345   12 years vboxsync VMM: Comment correction, space.
(edit) @42344   12 years vboxsync Missed during commit, comment.
(edit) @42343   12 years vboxsync VMM/HWVMXR0: cCachedMSRs are for guest MSRs during the world switch. …
(edit) @42337   12 years vboxsync CPUM: Save and restore the internal selector fields.
(edit) @42335   12 years vboxsync SSM.cpp: offUnitUser - debug aid.
(edit) @42317   12 years vboxsync EMAll: comment
(edit) @42222   12 years vboxsync VMMR0/PDMR0Device: fixed prototype
(edit) @42193   12 years vboxsync IEM: Integration work…
(edit) @42191   12 years vboxsync CPUM: CPUMCPUVENDOR_VIA
(edit) @42188   12 years vboxsync VMM: Changed a few ifndef IN_RING0 to ifndef VBOX_WITH_RAW_MODE_NOT_R0.
(edit) @42186   12 years vboxsync SELM,DIS,CPUM,EM: Hidden selector register cleanups.
(edit) @42185   12 years vboxsync space.
(edit) @42184   12 years vboxsync VMM/VMMR0: Store/restore TSC_AUX for AMD-V while not intercepting …
(edit) @42175   12 years vboxsync VMM/Makefile.kmk: Adding VBOX_WITH_RAW_MODE_NOT_R0.
(edit) @42174   12 years vboxsync VMM/HWSVMR0: cosmetics.
(edit) @42173   12 years vboxsync VMM/HWVMXR0: Fixed assertion in saved states due to differing CpuIds.
(edit) @42166   12 years vboxsync CPUMGetGuestCPL: Use hidden SS register values in raw-mode too.
(edit) @42165   12 years vboxsync CPUMIsGuestIn64BitCode/CPUMIsGuestIn64BitCodeEx changes together with …
(edit) @42163   12 years vboxsync PGMInternal.h: enum value comment update.
(edit) @42161   12 years vboxsync VMM/HWVMXR0: cleanup.
(edit) @42157   12 years vboxsync VMM: Detect VIA Cpus for VT-x support.
(edit) @42156   12 years vboxsync VMM/VMMR0: HWVMXR0: Use MSR auto load/store areas in the VMCS. Added …
(edit) @42141   12 years vboxsync PDMDriver: Changed to much, the name we must get via the internal …
(edit) @42140   12 years vboxsync PDMDriver: Changed the previous fix to use the top level device …
(edit) @42139   12 years vboxsync too long line
(edit) @42138   12 years vboxsync PDMDriver.cpp: A pLun can be used with a normal device or a usb …
(edit) @42086   12 years vboxsync VMM/HWSVMR0: Fix for signalling new ASID on suspend/resume.
(edit) @42066   12 years vboxsync yet another build fix
(edit) @42064   12 years vboxsync build fix
(edit) @42062   12 years vboxsync NetShaper: R0 support (#5582)
(edit) @42056   12 years vboxsync VMM/HWVMXR0: Save/restore IA32_TSC_AUX MSR across VMX non-root ops.
(edit) @42046   12 years vboxsync VMM/HWVMXR0: comments.
(edit) @42045   12 years vboxsync VMM/HWVMXR0: Back out r78951, better fix for acquiring/toggling new …
(edit) @42044   12 years vboxsync VMM/HWVMXR0: Fix for acquiring/signaling new ASIDs during host CPU …
(edit) @42036   12 years vboxsync VMM/HWVMXR0: Fix guru meditation on resume with VPIDs.
(edit) @42034   12 years vboxsync Doxygen.
(edit) @42033   12 years vboxsync VMM: RDTSCP support bits.
(edit) @42032   12 years vboxsync cpum.cpp: nits
(edit) @42025   12 years vboxsync A few missed copyright year updates.
(edit) @42024   12 years vboxsync VMM: RDTSCP support on Intel. Segregated some common CPU features from …
(edit) @41985   12 years vboxsync VMM: Fixed tstVMM (single stepping ++ in raw-mode code).
(edit) @41982   12 years vboxsync build fix
(edit) @41981   12 years vboxsync VMM/pgmR3InfoHandlers: 32-bit/64-bit cosmetical fixes
(edit) @41976   12 years vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41975   12 years vboxsync VMM: Do no pass a NULL node to CFGMR3QueryStringAllocDef together with …
(edit) @41965   12 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41964   12 years vboxsync VBOX_WITH_IEM: windows build fix.
(edit) @41944   12 years vboxsync build fix
(edit) @41943   12 years vboxsync VMM: Avoid stale selector issues in RC so there will be no need to try …
(edit) @41940   12 years vboxsync CPUMRaw[SG]etEFlags: Drop pCtxCore.
(edit) @41939   12 years vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
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