|
|
@82329
|
5 years |
vboxsync |
PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
|
|
|
@82314
|
5 years |
vboxsync |
HMVMXR0.cpp: Added todo about optimizing MMIO.
|
|
|
@82277
|
5 years |
vboxsync |
IOMR0: Table initialization bug in the two function growing the …
|
|
|
@82264
|
5 years |
vboxsync |
VMM/HMVMXR0: Comment typo.
|
|
|
@82237
|
5 years |
vboxsync |
VMM/HMVMXR0: Fix TPR shadow feature check.
|
|
|
@82210
|
5 years |
vboxsync |
GIM,GIMDev: Converted GIMDev to new style. bugref:9218
|
|
|
@82159
|
5 years |
vboxsync |
VMM/HMVMXR0: Fix single-stepping in the hypervisor debugger using MTF …
|
|
|
@82094
|
5 years |
vboxsync |
DevVGA,PGM,IOM: Conveted the legacy MMIO region to the new style, …
|
|
|
@82039
|
5 years |
vboxsync |
APIC,PDM: Split up APIC 'registration'. bugref:9218
|
|
|
@82026
|
5 years |
vboxsync |
APIC,IOM,HM: Working on converting the APIC to the new device model. …
|
|
|
@82018
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Unused variable build fix.
|
|
|
@82016
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Event injection logic tweaked for …
|
|
|
@81961
|
5 years |
vboxsync |
DevHPET,PDM: Split structures and refactored registration. bugref:9218
|
|
|
@81938
|
5 years |
vboxsync |
DevIoApic,PDM: Refactored the IOAPIC registration to be done directly …
|
|
|
@81936
|
5 years |
vboxsync |
VMMR0: Catch assertions in VMMR0_DO_PDM_DEVICE_GEN_CALL. bugref:9218
|
|
|
@81916
|
5 years |
vboxsync |
PDM: logging fixes. bugref:9218
|
|
|
@81909
|
5 years |
vboxsync |
VMM,DevPIC: Refactored the PIC registration. bugreF:9218
|
|
|
@81861
|
5 years |
vboxsync |
VMM/HM: Spaces.
|
|
|
@81850
|
5 years |
vboxsync |
PDMDevHlp: Adding PDMDevHlpCritSectScheduleExitEvent. bugref:9218
|
|
|
@81841
|
5 years |
vboxsync |
PDM: Defined a total PDM device instance limit of 4MB (for now). Need …
|
|
|
@81840
|
5 years |
vboxsync |
PDM: Defined a total PDM device instance limit of 4MB (for now). Need …
|
|
|
@81806
|
5 years |
vboxsync |
VMM/HMVMXR0: Fix delivery of guest pending debug exception (BS bit) …
|
|
|
@81791
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Comment to clarify why we read …
|
|
|
@81790
|
5 years |
vboxsync |
VMM/HMVMXR0: Propagate guest-interruptibility state from the VMCS to …
|
|
|
@81786
|
5 years |
vboxsync |
VMM: Nested VMX: bugref:9180 Implement VMX-preemption timer for …
|
|
|
@81733
|
5 years |
vboxsync |
VMM: Nested VMX: bugref:9180 Detect VMX-preemption timer erratum and …
|
|
|
@81665
|
5 years |
vboxsync |
VMM: Nested VMX: bugref:9180 Cleanup cpum.h interfaces - drop unused …
|
|
|
@81638
|
5 years |
vboxsync |
VMM/HMVMXR0: Don't assert pbVirtApic or HCPhysVirtApic when APIC …
|
|
|
@81637
|
5 years |
vboxsync |
VMM/HMVMXR0: Revamped allocation of ring-0 VMCS and related data …
|
|
|
@81624
|
5 years |
vboxsync |
PDM,PGM: Added handled based MMIO2 interface. Made some adjustments …
|
|
|
@81606
|
5 years |
vboxsync |
typo
|
|
|
@81605
|
5 years |
vboxsync |
VMM (and related changes): Add support for Hygon Dhyana CPUs. Modified …
|
|
|
@81579
|
5 years |
vboxsync |
VMM/HMVMXR0: VMXTRANSIENT alignment.
|
|
|
@81548
|
5 years |
vboxsync |
VMM/PDMR0DeviceGenCallReqHandler: doxygen. bugref:9218
|
|
|
@81519
|
5 years |
vboxsync |
DevSmc,PDM: Converted the SMC device to the new style. Converted …
|
|
|
@81475
|
5 years |
vboxsync |
doxygen fixes
|
|
|
@81433
|
5 years |
vboxsync |
IOM: Replaced IOMMMIOPhysHandler with the new version. bugref:9218
|
|
|
@81416
|
5 years |
vboxsync |
PDMDevHlp: Removed incorrect EMT restrictions on a bunch of new …
|
|
|
@81406
|
5 years |
vboxsync |
PDM: Enabled PDM task code. Added bunch of new device helper …
|
|
|
@81383
|
5 years |
vboxsync |
IOM: Split up the logging into two more groups, one for I/O ports and …
|
|
|
@81369
|
5 years |
vboxsync |
*: doxygen fixes
|
|
|
@81335
|
5 years |
vboxsync |
IOM: More fixes for release builds. bugref:9218
|
|
|
@81333
|
5 years |
vboxsync |
IOM: More MMIO stuff, almost there now... bugref:9218
|
|
|
@81278
|
5 years |
vboxsync |
VMM/HMVMXR0: Typo, unordered atomic is sufficient here.
|
|
|
@81277
|
5 years |
vboxsync |
VMM: fCtxChanged isn't volatile.
|
|
|
@81239
|
5 years |
vboxsync |
VMM/HMVMXR0: Nit.
|
|
|
@81238
|
5 years |
vboxsync |
VMM/HMVMXR0: Nits.
|
|
|
@81237
|
5 years |
vboxsync |
VMM/HMVMXR0: Get rid of hmR0VmxSelectVMRunHandler and merge it into …
|
|
|
@81232
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 const.
|
|
|
@81209
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Nit.
|
|
|
@81207
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.
|
|
|
@81206
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Streamline exporting state a bit …
|
|
|
@81197
|
5 years |
vboxsync |
IOM: More MMIO code. bugref:9218
|
|
|
@81180
|
5 years |
vboxsync |
VMM/HMSVMR0: Nested SVM: bugref:7243 Fix when compiling without …
|
|
|
@81179
|
5 years |
vboxsync |
VMM/HSVMR0: Nested SVM: bugref:7243 Nit.
|
|
|
@81177
|
5 years |
vboxsync |
VMM/HMSVMR0: Nested SVM: bugref:7243 Coalesce …
|
|
|
@81170
|
5 years |
vboxsync |
VMM/HMSVMR0: Nested SVM: bugref:7243 Build fix.
|
|
|
@81169
|
5 years |
vboxsync |
IOM,DevHlp: Build fixes. bugref:9218
|
|
|
@81168
|
5 years |
vboxsync |
VMM/HMSVMR0: Nested SVM: bugref:7243 Coalesce …
|
|
|
@81167
|
5 years |
vboxsync |
IOM: More MMIO work. Splitting out the I/O port related stuff from …
|
|
|
@81166
|
5 years |
vboxsync |
VMM/HMSVMR0: Nested SVM: bugref:7243 Coalesce hmR0SvmPreRunGuestNested …
|
|
|
@81161
|
5 years |
vboxsync |
SUP, VMM: bugref: 9562 Drop SUPR0GetRawModeUsability. No longer …
|
|
|
@81160
|
5 years |
vboxsync |
IOM,PDMDevHlp: Started implementing new MMIO registration APIs. …
|
|
|
@81153
|
5 years |
vboxsync |
VMM: Removed most VBOX_WITH_REM preprocessor stuff. bugref:9576
|
|
|
@81150
|
5 years |
vboxsync |
VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576
|
|
|
@81136
|
5 years |
vboxsync |
IOM,RTC,PCI: Make the port parameter in the I/O port callbacks …
|
|
|
@81092
|
5 years |
vboxsync |
VMM/HMSVMR0: Nested SVM: bugref:7243 Optimize run loop to avoid exits …
|
|
|
@81071
|
5 years |
vboxsync |
SUPDrv,IPRT,VMM: Support host APIC ID above 256 in GIP. (Only tested …
|
|
|
@81056
|
5 years |
vboxsync |
IOM: Dump new-style I/O ports in the 'ioport' info item. bugref:9218
|
|
|
@81031
|
5 years |
vboxsync |
PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS …
|
|
|
@81002
|
5 years |
vboxsync |
VMM: bugref:9566 TRPM enhancements and cleanup. Bumps TRPM saved-state …
|
|
|
@80960
|
5 years |
vboxsync |
IOM,PDM,DevPCI,DevPciIch9,RTC: Fixes to the I/O port lookup table …
|
|
|
@80943
|
5 years |
vboxsync |
Devices/PCI: Device model refactoring, part I. bugref:9218
|
|
|
@80942
|
5 years |
vboxsync |
VMM: Corrected parameters for the pdmR0DeviceCreateWorker call. bugref:9218
|
|
|
@80938
|
5 years |
vboxsync |
VMM: bugref:9566 Removed TRPM ring-0 bits that are no longer used …
|
|
|
@80911
|
5 years |
vboxsync |
VMM/HM: Clear CR4.VMXE only when we set it ourselves and not if it's …
|
|
|
@80871
|
5 years |
vboxsync |
VMM/HM: Explicit cast to 64-bit while flipping X86_CR4_VMXE.
|
|
|
@80844
|
5 years |
vboxsync |
VMM/HMR0: Avoid clearing CR4.VMXE if the for some reason the host …
|
|
|
@80843
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Comment.
|
|
|
@80842
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Tighten up the CR4 guest/host …
|
|
|
@80840
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Tighten up the CR0 guest/host …
|
|
|
@80815
|
5 years |
vboxsync |
VMM: "guest hypervisor" -> "nested hypervisor".
|
|
|
@80810
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Use …
|
|
|
@80742
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Comments, spaces.
|
|
|
@80722
|
5 years |
vboxsync |
PDM,PCI: More PDMPCIDEV related refactoring work, mainly concerned …
|
|
|
@80706
|
5 years |
vboxsync |
PDM: Check new device registration fields when creating the ring-0 …
|
|
|
@80704
|
5 years |
vboxsync |
PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
|
|
|
@80701
|
5 years |
vboxsync |
PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
|
|
|
@80690
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 space nit.
|
|
|
@80689
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Fix re-constructing the guest …
|
|
|
@80674
|
5 years |
vboxsync |
PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
|
|
|
@80673
|
5 years |
vboxsync |
PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
|
|
|
@80661
|
5 years |
vboxsync |
VMM/HMVMXR0: Comment typos.
|
|
|
@80656
|
5 years |
vboxsync |
VMM/HMVMXR0: Comment nit.
|
|
|
@80655
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Swap EFER when requested by the …
|
|
|
@80645
|
5 years |
vboxsync |
IOM: New I/O port registration code. [release build fix] bugref:9218
|
|
|
@80644
|
5 years |
vboxsync |
IOM: New I/O port registration code. [release build fix] bugref:9218
|
|
|
@80641
|
5 years |
vboxsync |
IOM: New I/O port registration code. bugref:9218
|
|
|
@80622
|
5 years |
vboxsync |
VMM/HMVMXR0: Implemented using IEMExecDecodedInvpcid from the ring-0 …
|
|
|
@80602
|
5 years |
vboxsync |
VMM/HMVMXR0: Nested VMX: bugref:9180 Clear EFER.LME (in VMCS) when …
|
|
|