VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107780   4 weeks vboxsync VMM/VMMR3/GICR3.cpp: Fix currently impossible overflow (cCpus is very …
(edit) @107779   4 weeks vboxsync VMM/VMMR3/DBGF.cpp: Disable unnecessary else if condition and replace …
(edit) @107778   4 weeks vboxsync VMM/VMMR3/CPUMR3Db.cpp: Replace redundant if condition with an …
(edit) @107777   4 weeks vboxsync VMM/VMMR3/CPUMR3Db-armv8.cpp: Replace redundant if condition with an …
(edit) @107776   4 weeks vboxsync VMM/VMMR3/CPUM.cpp: Missing error check (harmless), bugref:3409
(edit) @107763   4 weeks vboxsync VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
(edit) @107762   4 weeks vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107751   4 weeks vboxsync VMM/testcase/tstCompressionBenchmark.cpp: Remove unused variable, …
(edit) @107750   4 weeks vboxsync VMM/testcase/tstAnimate.cpp: Missing error checks, bugref:3409
(edit) @107749   4 weeks vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107742   4 weeks vboxsync VMM/VMMR3/DBGFOS.cpp: Fix unused assignment parfait warning, bugref:3409
(edit) @107740   4 weeks vboxsync VMM/VMMR3/DBGFR3FlowTrace.cpp: Enter the debugger when collecting the …
(edit) @107731   4 weeks vboxsync VMM/CPUM: Added some missing CPUID extended feature bits and fixed a …
(edit) @107729   4 weeks vboxsync VMM/CPUM: Explode more MSR_IA32_ARCH_CAPABILITIES bits into the …
(edit) @107728   4 weeks vboxsync VMM/testcase/tstPDMAsyncCompletionStress.cpp: Small cleanup, bugref:3409
(edit) @107712   4 weeks vboxsync VMM/VMMR3/CPUMR3CpuId.cpp: Remove redundant condition, bugref:3409
(edit) @107706   4 weeks vboxsync VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
(edit) @107704   4 weeks vboxsync VMM/HMVMXR0: bugref:3409 Redundant assignment.
(edit) @107703   5 weeks vboxsync VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
(edit) @107700   5 weeks vboxsync VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 …
(edit) @107661   5 weeks vboxsync VMM/VMMR3/VM.cpp: Remove unused fCalledSomeone flag, bugref:3409
(edit) @107650   5 weeks vboxsync VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 …
(edit) @107640   5 weeks vboxsync VMM/testcase/Makefile.kmk: Fix accidental regression from r165846 that …
(edit) @107639   5 weeks vboxsync VMM/CPUM: Report the host CPU microcode revision number to the guest …
(edit) @107626   5 weeks vboxsync src/VBox/VMM/testcase/tstIEMAImpl.cpp: Fixed warnings found by Parfait …
(edit) @107625   5 weeks vboxsync VMM/VMMR3/PGMPhys.cpp: Fix unread variable parfait warning in …
(edit) @107623   5 weeks vboxsync VMM/VMMR3/DBGFOS.cpp: Remove unused assignment, bugref:3409
(edit) @107609   5 weeks vboxsync VMM/PDMCritSectRw,IPRT/RTCritSectRw: Fixed harmless issue in the …
(edit) @107608   5 weeks vboxsync VMM/testcase/tstAnimate.cpp: Remove redundant if condition, bugref:3409
(edit) @107570   5 weeks vboxsync VMM/CPUM: Report the host CPU microcode revision number to the guest …
(edit) @107569   5 weeks vboxsync VMM/CPUM: Fixed regression in cpumLookupMsrRange since r146925
(edit) @107466   5 weeks vboxsync VMM/VMEmt.cpp: Compile logging only code only if LOG_ENABLED is …
(edit) @107449   5 weeks vboxsync VMM/include/IEMN8veRecompilerEmit.h: Fix unsequenced operation parfait …
(edit) @107410   5 weeks vboxsync VMM/GIMHV: bugref:3409 Fixed two redundant 'if' conditions. Eliminated …
(edit) @107389   8 weeks vboxsync VMM/CPUM: The CPUMFEATURE structures can't be in target specific …
(edit) @107316   2 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. …
(edit) @107315   2 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107314   2 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. …
(edit) @107313   2 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. …
(edit) @107311   2 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
(edit) @107308   2 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107305   2 months vboxsync IEM: Fixed IEMIMPL_FP_2 macro for a case with just one AVX input …
(edit) @107295   2 months vboxsync ValidationKit/bootsectors: fix IEM implementation of vcmpss, vcmpsd; …
(edit) @107294   2 months vboxsync VMM/IEM: fix wrong MXCSR handling of [v]rsqrtps, [v]rsqrtss, [v]rcpps, …
(edit) @107278   2 months vboxsync VMM/IEM: fix SSE cvtdq2pd raising spurious #GP; bugref:10816; …
(edit) @107276   2 months vboxsync PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by …
(edit) @107227   2 months vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107220   2 months vboxsync VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
(edit) @107219   2 months vboxsync ValidationKit/bootsectors: partially fix IEM implementation of …
(edit) @107218   2 months vboxsync ValidationKit/bootsectors: fix IEM implementation of vcmpp[sd]; …
(edit) @107217   2 months vboxsync VMM/APIC: Don't include vm.h when included in tstDeviceStructSize.cpp. …
(edit) @107215   2 months vboxsync VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
(edit) @107211   2 months vboxsync VMM/IEM: Unwind info update for win.arm64. jiraref:VBP-1466
(edit) @107209   2 months vboxsync VMM/IEM: Reworked the disassembly annotations when using our own …
(edit) @107207   2 months vboxsync VMM/IEM: Reworked the disassembly annotations when using our own …
(edit) @107206   2 months vboxsync VMM/IEM: win.amd64 build fix. jiraref:VBP-1466
(edit) @107204   2 months vboxsync VMM/IEM: Annotate VMCPU loads and stores when using our own arm …
(edit) @107203   3 months vboxsync VMM/TM: darwin.arm64 build fix. jiraref:VBP-1466
(edit) @107202   3 months vboxsync VMM/IEM: Completely relaxed the VM::fGlobalForcedActions access …
(edit) @107201   3 months vboxsync VMM/IEM: Fixed bug in iemNativeEmitLoadGprWithGstRegExT where we used …
(edit) @107200   3 months vboxsync VMM/IEM: Deal with hidden pointer to VBOXSTRICTRC return struct on …
(edit) @107199   3 months vboxsync VMM/IEM: Avoid gcc warning in IEMN8veRecompilerTlbLookup.h.
(edit) @107194   3 months vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107192   3 months vboxsync IPRT,VMM/TM: Support for GIP time on win.arm64. jiraref:VBP-1266
(edit) @107179   3 months vboxsync VMM/PGM: Fixed unused param/function warnings on darwin.arm64. …
(edit) @107178   3 months vboxsync tstVMStructSize: Fixed regression from r166169. jiraref:VBP-1466
(edit) @107177   3 months vboxsync VMM/PGM: Fixed regression from r166169. jiraref:VBP-1466
(edit) @107176   3 months vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107172   3 months vboxsync ValidationKit/bootsectors: partially fix IEM implementation of vcmpps, …
(edit) @107171   3 months vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107143   3 months vboxsync VMM/IEM: fix IEM vpermd instruction emulation; bugref:9898; …
(edit) @107140   3 months vboxsync VMM/IEM: fix IEM vpermq instruction emulation; bugref:9898; …
(edit) @107132   3 months vboxsync VMM/NEM-darwin-armv8: Return VERR_NEM_IPE_2 instead of the generic …
(edit) @107118   3 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   3 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107115   3 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   3 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107112   3 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Some cleanups, bugref:3409
(edit) @107110   3 months vboxsync VMM/DBGFR3Bp: Some cleanups, bugref:3409
(edit) @107109   3 months vboxsync VMM/GIC: Don try reading past the interrupt routing table, bugref:3409 …
(edit) @107106   3 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix typo (parfait warning), bugref:3409
(edit) @107104   3 months vboxsync VMM/IEM: fix IEM vpermpd instruction emulation; bugref:9898; …
(edit) @107103   3 months vboxsync VMM/IEM: fix IEM vpermps instruction emulation; bugref:9898; …
(edit) @107056   3 months vboxsync VMM/GIC: Fix hack so the value for the priority matches the written …
(edit) @107052   3 months vboxsync VMM/IEM: fix IEM vmovlhps instruction emulation; bugref:9898; …
(edit) @107047   3 months vboxsync VMM/IEM: whoops, also fix missing IE condition in [v]round[ps][sd] …
(edit) @107045   3 months vboxsync VMM/IEM: fix missing PE condition in [v]round[ps][sd] instruction …
(edit) @107033   3 months vboxsync VMM/NEM/ARM: Loading a 32-bit value into a register clears the upper …
(edit) @107032   3 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @107031   3 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @107030   3 months vboxsync VMM/DBGF: Classify ARMv8 A64 control flow isntructions properly for …
(edit) @107029   3 months vboxsync VMM/DBGFR3Bp: Fix breakpoint owner allocation for the driverless case
(edit) @107026   3 months vboxsync VMM/NEM/ARM: Loading a 32-bit value into a register clears the upper …
(edit) @106999   3 months vboxsync VMM/GIC: Don't choke if ItsMmioBase is configured, bugref:10392
(edit) @106996   3 months vboxsync VMM/ARM: Fix import mask for things we have to fetch from the NEM …
(edit) @106992   3 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392 [build fix]
(edit) @106988   3 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392
(edit) @106983   3 months vboxsync VMM/NEMR3Native-win-armv8.cpp: More state syncing, it is now possible …
(edit) @106975   3 months vboxsync VMM/TM: Ensure that the vTimer stays deactivated until it actually is …
(edit) @106952   3 months vboxsync VMM/ARM: Implement configuring the GICv3 emulated by Hyper-V. This API …
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