VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108370   2 months vboxsync VMM/IEM: …
(edit) @108369   2 months vboxsync VMM/IEM: Renamed X86 specific IEMTB_F_XXX flags. jiraref:VBP-1531
(edit) @108368   2 months vboxsync VMM/IEM: More work on targeting arm. jiraref:VBP-1531
(edit) @108331   3 months vboxsync VMM/IEM: doxygen fix. jiraref:VBP-1531
(edit) @108314   3 months vboxsync VMM/IEM: Renamed IEMAll-armv8.cpp to IEMAllStub.cpp and stripped down …
(edit) @108313   3 months vboxsync VMM/IEM: s/IEM_MC_IF_EFL_/IEM_MC_IF_FLAGS_/g. jiraref:VBP-1531
(edit) @108312   3 months vboxsync VMM/IEM: Split out the x86 specific MC codes into IEMMc-x86.h. …
(edit) @108299   3 months vboxsync VMM/IEM: Removed IEM_MC_RETURN_ON_FAILURE as it is no longer needed …
(edit) @108298   3 months vboxsync VMM/IEM: Move IEM_GET_INSTR_LEN to IEMInternal-x86.h since arm64 has a …
(edit) @108296   3 months vboxsync VMM/IEM: s/IEM_MC_STORE_MEM_(?!FLAT|SEG|BY)/IEM_MC_STORE_MEM_SEG_\2/g …
(edit) @108294   3 months vboxsync VMM/IEM: IEM_MC_STORE_MEM_*_BY_REF -> IEM_MC_STORE_MEM_BY_REF_* (kind …
(edit) @108288   3 months vboxsync VMM/IEM: …
(edit) @108287   3 months vboxsync VMM/IEM: s/IEM_MC_MEM_MAP/IEM_MC_MEM_SEG_MAP/g jiraref:VBP-1531
(edit) @108278   3 months vboxsync VMM/IEM: Removed the #ifndef IEM_WITH_SETJMP code. We've had …
(edit) @108269   3 months vboxsync VMM/IEM: …
(edit) @108267   3 months vboxsync VMM/IEM: …
(edit) @108262   3 months vboxsync VMM/IEM: Moved IEMAllMemRWTmplInline.cpp.h into the target-x86 …
(edit) @108261   3 months vboxsync VMM/IEM: Splitting up IEMOpHlp.h. jiraref:VBP-1531
(edit) @108260   3 months vboxsync VMM/IEM: Splitting up IEMInline.h. jiraref:VBP-1531
(edit) @108250   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. [build fix] jiraref:VBP-1531
(edit) @108249   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108248   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108247   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108246   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108245   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108244   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108243   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108233   3 months vboxsync VMM/IEM: ARM spec reading hacking.
(edit) @108232   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108226   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108220   3 months vboxsync VMM/IEM: Splitting up IEMAll.cpp. jiraref:VBP-1531
(edit) @108207   3 months vboxsync VMM/IEM: Moving x86 target specific files to VMMAll/target-x86/... …
(edit) @108205   3 months vboxsync VMM/IEM: Moving x86 target specific files to VMMAll/target-x86/... …
(edit) @108204   3 months vboxsync VMM/IEM: Moving x86 target specific files to VMMAll/target-x86/... …
(edit) @108196   3 months vboxsync VMM/IEM: Moving x86 target specific files to VMMAll/target-x86/... …
(edit) @108195   3 months vboxsync VMM/IEM: Splitting out most of the x86 target specific stuff from …
(edit) @108186   3 months vboxsync VMM/IEM: Removed memory write stats since nobody is using the anymore …
(edit) @108156   3 months vboxsync VMM/PGM: Try keep the x86-only stuff more together. jiraref:VBP-1531
(edit) @108142   3 months vboxsync VMM/PGM: Renamed the PGMAll*.h files to indicate target/host. …
(edit) @108134   3 months vboxsync VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. …
(edit) @108132   3 months vboxsync VMM/PGM: Merge and deduplicate code targeting x86 & amd64 in PGM.cpp. …
(edit) @108076   3 months vboxsync VMM/NEM-win: Only export & import IA32_SPEC_CTRL if the host supports …
(edit) @107984   3 months vboxsync VMM/GIC: bugref:10404 CFGM bits.
(edit) @107957   3 months vboxsync VMM/GIC: bugref:10404 Some register renaming, minor bits.
(edit) @107931   3 months vboxsync VMM/NEM-win: Only export & import IA32_SPEC_CTRL if the host supports …
(edit) @107929   3 months vboxsync VMM: GIC: bugref:10404 Renamed some places where GICv3 to GIC, a …
(edit) @107862   4 months vboxsync VMM/NEM-win: Export & import IA32_SPEC_CTRL state. jiraref:VBP-947 …
(edit) @107854   4 months vboxsync x86.h,VMM: More AMD CPUID bits; addressed some old todos related to …
(edit) @107762   4 months vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107749   4 months vboxsync VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
(edit) @107731   4 months vboxsync VMM/CPUM: Added some missing CPUID extended feature bits and fixed a …
(edit) @107729   4 months vboxsync VMM/CPUM: Explode more MSR_IA32_ARCH_CAPABILITIES bits into the …
(edit) @107703   4 months vboxsync VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
(edit) @107650   4 months vboxsync VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 …
(edit) @107609   4 months vboxsync VMM/PDMCritSectRw,IPRT/RTCritSectRw: Fixed harmless issue in the …
(edit) @107570   4 months vboxsync VMM/CPUM: Report the host CPU microcode revision number to the guest …
(edit) @107569   4 months vboxsync VMM/CPUM: Fixed regression in cpumLookupMsrRange since r146925
(edit) @107308   5 months vboxsync VMM: bugref:10759 Refactor GIC for use with different backends.
(edit) @107305   5 months vboxsync IEM: Fixed IEMIMPL_FP_2 macro for a case with just one AVX input …
(edit) @107295   5 months vboxsync ValidationKit/bootsectors: fix IEM implementation of vcmpss, vcmpsd; …
(edit) @107294   5 months vboxsync VMM/IEM: fix wrong MXCSR handling of [v]rsqrtps, [v]rsqrtss, [v]rcpps, …
(edit) @107278   5 months vboxsync VMM/IEM: fix SSE cvtdq2pd raising spurious #GP; bugref:10816; …
(edit) @107227   5 months vboxsync VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
(edit) @107219   5 months vboxsync ValidationKit/bootsectors: partially fix IEM implementation of …
(edit) @107218   5 months vboxsync ValidationKit/bootsectors: fix IEM implementation of vcmpp[sd]; …
(edit) @107211   5 months vboxsync VMM/IEM: Unwind info update for win.arm64. jiraref:VBP-1466
(edit) @107209   5 months vboxsync VMM/IEM: Reworked the disassembly annotations when using our own …
(edit) @107207   5 months vboxsync VMM/IEM: Reworked the disassembly annotations when using our own …
(edit) @107206   5 months vboxsync VMM/IEM: win.amd64 build fix. jiraref:VBP-1466
(edit) @107204   5 months vboxsync VMM/IEM: Annotate VMCPU loads and stores when using our own arm …
(edit) @107203   5 months vboxsync VMM/TM: darwin.arm64 build fix. jiraref:VBP-1466
(edit) @107202   5 months vboxsync VMM/IEM: Completely relaxed the VM::fGlobalForcedActions access …
(edit) @107201   5 months vboxsync VMM/IEM: Fixed bug in iemNativeEmitLoadGprWithGstRegExT where we used …
(edit) @107200   5 months vboxsync VMM/IEM: Deal with hidden pointer to VBOXSTRICTRC return struct on …
(edit) @107194   5 months vboxsync VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
(edit) @107192   5 months vboxsync IPRT,VMM/TM: Support for GIP time on win.arm64. jiraref:VBP-1266
(edit) @107179   5 months vboxsync VMM/PGM: Fixed unused param/function warnings on darwin.arm64. …
(edit) @107172   5 months vboxsync ValidationKit/bootsectors: partially fix IEM implementation of vcmpps, …
(edit) @107171   5 months vboxsync VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
(edit) @107143   5 months vboxsync VMM/IEM: fix IEM vpermd instruction emulation; bugref:9898; …
(edit) @107140   5 months vboxsync VMM/IEM: fix IEM vpermq instruction emulation; bugref:9898; …
(edit) @107118   6 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   6 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107113   6 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107109   6 months vboxsync VMM/GIC: Don try reading past the interrupt routing table, bugref:3409 …
(edit) @107104   6 months vboxsync VMM/IEM: fix IEM vpermpd instruction emulation; bugref:9898; …
(edit) @107103   6 months vboxsync VMM/IEM: fix IEM vpermps instruction emulation; bugref:9898; …
(edit) @107056   6 months vboxsync VMM/GIC: Fix hack so the value for the priority matches the written …
(edit) @107047   6 months vboxsync VMM/IEM: whoops, also fix missing IE condition in [v]round[ps][sd] …
(edit) @107045   6 months vboxsync VMM/IEM: fix missing PE condition in [v]round[ps][sd] instruction …
(edit) @107031   6 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @106814   6 months vboxsync ValidationKit/bootsectors: Implement SIMD FP testcases for cvtpi2pd, …
(edit) @106740   6 months vboxsync VMM/IEM: scm fixes. jiraref:VBP-1253
(edit) @106724   6 months vboxsync VMM/IEM: Unwind info for win.arm64 (attempt at it, anyway). jiraref:1253
(edit) @106723   6 months vboxsync VMM/IEM: Unwind info for win.arm64 (attempt at it, anyway). jiraref:1253
(edit) @106695   7 months vboxsync ValidationKit/bootsectors: Implement SIMD FP testcases for cvtpi2ps, …
(edit) @106692   7 months vboxsync ValidationKit/bootsectors: Implement SIMD FP testcases for cvtpi2ps, …
(edit) @106622   7 months vboxsync VMM/IEM: linux build fixes. bugref:10720
(edit) @106537   7 months vboxsync VMM/IEM: doxygen fix. bugref:10720
(edit) @106519   7 months vboxsync VMM/NEM-win: More {} for nested structs/union with stricter VC 2022. …
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