VirtualBox

source: vbox/trunk/include/VBox/vmm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @81292   5 years vboxsync VMM: Change virtual VMCS layout which groups by host-state, …
(edit) @81245   5 years vboxsync VMM/HM: Added missing SVM VMEXITs and to g_apszSvmExitReasons.
(edit) @81243   5 years vboxsync VMM: Log RDPRU feature bit, VMCB intercept bit and VMEXIT code, part 2.
(edit) @81242   5 years vboxsync VMM: Log RDPRU feature bit, VMCB intercept bit and VMEXIT code.
(edit) @81240   5 years vboxsync VMM: Log SVM GMET feature bit.
(edit) @81197   5 years vboxsync IOM: More MMIO code. bugref:9218
(edit) @81176   5 years vboxsync VMM/HM: Make HMIsSvmVGifActive take PCVM rather than PVM for upcoming …
(edit) @81167   5 years vboxsync IOM: More MMIO work. Splitting out the I/O port related stuff from …
(edit) @81162   5 years vboxsync IOM: New MMIO management code - work in progress. bugref:9218
(edit) @81160   5 years vboxsync IOM,PDMDevHlp: Started implementing new MMIO registration APIs. …
(edit) @81156   5 years vboxsync IOM,PDMDevHlp: Started implementing new MMIO registration APIs. …
(edit) @81153   5 years vboxsync VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
(edit) @81150   5 years vboxsync VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576
(edit) @81136   5 years vboxsync IOM,RTC,PCI: Make the port parameter in the I/O port callbacks …
(edit) @81096   5 years vboxsync IPRT,SUP,*: Increased RTCPUSET_MAX_CPUS to 1024 for AMD64, except for …
(edit) @81071   5 years vboxsync SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
(edit) @81049   5 years vboxsync SSM: Added a SSMR3HandleTellInUnit api for debugging purposes only.
(edit) @81035   5 years vboxsync DevPci: Allow access to config space above 256 bytes with ICH9. …
(edit) @81031   5 years vboxsync PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
(edit) @81014   5 years vboxsync pdmpcidev.h: PDMIICH9BRIDGEPDMPCIDEV_IID is a hack, so document it as …
(edit) @81002   5 years vboxsync VMM: bugref:9566 TRPM enhancements and cleanup. Bumps TRPM saved-state …
(edit) @80962   5 years vboxsync DevPci*,PDM: Doxygen fixes. bugrefx:9218
(edit) @80960   5 years vboxsync IOM,PDM,DevPCI,DevPciIch9,RTC: Fixes to the I/O port lookup table …
(edit) @80943   5 years vboxsync Devices/PCI: Device model refactoring, part I. bugref:9218
(edit) @80938   5 years vboxsync VMM: bugref:9566 Removed TRPM ring-0 bits that are no longer used …
(edit) @80872   5 years vboxsync Devices/Graphics,Main,include: remove obsolete Chromium code. bugref:9529
(edit) @80839   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Define macros CR0 ignore mask on …
(edit) @80807   5 years vboxsync cpum.h: Nested VMX: bugref:9180 Add CPUMIsGuestVmxInterceptEvents and …
(edit) @80803   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix I/O bitmap accesses. We need to …
(edit) @80767   5 years vboxsync VMM/HM: Nested VMX: bugref:9180 Add IoBitmapAPtrReadPhys and …
(edit) @80722   5 years vboxsync PDM,PCI: More PDMPCIDEV related refactoring work, mainly concerned …
(edit) @80706   5 years vboxsync PDM: Check new device registration fields when creating the ring-0 …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80679   5 years vboxsync IOM,PDM,RTC: Add port sub-descriptions for a range. Fixed bug in …
(edit) @80673   5 years vboxsync PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
(edit) @80659   5 years vboxsync hm_vmx.h: Add VMX_BASIC_PHYSADDR_WIDTH_32BIT for upcoming change.
(edit) @80649   5 years vboxsync IOM: I/O port statistics. bugref:9218
(edit) @80648   5 years vboxsync STAM: Adding STAMR3DeregisterByPrefix.
(edit) @80641   5 years vboxsync IOM: New I/O port registration code. bugref:9218
(edit) @80620   5 years vboxsync VMM/IEM: Add IEMExecDecodedInvpcid for upcoming changes.
(edit) @80593   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80589   5 years vboxsync Devices/Storage: Add two new parameters to …
(edit) @80542   5 years vboxsync VMM: Fix for problem loading VBoxEhciR0.r0 after PDM device …
(edit) @80537   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [scm] bugref:9218
(edit) @80534   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [build fix] bugref:9218
(edit) @80533   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [doxyfix] bugref:9218
(edit) @80532   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [build fix] bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80418   5 years vboxsync hm_vmx.h: Added MSR_IA32_VMX_EPT_VPID_CAP_PAGE_WALK_LENGTH_5.
(edit) @80387   5 years vboxsync VMM: Nested VMX: bugref:9180 Renamed u64GuestPendingDbgXcpt to …
(edit) @80386   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Added trap-like VM-exit handler in …
(edit) @80385   5 years vboxsync hm_vmx.h: Nested VMX: bugref:9180 Add pending debug exceptions to …
(edit) @80364   5 years vboxsync VMM: Nested VMX: bugref:9180 Move some of the description functions …
(edit) @80346   5 years vboxsync VMM,PciRaw: Eliminate duplicate PGVM/PVMCC and PGVMCPU/PVMCPUCC …
(edit) @80338   5 years vboxsync /include: Eliminating the VBOX_BUGREF_9217 preprocessor macro - missed …
(edit) @80331   5 years vboxsync /include: Eliminating the VBOX_BUGREF_9217 preprocessor macro. bugref:9217
(edit) @80323   5 years vboxsync VMM: Addressing some GCC/linux host issues with bugref:9217 [fix].
(edit) @80319   5 years vboxsync VMM: Addressing some GCC/linux host issues with bugref:9217 .
(edit) @80313   5 years vboxsync vm.h,gvm.h: Fix 32-bit header syntax checking.
(edit) @80311   5 years vboxsync gvm.h: Shut up g++ warnings. bugref:9217
(edit) @80310   5 years vboxsync include,gvm.h: Header syntax check fixes. bugref:9217
(edit) @80309   5 years vboxsync vm.h,gvm.h: Only allow including these when VMM_COMMON_DEFS is in use. …
(edit) @80293   5 years vboxsync VMM(CPUM),DevPcBios: Added CPUM methods for getting the guest (and …
(edit) @80281   5 years vboxsync VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217
(edit) @80274   6 years vboxsync VMM: Refactoring VMMR0/* and VMMRZ/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @80268   6 years vboxsync VMM: Refactoring VMMAll/* to use VMCC & VMMCPUCC. bugref:9217
(edit) @80255   6 years vboxsync VMM: Started refactoring VMMAll/* for bugref:9217 [fixes]
(edit) @80254   6 years vboxsync VMM: Started refactoring VMMAll/* for bugref:9217 [fixes]
(edit) @80253   6 years vboxsync VMM: Started refactoring VMMAll/* for bugref:9217
(edit) @80239   6 years vboxsync VMM: Introducing PVMCC and PGVMCC for VMMAll code. bugref:9217
(edit) @80191   6 years vboxsync VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be …
(edit) @80182   6 years vboxsync VMM: Kicking out raw-mode - Eliminated more RCPTRTYPE use in PGM. …
(edit) @80163   6 years vboxsync VMM: Kicking out raw-mode - PGM Virt Handlers, ++. bugref:9517
(edit) @80161   6 years vboxsync VMM,REM: Kicking out raw-mode. bugref:9517
(edit) @80156   6 years vboxsync DBGFInfo: Added a getopt error reporter helper.
(edit) @80153   6 years vboxsync VMM/DBGF: Added argv style info handlers. USB devices only have …
(edit) @80147   6 years vboxsync hmvmxinline.h: Nested VMX: bugref:9180 newline nit.
(edit) @80145   6 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Naming nit.
(edit) @80138   6 years vboxsync hmvmxinline.h: Nested VMX: bugref:9180 Oops, enable …
(edit) @80137   6 years vboxsync hmvmxinline.h: Nested VMX: bugref:9180 Enable …
(edit) @80135   6 years vboxsync PGM: Split the phys guest->host TLB into separate ring-0 and ring-3 …
(edit) @80127   6 years vboxsync hm_vmx.h: Doxygen nits.
(edit) @80124   6 years vboxsync hmvmxinline.h: Fix typo.
(edit) @80121   6 years vboxsync hmvmxinline.h: Added VBOX_WITH_VMREAD_VMWRITE_NOCHECK and …
(edit) @80118   6 years vboxsync VMM: Kicking out raw-mode and 32-bit hosts - MM, PGM, ++. bugref:9517 …
(edit) @80116   6 years vboxsync VMM/TM: Added half an hour of load percentage history.
(edit) @80115   6 years vboxsync VMM/TM: Added half an hour of load percentage history.
(edit) @80113   6 years vboxsync VMM/TM: Adding an interface for getting the CPU load for the last …
(edit) @80112   6 years vboxsync hmvmxinline.h: Add GNU inline assembly for VMX operations on 64-bit …
(edit) @80110   6 years vboxsync hmvmxinline.h: Comment typo.
(edit) @80107   6 years vboxsync hm_vmx.h: Remove determining of VMX_USE_MSC_INTRINSICS macro that is …
(edit) @80097   6 years vboxsync VMM: Kicking out 32-bit host support - VMX. bugref:9511
(edit) @80093   6 years vboxsync hmvmxinline.h: Kicking out 32-bit host support [nit]. bugref:9511
(edit) @80092   6 years vboxsync hmvmxinline.h: Kicking out 32-bit host support, added …
(edit) @80090   6 years vboxsync VMM: Kicking out raw-mode - IOM. bugref:9517
(edit) @80088   6 years vboxsync hmvmxinline.h: Kicking out 32-bit host support, added …
(edit) @80087   6 years vboxsync hmvmxinline.h: Kicking out 32-bit host support, added …
(edit) @80086   6 years vboxsync hmvmxinline.h: Kicking out 32-bit host support, added …
(edit) @80085   6 years vboxsync hmvmxinline.h: Kicking out 32-bit host support, added …
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