VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @107132   5 months vboxsync VMM/NEM-darwin-armv8: Return VERR_NEM_IPE_2 instead of the generic …
(edit) @107118   5 months vboxsync VMM: bugref:10759 APIC restructure [lin-32 and doxygen]
(edit) @107117   5 months vboxsync VMM: bugref:10759 APIC restructure [doxygen fixes]
(edit) @107115   5 months vboxsync VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
(edit) @107113   5 months vboxsync VMM: bugref:10759 Restructure the APIC to allow different backends to …
(edit) @107112   5 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Some cleanups, bugref:3409
(edit) @107110   5 months vboxsync VMM/DBGFR3Bp: Some cleanups, bugref:3409
(edit) @107109   5 months vboxsync VMM/GIC: Don try reading past the interrupt routing table, bugref:3409 …
(edit) @107106   5 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix typo (parfait warning), bugref:3409
(edit) @107104   5 months vboxsync VMM/IEM: fix IEM vpermpd instruction emulation; bugref:9898; …
(edit) @107103   5 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) @107052   6 months vboxsync VMM/IEM: fix IEM vmovlhps instruction emulation; bugref:9898; …
(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) @107033   6 months vboxsync VMM/NEM/ARM: Loading a 32-bit value into a register clears the upper …
(edit) @107032   6 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @107031   6 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @107030   6 months vboxsync VMM/DBGF: Classify ARMv8 A64 control flow isntructions properly for …
(edit) @107029   6 months vboxsync VMM/DBGFR3Bp: Fix breakpoint owner allocation for the driverless case
(edit) @107026   6 months vboxsync VMM/NEM/ARM: Loading a 32-bit value into a register clears the upper …
(edit) @106999   6 months vboxsync VMM/GIC: Don't choke if ItsMmioBase is configured, bugref:10392
(edit) @106996   6 months vboxsync VMM/ARM: Fix import mask for things we have to fetch from the NEM …
(edit) @106992   6 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392 [build fix]
(edit) @106988   6 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392
(edit) @106983   6 months vboxsync VMM/NEMR3Native-win-armv8.cpp: More state syncing, it is now possible …
(edit) @106975   6 months vboxsync VMM/TM: Ensure that the vTimer stays deactivated until it actually is …
(edit) @106952   6 months vboxsync VMM/ARM: Implement configuring the GICv3 emulated by Hyper-V. This API …
(edit) @106951   6 months vboxsync VMM/NEM: Don't print the turtle/snail execution mode message on ARMv8 …
(edit) @106945   6 months vboxsync SUPDrv,/Config.kmk,/Makefile.kmk: Implemented the simplified process …
(edit) @106930   6 months vboxsync VMM,SUPDrv: scm/whitespace fixes. jiraref:VBP-1449
(edit) @106922   6 months vboxsync VMM/VMMR0.def: Fixed regression from 165846 where …
(edit) @106921   6 months vboxsync VBoxDTrace,VMM,IPRT: Made the ring-0 component of the DTrace extension …
(edit) @106920   6 months vboxsync /Config.kmk,Devices/Makefile.kmk,VMM/*: Introducing …
(edit) @106895   6 months vboxsync VMM/EM: Build fix for when the debugger is disabled. VBP-1447
(edit) @106894   6 months vboxsync VMM: Only the ring-0 import lib is needed in only-builds (e.g. …
(edit) @106814   6 months vboxsync ValidationKit/bootsectors: Implement SIMD FP testcases for cvtpi2pd, …
(edit) @106784   6 months vboxsync VMM/ARM: On ARM relative branch targets start always from the …
(edit) @106761   6 months vboxsync VMM/NEM-darwin/arm64: Translate the HV_xxxx status code to a string in …
(edit) @106745   6 months vboxsync VMM/ARM: Treat DISOPTYPE_INTERRUPT insutrctions (like svc, hvc, ...) …
(edit) @106743   6 months vboxsync VMM/ARM: Make the control flow graph generator work with ARMv8 A64 to …
(edit) @106740   6 months vboxsync VMM/IEM: scm fixes. jiraref:VBP-1253
(edit) @106731   6 months vboxsync VMM/IEM: Workaround for profile build issue on win.arm64. jiraref:VBP-1253
(edit) @106728   6 months vboxsync VMM/NEM-win/arm: Release build warnings. jiraref:VBP-1253
(edit) @106727   6 months vboxsync VMM/IEM: Produce IEMAssemblyOffsets.h on win.arm64 using …
(edit) @106725   6 months vboxsync VMM/IEM: Produce IEMAssemblyOffsets.h on win.arm64 using …
(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   6 months vboxsync ValidationKit/bootsectors: Implement SIMD FP testcases for cvtpi2ps, …
(edit) @106692   6 months vboxsync ValidationKit/bootsectors: Implement SIMD FP testcases for cvtpi2ps, …
(edit) @106670   6 months vboxsync VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
(edit) @106667   6 months vboxsync VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
(edit) @106666   6 months vboxsync VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
(edit) @106630   6 months vboxsync VMM/CPUMR3Db: bugref:10794 Fix Windows 11 24H2 guest BSOD caused by an …
(edit) @106629   6 months vboxsync VMM/CPUMR0: bugref:10794 Fix CPUID call to determine presence of …
(edit) @106628   6 months vboxsync VMM/CPUMR0: bugref:10794 Fix logging of IA32_ARCH_CAPABILITIES MSR in …
(edit) @106622   6 months vboxsync VMM/IEM: linux build fixes. bugref:10720
(edit) @106609   6 months vboxsync VMM/CPUMR0: bugref:10794 Log host's IA32_ARCH_CAPABILITIES.
(edit) @106592   6 months vboxsync VMM/NEM-win/arm: Unused parmaeters & variable warnings (left pragma …
(edit) @106590   6 months vboxsync VMM/PGMPhys.cpp: Missing #ifdef VBOX_WITH_NATIVE_NEM around some NEM …
(edit) @106589   6 months vboxsync VMM/VMEmt.cpp: the VMCPU force flags should be a uint64_t type, not …
(edit) @106574   7 months vboxsync VMM/CPUM: The IsaExts MdsClear and ArchCapMsr were blocked by the …
(edit) @106548   7 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Need to resolve WHvRequestInterrupt to …
(edit) @106537   7 months vboxsync VMM/IEM: doxygen fix. bugref:10720
(edit) @106533   7 months vboxsync VMM/Makefile.kmk: scm fix. bugref:10720
(edit) @106520   7 months vboxsync VMM/NEM-win: Unused variable g_apszWHvMemAccesstypes. jiraref:VBP-1171
(edit) @106519   7 months vboxsync VMM/NEM-win: More {} for nested structs/union with stricter VC 2022. …
(edit) @106518   7 months vboxsync VMM/APIC: RT_FALL_THROUGH. jiraref:VBP-1171
(edit) @106491   7 months vboxsync VMM/IEM: doxygen fix (after #ifdef SIMD removal). bugref:10720
(edit) @106479   7 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106478   7 months vboxsync VMM/IEM: Some IEMNATIVEVAR / iemNativeVarAllocInt optimization tweaks. …
(edit) @106477   7 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106476   7 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106475   7 months vboxsync VMM/Makefile.kmk: Enable agressive inlining for VC++ 2019 for VBoxVMM …
(edit) @106465   7 months vboxsync VMM/IEM: Added iemNativeEmitLoadGprWithGstReg[Ex]T and …
(edit) @106463   7 months vboxsync VMM: Filter out some more PMU register accesses Windows/ARM is doing …
(edit) @106453   7 months vboxsync VMM/IEM: Eliminated the IEMNATIVE_WITH_SIMD_REG_ALLOCATOR define. …
(edit) @106445   7 months vboxsync VMM/IEM: Pass down a_fFlat to the IEMNATIVEEMITTLBSTATE constructor …
(edit) @106443   7 months vboxsync VMM/IEM: Reduced the number of arguments for iemNativeEmitTlbLookup. …
(edit) @106432   7 months vboxsync VMM/IEM: Reduced the arguments for iemNativeEmitStackPushRip and …
(edit) @106431   7 months vboxsync VMM/IEM: Reduced the arguments for iemNativeEmitStackPushRip and …
(edit) @106429   7 months vboxsync VMM/IEM: In iemNativeEmitRetn (as everywhere else), 64-bit mode …
(edit) @106427   7 months vboxsync VMM/IEM: Reduced the paramters for iemNativeEmitRetn. bugref:10720
(edit) @106423   7 months vboxsync VMM/IEM: Reduced the number of parameters for iemNativeEmitStackPush & …
(edit) @106419   7 months vboxsync VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392 …
(edit) @106416   7 months vboxsync VMM/IEM: Reduced the number of parameters for …
(edit) @106409   7 months vboxsync VMM/IEM: Reduced the number of parameters for …
(edit) @106408   7 months vboxsync VMM/IEM: Inline the iemNativeVarRegisterAcquire* case that …
(edit) @106407   7 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106406   7 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106405   7 months vboxsync VMM/IEM: Corrected the idxFreeHint setting at the end of …
(edit) @106404   7 months vboxsync VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392 [doxygen]
(edit) @106402   7 months vboxsync VMM/IEM: Build fix for compiling w/o the native recompiler. bugref:10720
(edit) @106401   7 months vboxsync VMM/IEM: Disable control flow guard for the core IEM jump table call …
(edit) @106400   7 months vboxsync VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392 …
(edit) @106399   7 months vboxsync VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392
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