summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* VMM: Nested VMX: bugref:10092 Fixed the missed cpumMsrRd_Ia32VmxCr0Fixed0 in ...vboxsync2022-01-181-1/+4
* VMM/CPUM: Cleanup RT_NOREF_PV. No functional change.vboxsync2022-01-181-49/+49
* VMM: Nested VMX: bugref:10092 Mind the union reporting VMX MSRs.vboxsync2022-01-181-25/+74
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM: Nested VMX: bugref:10092 Added CPUMGetGuestIa32VmxEptVpidCap for upcomin...vboxsync2021-10-251-1/+14
* VMM/CPUM: Comment nit.vboxsync2021-09-231-1/+2
* VMM: bugref:10106 Fixed IA32_FEATURE_CONTROL MSR reported to the guest.vboxsync2021-09-221-1/+15
* VMM/CPUM: Moved CPUIDs and MSRs from the hyper heap and into the VM structure...vboxsync2021-09-151-4/+4
* VMM/CPUMAllMsrs.cpp: Workaround for Clang 11 nothrow weirdness. bugref:9794vboxsync2020-07-101-481/+481
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-2/+3
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* VMM: Nested VMX: bugref:9180 Cleanup cpum.h interfaces - drop unused paramete...vboxsync2019-11-051-2/+2
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217vboxsync2019-08-151-4/+4
* VMM: Started refactoring VMMAll/* for bugref:9217vboxsync2019-08-131-467/+468
* VMM/CPUM, Debugger: Const bits.vboxsync2019-06-171-2/+2
* VMM/CPUM: Nested VMX: bugref:9180 invvpid support (disabled, not yet enabled ...vboxsync2019-05-151-1/+1
* VMM: Nested VMX: bugref:9180 Allowing fetching VM-exit names from ring-0 as w...vboxsync2019-01-251-1/+1
* Port r124260, r124263, r124271, r124273, r124277, r124278, r124279, r124284, ...vboxsync2019-01-071-7/+11
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VMM: Nested VMX: bugref:9180 Initialize VMX guest-MSRs from the exploded and ...vboxsync2018-12-131-391/+14
* VMM: Nested VMX: bugref:9180 Use VMX's allowed0 and allowed1 bits nomenclatur...vboxsync2018-12-111-20/+29
* VMM: Nested VMX: bugref:9180 Explicitly ignore attempts at microcode updates ...vboxsync2018-11-161-1/+6
* VMM: Nested VMX: bugref: 9180 Use PGM physical page handler for the APIC-acce...vboxsync2018-11-151-18/+8
* VMM: Nested VMX: bugref:9180 Virtualized x2APIC MSR write access handling.vboxsync2018-11-121-0/+37
* VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; Add TPR virtualization f...vboxsync2018-10-071-3/+3
* VMM/CPU, IEM: Nested VMX: bugref:9180 Access the CR0 and CR4 fixed bits from ...vboxsync2018-09-201-2/+6
* VMM/IEM, CPUM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.vboxsync2018-09-141-1/+1
* VMM/CPUM, IEM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.vboxsync2018-09-101-6/+7
* VMM/CPUM: Nested VMX: bugref:9180 Secondary processor-based VM-execution cont...vboxsync2018-09-071-1/+2
* VMM/CPUM, IEM: Nested VMX: bugref:9180 Fixes for allowing 32-bit nested-guest...vboxsync2018-09-061-1/+1
* VMM/CPUM: Naming nit.vboxsync2018-09-061-5/+5
* VMM/CPUM: Naming nit.vboxsync2018-09-061-2/+2
* VMM/CPUM: Nested VMX: bugref:9180 Added a separate function for obtaining the...vboxsync2018-09-061-21/+40
* VMM: Nested VMX: bugref:9180 vmlaunch/vmresume bits.vboxsync2018-09-041-1/+1
* VMM/IEM, HM: Nested VMX: bugref:9180 vmlaunch/vmresume work.vboxsync2018-09-031-73/+217
* VMM: Nested VMX: Added VMX CPUID features for RDRAND, RDSEED and PML. Fixed i...vboxsync2018-08-241-0/+3
* VMM/CPUM: Nested VMX: bugref:9180 Added more VMX CPUID feature identifiers.vboxsync2018-08-211-5/+34
* VMM: Nested VMX: bugref:9180 Implement VMPTRLD.vboxsync2018-08-171-1/+2
* VMM: Nested VMX: bugref:9180 Implement IA32_VMX_MISC MSR.vboxsync2018-08-131-2/+15
* VMM: Nested VMX: bugref:9180 Various bits:vboxsync2018-08-101-19/+47
* VMM: Nested VMX: bugref:9180 Don't forget to report the VMCS size in IA32_VMX...vboxsync2018-08-011-5/+7
* VMM: Nested VMX: bugref:9180 Implement MSR_IA32_VMX_VMCS_ENUM.vboxsync2018-07-311-7/+11
* VMM, CPUM: Nested VMX: bugref:9180 Implement Cr0Fixed[0|1] and Cr4Fixed[0|1] ...vboxsync2018-07-301-9/+33
* VMM, SUPDrv: Nested VMX: bugref:9180 Implement some of the VMX MSRs.vboxsync2018-07-281-25/+119
* VMM/CPUM: Nested VMX: bugref:9180 Consider true capability MSRs while reporti...vboxsync2018-07-211-1/+3
* VMM: Nested VMX: bugref:9180 Reports bits of IA32_FEATURE_CONTROL, start impl...vboxsync2018-07-201-2/+17
* VMM: Nested VMX: bugref:9180 Renamed Ia32VmxBase to Ia32VmxBasic to match the...vboxsync2018-07-201-3/+3