VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @80949   5 years vboxsync PDMDevHlp.cpp: build fix. bugref:9218
(edit) @80943   5 years vboxsync Devices/PCI: Device model refactoring, part I. bugref:9218
(edit) @80942   5 years vboxsync VMM: Corrected parameters for the pdmR0DeviceCreateWorker call. bugref:9218
(edit) @80938   5 years vboxsync VMM: bugref:9566 Removed TRPM ring-0 bits that are no longer used …
(edit) @80912   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Nit.
(edit) @80911   5 years vboxsync VMM/HM: Clear CR4.VMXE only when we set it ourselves and not if it's …
(edit) @80871   5 years vboxsync VMM/HM: Explicit cast to 64-bit while flipping X86_CR4_VMXE.
(edit) @80844   5 years vboxsync VMM/HMR0: Avoid clearing CR4.VMXE if the for some reason the host …
(edit) @80843   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Comment.
(edit) @80842   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Tighten up the CR4 guest/host …
(edit) @80841   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 nit.
(edit) @80840   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Tighten up the CR0 guest/host …
(edit) @80839   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Define macros CR0 ignore mask on …
(edit) @80816   5 years vboxsync VMM/IEM: "guest hypervisor" -> "nested hypervisor".
(edit) @80815   5 years vboxsync VMM: "guest hypervisor" -> "nested hypervisor".
(edit) @80814   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix I/O bitmap accesses now that we …
(edit) @80813   5 years vboxsync VMM/HMVMXAll: Nested VMX: bugref:9180 Wrong assertion.
(edit) @80812   5 years vboxsync VMM/EM: Nested VMX: bugref:9180 Use CPUMIsGuestVmxInterceptEvents.
(edit) @80811   5 years vboxsync VMM/TRPM: Nested VMX: bugref:9180 We need to check for "acknowledge …
(edit) @80810   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Use …
(edit) @80809   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use …
(edit) @80808   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Use CPUMIsGuestVmxInterceptEvents.
(edit) @80806   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Doxygen.
(edit) @80805   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Remove todo.
(edit) @80804   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Clarify I/O port wrap around.
(edit) @80803   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Fix I/O bitmap accesses. We need to …
(edit) @80768   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Don't forget to read the I/O bitmaps …
(edit) @80767   5 years vboxsync VMM/HM: Nested VMX: bugref:9180 Add IoBitmapAPtrReadPhys and …
(edit) @80763   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 I/O space wraparound comment. Verify.
(edit) @80742   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Comments, spaces.
(edit) @80741   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Add assertion, tidy comment and logging.
(edit) @80740   5 years vboxsync HMInternal.h: Nested VMX: bugref:9180 Comment typo.
(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) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80701   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80690   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 space nit.
(edit) @80689   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Fix re-constructing the guest …
(edit) @80679   5 years vboxsync IOM,PDM,RTC: Add port sub-descriptions for a range. Fixed bug in …
(edit) @80677   5 years vboxsync PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
(edit) @80675   5 years vboxsync IOM: New I/O port registration code. [doxyfix] bugref:9218
(edit) @80674   5 years vboxsync PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
(edit) @80673   5 years vboxsync PDM/DevHlp: Need to wrap the crit sect methods so we can pass on pVM …
(edit) @80661   5 years vboxsync VMM/HMVMXR0: Comment typos.
(edit) @80660   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Ensure MSR_IA32_BASIC bit 48 (the …
(edit) @80656   5 years vboxsync VMM/HMVMXR0: Comment nit.
(edit) @80655   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Swap EFER when requested by the …
(edit) @80651   5 years vboxsync STAM: STAM_WITH_LOOKUP_TREE isn't optional, so drop the #ifdefs.
(edit) @80650   5 years vboxsync STAM: More by-prefix optimizations.
(edit) @80649   5 years vboxsync IOM: I/O port statistics. bugref:9218
(edit) @80648   5 years vboxsync STAM: Adding STAMR3DeregisterByPrefix.
(edit) @80645   5 years vboxsync IOM: New I/O port registration code. [release build fix] bugref:9218
(edit) @80644   5 years vboxsync IOM: New I/O port registration code. [release build fix] bugref:9218
(edit) @80641   5 years vboxsync IOM: New I/O port registration code. bugref:9218
(edit) @80630   5 years vboxsync VMM/HM: Mask the VM-exit reason (thereby making off the error bit) to …
(edit) @80622   5 years vboxsync VMM/HMVMXR0: Implemented using IEMExecDecodedInvpcid from the ring-0 …
(edit) @80621   5 years vboxsync VMM/IEM: Doxygen fix.
(edit) @80620   5 years vboxsync VMM/IEM: Add IEMExecDecodedInvpcid for upcoming changes.
(edit) @80618   5 years vboxsync VMM/IEM: Use uint64_t for the INVPCID invalidation type (as it's …
(edit) @80602   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Clear EFER.LME (in VMCS) when …
(edit) @80598   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Add assertions that when …
(edit) @80597   5 years vboxsync VMM/GIM: Assertion nit.
(edit) @80595   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Comment.
(edit) @80594   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Update todo.
(edit) @80588   5 years vboxsync VMM/HMVMXR0: bugref:9546 Build fix.
(edit) @80587   5 years vboxsync VMM/HM: bugref:9546 Fix registering of the longjmp callback to be soon …
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80580   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Build fix.
(edit) @80579   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 No need to AND/OR the fixed-0 and …
(edit) @80578   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Logging.
(edit) @80572   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Logging.
(edit) @80561   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 When entering hardware assisted …
(edit) @80556   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Nits.
(edit) @80550   5 years vboxsync VMM/TMAll: Deal with the serial device timer critsects. [nits] bugref:9218
(edit) @80549   5 years vboxsync VMM/TMAll: Deal with the serial device timer critsects. bugref:9218
(edit) @80548   5 years vboxsync VMM/PDMR0DeviceCompatSetCritSectReqHandler: Assertion fix. bugref:9218
(edit) @80544   5 years vboxsync VMM/PDMR0Device: Disable part of the assertion temporarily to unbreak …
(edit) @80542   5 years vboxsync VMM: Fix for problem loading VBoxEhciR0.r0 after PDM device …
(edit) @80540   5 years vboxsync VMM/IEM: iemTaskSwitch const nits.
(edit) @80533   5 years vboxsync VMM,Devices: Some PDM device model refactoring. [doxyfix] bugref:9218
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @80510   5 years vboxsync VMM/IEM: Added an assertion in IEMExecLots that the TRPM event being …
(edit) @80507   5 years vboxsync VMM/EM: Add an assertion for VINF_EM_RAW_EMULATE_INSTR and …
(edit) @80506   5 years vboxsync VMM/CPUM: Nested VMX: bugref:9180 Expose "Acknowledge interrupt on …
(edit) @80490   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 We should not be calling VM-exit from …
(edit) @80489   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Fix zero-ing out incorrectly the exit …
(edit) @80466   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 nit.
(edit) @80465   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Add VMCPU_FF_VMX_PREEMPT_TIMER to …
(edit) @80463   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Add VMCPU_FF_VMX_PREEMPT_TIMER to the …
(edit) @80462   5 years vboxsync VMM/IEM: Nested VMX: bugref:9180 Optimize new nested-vmx code in …
(edit) @80461   5 years vboxsync IEMAll/iemExecOneInner: Clear VMCPU_FF_INHIBIT_INTERRUPTS when no …
(edit) @80460   5 years vboxsync VMM/EM: Nested VMX: bugref:9180 Optimize VMX FF processing a bit.
(edit) @80458   5 years vboxsync IEM: Optimize new nested-vmx code in iemExecOneInner a little. bugref:9180
(edit) @80457   5 years vboxsync VMM/HM: Spaces.
(edit) @80456   5 years vboxsync VMM/HMVMXR0: Nested VMX: bugref:9180 Logging.
(edit) @80455   5 years vboxsync VMM/HMVMXR0: Nits.
(edit) @80454   5 years vboxsync VMM/HMSVMR0: Spaces.
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