VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @41937   12 years vboxsync IEM,EM: We can safely assume that all CPUMCTXCORE and CPUMCTX …
(edit) @41936   12 years vboxsync build fix
(edit) @41935   12 years vboxsync Reverted r78802, committed too much.
(edit) @41934   12 years vboxsync build fix
(edit) @41933   12 years vboxsync VMMSwitcher: Drop the unused assembly switcher functions taking guest …
(edit) @41932   12 years vboxsync build fix
(edit) @41931   12 years vboxsync TRPM: Save state directly to the CPUMCPU context member instead of …
(edit) @41908   12 years vboxsync Check loaded selector register the GDT changes.
(edit) @41907   12 years vboxsync 32-bit build fixes
(edit) @41906   12 years vboxsync CPUM: Combined the visible and hidden selector register data into one …
(edit) @41905   12 years vboxsync CPUMCTX++: Rearranging the CPUMCTX structure in preparation of some …
(edit) @41904   12 years vboxsync CPUM: Fixed saved state bustage. Got two padding equally wrong and …
(edit) @41903   12 years vboxsync CPUM: Changed the _IGNORE SSM field descriptors to _OLD so that I can …
(edit) @41902   12 years vboxsync CPUM: Changed the loading of the 1.6 state to use fields.
(edit) @41900   12 years vboxsync SSM: Added SSMFIELD_ENTRY_U32_ZX_U64.
(edit) @41899   12 years vboxsync CPUM: Working over the saved state code to put/get structures using …
(edit) @41898   12 years vboxsync patmRemovePatchFromPage: No need to move the whole array up one entry, …
(edit) @41897   12 years vboxsync PATM: Don't use memcpy to repack array after removal in …
(edit) @41896   12 years vboxsync SELM.cpp: Fixed assertion in SELMR3SyncTSS because the initial (reset) …
(edit) @41894   12 years vboxsync Missed header update.
(edit) @41893   12 years vboxsync VMM/VMMR3: doxygen, tidy.
(edit) @41891   12 years vboxsync NetShaper: Fixed segmentation fault caused by limits not fitting in …
(edit) @41886   12 years vboxsync DIS: Api name typo (missing r).
(edit) @41882   12 years vboxsync NetShaper: Runtime shaper disabling support (#5582)
(edit) @41873   12 years vboxsync CSAM: Fixed cross page bug (shouldn't do much harm, unless the …
(edit) @41870   12 years vboxsync build fix
(edit) @41864   12 years vboxsync PCNet,NetShaper: PCNet exact packet len counting + wrong lock order …
(edit) @41862   12 years vboxsync PDMAsyncCompletionFileNormal.cpp: Removed RT_STRICT as it breaks the …
(edit) @41861   12 years vboxsync PDMAsyncCompletionFile.cpp: Removed RT_STRICT as it breaks the strict …
(edit) @41847   12 years vboxsync PDM/PCI: Added pdm*DevHlp_PCIPhysRead/Write callbacks, renamed …
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