VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107900   2 months vboxsync VMM: Define VM_STRUCT_VERSION (for use inside the VMM) with a few …
(edit) @107893   2 months vboxsync VMM,VBox/types.h,VBox/err.h: Added VM target platform arch members to …
(edit) @107876   2 months vboxsync VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. …
(edit) @107863   2 months vboxsync VMM/NEM-win: Log more features and stuff.
(edit) @107862   2 months vboxsync VMM/NEM-win: Export & import IA32_SPEC_CTRL state. jiraref:VBP-947 …
(edit) @107854   2 months vboxsync x86.h,VMM: More AMD CPUID bits; addressed some old todos related to …
(edit) @107809   3 months vboxsync VMM: bugref:10759 Don't route setting/clearing of external interrupts …
(edit) @107808   3 months vboxsync VMM/testcase/tstSSM-2.cpp: Print error message when writing the SSM …
(edit) @107807   3 months vboxsync VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers (fixed typo)
(edit) @107806   3 months vboxsync VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers.
(edit) @107802   3 months vboxsync VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and …
(edit) @107801   3 months vboxsync VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and …
(edit) @107798   3 months vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107780   3 months vboxsync VMM/VMMR3/GICR3.cpp: Fix currently impossible overflow (cCpus is very …
(edit) @107779   3 months vboxsync VMM/VMMR3/DBGF.cpp: Disable unnecessary else if condition and replace …
(edit) @107778   3 months vboxsync VMM/VMMR3/CPUMR3Db.cpp: Replace redundant if condition with an …
(edit) @107777   3 months vboxsync VMM/VMMR3/CPUMR3Db-armv8.cpp: Replace redundant if condition with an …
(edit) @107776   3 months vboxsync VMM/VMMR3/CPUM.cpp: Missing error check (harmless), bugref:3409
(edit) @107763   3 months vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107762   3 months vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107751   3 months vboxsync VMM/testcase/tstCompressionBenchmark.cpp: Remove unused variable, …
(edit) @107750   3 months vboxsync VMM/testcase/tstAnimate.cpp: Missing error checks, bugref:3409
(edit) @107749   3 months vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107742   3 months vboxsync VMM/VMMR3/DBGFOS.cpp: Fix unused assignment parfait warning, bugref:3409
(edit) @107740   3 months vboxsync VMM/VMMR3/DBGFR3FlowTrace.cpp: Enter the debugger when collecting the …
(edit) @107731   3 months vboxsync VMM/CPUM: Added some missing CPUID extended feature bits and fixed a …
(edit) @107729   3 months vboxsync VMM/CPUM: Explode more MSR_IA32_ARCH_CAPABILITIES bits into the …
(edit) @107728   3 months vboxsync VMM/testcase/tstPDMAsyncCompletionStress.cpp: Small cleanup, bugref:3409
(edit) @107712   3 months vboxsync VMM/VMMR3/CPUMR3CpuId.cpp: Remove redundant condition, bugref:3409
(edit) @107706   3 months vboxsync VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
(edit) @107704   3 months vboxsync VMM/HMVMXR0: bugref:3409 Redundant assignment.
(edit) @107703   3 months vboxsync VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
(edit) @107700   3 months vboxsync VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 …
(edit) @107661   3 months vboxsync VMM/VMMR3/VM.cpp: Remove unused fCalledSomeone flag, bugref:3409
(edit) @107650   3 months vboxsync VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 …
(edit) @107640   3 months vboxsync VMM/testcase/Makefile.kmk: Fix accidental regression from r165846 that …
(edit) @107639   3 months vboxsync VMM/CPUM: Report the host CPU microcode revision number to the guest …
(edit) @107626   3 months vboxsync src/VBox/VMM/testcase/tstIEMAImpl.cpp: Fixed warnings found by Parfait …
(edit) @107625   3 months vboxsync VMM/VMMR3/PGMPhys.cpp: Fix unread variable parfait warning in …
(edit) @107623   3 months vboxsync VMM/VMMR3/DBGFOS.cpp: Remove unused assignment, bugref:3409
(edit) @107609   3 months vboxsync VMM/PDMCritSectRw,IPRT/RTCritSectRw: Fixed harmless issue in the …
(edit) @107608   3 months vboxsync VMM/testcase/tstAnimate.cpp: Remove redundant if condition, bugref:3409
(edit) @107570   3 months vboxsync VMM/CPUM: Report the host CPU microcode revision number to the guest …
(edit) @107569   3 months vboxsync VMM/CPUM: Fixed regression in cpumLookupMsrRange since r146925
(edit) @107466   3 months vboxsync VMM/VMEmt.cpp: Compile logging only code only if LOG_ENABLED is …
(edit) @107449   3 months vboxsync VMM/include/IEMN8veRecompilerEmit.h: Fix unsequenced operation parfait …
(edit) @107410   3 months vboxsync VMM/GIMHV: bugref:3409 Fixed two redundant 'if' conditions. Eliminated …
(edit) @107389   3 months vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107316   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. …
(edit) @107315   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107314   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. …
(edit) @107313   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. …
(edit) @107311   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107308   4 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107305   4 months vboxsync IEM: Fixed IEMIMPL_FP_2 macro for a case with just one AVX input …
(edit) @107295   4 months vboxsync ValidationKit/bootsectors: fix IEM implementation of vcmpss, vcmpsd; …
(edit) @107294   4 months vboxsync VMM/IEM: fix wrong MXCSR handling of [v]rsqrtps, [v]rsqrtss, [v]rcpps, …
(edit) @107278   4 months vboxsync VMM/IEM: fix SSE cvtdq2pd raising spurious #GP; bugref:10816; …
(edit) @107276   4 months vboxsync PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by …
(edit) @107227   4 months vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107220   4 months vboxsync VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
(edit) @107219   4 months vboxsync ValidationKit/bootsectors: partially fix IEM implementation of …
(edit) @107218   4 months vboxsync ValidationKit/bootsectors: fix IEM implementation of vcmpp[sd]; …
(edit) @107217   4 months vboxsync VMM/APIC: Don't include vm.h when included in tstDeviceStructSize.cpp. …
(edit) @107215   4 months vboxsync VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
(edit) @107211   4 months vboxsync VMM/IEM: Unwind info update for win.arm64. jiraref:VBP-1466
(edit) @107209   4 months vboxsync VMM/IEM: Reworked the disassembly annotations when using our own …
(edit) @107207   4 months vboxsync VMM/IEM: Reworked the disassembly annotations when using our own …
(edit) @107206   4 months vboxsync VMM/IEM: win.amd64 build fix. jiraref:VBP-1466
(edit) @107204   4 months vboxsync VMM/IEM: Annotate VMCPU loads and stores when using our own arm …
(edit) @107203   4 months vboxsync VMM/TM: darwin.arm64 build fix. jiraref:VBP-1466
(edit) @107202   4 months vboxsync VMM/IEM: Completely relaxed the VM::fGlobalForcedActions access …
(edit) @107201   4 months vboxsync VMM/IEM: Fixed bug in iemNativeEmitLoadGprWithGstRegExT where we used …
(edit) @107200   4 months vboxsync VMM/IEM: Deal with hidden pointer to VBOXSTRICTRC return struct on …
(edit) @107199   4 months vboxsync VMM/IEM: Avoid gcc warning in IEMN8veRecompilerTlbLookup.h.
(edit) @107194   4 months vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107192   4 months vboxsync IPRT,VMM/TM: Support for GIP time on win.arm64. jiraref:VBP-1266
(edit) @107179   4 months vboxsync VMM/PGM: Fixed unused param/function warnings on darwin.arm64. …
(edit) @107178   4 months vboxsync tstVMStructSize: Fixed regression from r166169. jiraref:VBP-1466
(edit) @107177   4 months vboxsync VMM/PGM: Fixed regression from r166169. jiraref:VBP-1466
(edit) @107176   4 months vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107172   4 months vboxsync ValidationKit/bootsectors: partially fix IEM implementation of vcmpps, …
(edit) @107171   4 months vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107143   4 months vboxsync VMM/IEM: fix IEM vpermd instruction emulation; bugref:9898; …
(edit) @107140   4 months vboxsync VMM/IEM: fix IEM vpermq instruction emulation; bugref:9898; …
(edit) @107132   4 months vboxsync VMM/NEM-darwin-armv8: Return VERR_NEM_IPE_2 instead of the generic …
(edit) @107118   4 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   4 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107115   4 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   4 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107112   4 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Some cleanups, bugref:3409
(edit) @107110   4 months vboxsync VMM/DBGFR3Bp: Some cleanups, bugref:3409
(edit) @107109   4 months vboxsync VMM/GIC: Don try reading past the interrupt routing table, bugref:3409 …
(edit) @107106   4 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix typo (parfait warning), bugref:3409
(edit) @107104   4 months vboxsync VMM/IEM: fix IEM vpermpd instruction emulation; bugref:9898; …
(edit) @107103   4 months vboxsync VMM/IEM: fix IEM vpermps instruction emulation; bugref:9898; …
(edit) @107056   4 months vboxsync VMM/GIC: Fix hack so the value for the priority matches the written …
(edit) @107052   4 months vboxsync VMM/IEM: fix IEM vmovlhps instruction emulation; bugref:9898; …
(edit) @107047   4 months vboxsync VMM/IEM: whoops, also fix missing IE condition in [v]round[ps][sd] …
(edit) @107045   4 months vboxsync VMM/IEM: fix missing PE condition in [v]round[ps][sd] instruction …
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette