VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   13 years vboxsync VMM/HWSVMR0: Fix for signalling new ASID on suspend/resume.
(edit) @42066   13 years vboxsync yet another build fix
(edit) @42064   13 years vboxsync build fix
(edit) @42062   13 years vboxsync NetShaper: R0 support (#5582)
(edit) @42056   13 years vboxsync VMM/HWVMXR0: Save/restore IA32_TSC_AUX MSR across VMX non-root ops.
(edit) @42046   13 years vboxsync VMM/HWVMXR0: comments.
(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) @42036   13 years vboxsync VMM/HWVMXR0: Fix guru meditation on resume with VPIDs.
(edit) @42034   13 years vboxsync Doxygen.
(edit) @42033   13 years vboxsync VMM: RDTSCP support bits.
(edit) @42032   13 years vboxsync cpum.cpp: nits
(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) @41985   13 years vboxsync VMM: Fixed tstVMM (single stepping ++ in raw-mode code).
(edit) @41982   13 years vboxsync build fix
(edit) @41981   13 years vboxsync VMM/pgmR3InfoHandlers: 32-bit/64-bit cosmetical fixes
(edit) @41976   13 years vboxsync VMM: Switcher and TRPM fixes wrt hypervisor traps and tstVMM.
(edit) @41975   13 years vboxsync VMM: Do no pass a NULL node to CFGMR3QueryStringAllocDef together with …
(edit) @41965   13 years vboxsync VMM: ran scm. Mostly svn:keywords changes (adding Revision).
(edit) @41964   13 years vboxsync VBOX_WITH_IEM: windows build fix.
(edit) @41944   13 years vboxsync build fix
(edit) @41943   13 years vboxsync VMM: Avoid stale selector issues in RC so there will be no need to try …
(edit) @41940   13 years vboxsync CPUMRaw[SG]etEFlags: Drop pCtxCore.
(edit) @41939   13 years vboxsync CPUMGetGuestCPL: Drop the context core pointer and use the Guest state …
(edit) @41937   13 years vboxsync IEM,EM: We can safely assume that all CPUMCTXCORE and CPUMCTX …
(edit) @41936   13 years vboxsync build fix
(edit) @41935   13 years vboxsync Reverted r78802, committed too much.
(edit) @41934   13 years vboxsync build fix
(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) @41908   13 years vboxsync Check loaded selector register the GDT changes.
(edit) @41907   13 years vboxsync 32-bit build fixes
(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) @41904   13 years vboxsync CPUM: Fixed saved state bustage. Got two padding equally wrong and …
(edit) @41903   13 years vboxsync CPUM: Changed the _IGNORE SSM field descriptors to _OLD so that I can …
(edit) @41902   13 years vboxsync CPUM: Changed the loading of the 1.6 state to use fields.
(edit) @41900   13 years vboxsync SSM: Added SSMFIELD_ENTRY_U32_ZX_U64.
(edit) @41899   13 years vboxsync CPUM: Working over the saved state code to put/get structures using …
(edit) @41898   13 years vboxsync patmRemovePatchFromPage: No need to move the whole array up one entry, …
(edit) @41897   13 years vboxsync PATM: Don't use memcpy to repack array after removal in …
(edit) @41896   13 years vboxsync SELM.cpp: Fixed assertion in SELMR3SyncTSS because the initial (reset) …
(edit) @41894   13 years vboxsync Missed header update.
(edit) @41893   13 years vboxsync VMM/VMMR3: doxygen, tidy.
(edit) @41891   13 years vboxsync NetShaper: Fixed segmentation fault caused by limits not fitting in …
(edit) @41886   13 years vboxsync DIS: Api name typo (missing r).
(edit) @41882   13 years vboxsync NetShaper: Runtime shaper disabling support (#5582)
(edit) @41873   13 years vboxsync CSAM: Fixed cross page bug (shouldn't do much harm, unless the …
(edit) @41870   13 years vboxsync build fix
(edit) @41864   13 years vboxsync PCNet,NetShaper: PCNet exact packet len counting + wrong lock order …
(edit) @41862   13 years vboxsync PDMAsyncCompletionFileNormal.cpp: Removed RT_STRICT as it breaks the …
(edit) @41861   13 years vboxsync PDMAsyncCompletionFile.cpp: Removed RT_STRICT as it breaks the strict …
(edit) @41847   13 years vboxsync PDM/PCI: Added pdm*DevHlp_PCIPhysRead/Write callbacks, renamed …
(edit) @41838   13 years vboxsync IEM: Windows build fix
(edit) @41837   13 years vboxsync IEM: Windows build fix
(edit) @41836   13 years vboxsync Doxygen.
(edit) @41834   13 years vboxsync VMM/HWVMXR0: Fix using stale VPIDs on resume.
(edit) @41831   13 years vboxsync IEM hacking.
(edit) @41830   13 years vboxsync EMAll/IEM work.
(edit) @41829   13 years vboxsync IEM: Implemented IEMExecOneWithPrefetchedByPC and IEMExecOneEx.
(edit) @41824   13 years vboxsync EMAll/IEM work.
(edit) @41823   13 years vboxsync Avoid using SELMValidateAndConvertCSAddr+EMInterpretDisasOneEx when …
(edit) @41810   13 years vboxsync csamR3DISInstr: forgot to update the calls to pass DisInfo.
(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) @41799   13 years vboxsync IEM: Back to where I was when I needed DISSTATE::abInstr…
(edit) @41791   13 years vboxsync DIS,CSAM: Drop pvUser2.
(edit) @41783   13 years vboxsync Doxygen, comment typos.
(edit) @41779   13 years vboxsync Typo.
(edit) @41778   13 years vboxsync Doxygen.
(edit) @41777   13 years vboxsync Doxygen.
(edit) @41776   13 years vboxsync doxygen comments.
(edit) @41775   13 years vboxsync HWACCM: Fixed bug in the read-without-shr4 case in …
(edit) @41774   13 years vboxsync bugref..
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