VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @106389   7 months vboxsync VMM/PGM-armv8.cpp: Sketch some page table walking code for the …
(edit) @106383   7 months vboxsync VMM/DBGFStack: Some early stack walking code, bugref:10393
(edit) @106382   7 months vboxsync VMM/PGM-armv8.cpp: Sketch some page table walking code for the …
(edit) @106381   7 months vboxsync VMM/CPUMAllRegs-armv8.cpp: Some helpers to get at the TCR_EL1 of the …
(edit) @106380   7 months vboxsync VMM/IEM: doxygen fixes. bugref:10720
(edit) @106378   7 months vboxsync VMM/IEM: Fixed assertion in exec mem allocator. bugref:10720
(edit) @106376   7 months vboxsync VMM/IEM: Fixed refactoring regression from 165123. bugref:10720
(edit) @106375   7 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement support for breakpoints …
(edit) @106374   7 months vboxsync VMM/GIC: Some updates to the emulation to make Windows happy enough, …
(edit) @106373   7 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Crude workaround for getting …
(edit) @106372   7 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement support for breakpoints …
(edit) @106371   7 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106370   7 months vboxsync VMM/GIC: Some updates to the emulation to make Windows happy enough, …
(edit) @106369   7 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106368   7 months vboxsync VMM/TMAll: Disable annoying assertion on ARMv8, bugref:1038
(edit) @106367   7 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106365   7 months vboxsync VMM/DBGFReg/CMM/CPUM: Correct CPU state register sorting and make the …
(edit) @106362   7 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106329   7 months vboxsync VMM/IEM: Some minor perf tweaks for iemExecMemAllocatorPrune. bugref:10720
(edit) @106326   7 months vboxsync VMM/IEM: Two small perf tweaks in iemExecMemAllocatorPrune. bugref:10720
(edit) @106319   7 months vboxsync VMM/IEM: Reduced parameter count for iemNativeRegAllocTmp*. bugref:10720
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