|
|
@107862
|
3 weeks |
vboxsync |
VMM/NEM-win: Export & import IA32_SPEC_CTRL state. jiraref:VBP-947 …
|
|
|
@107854
|
3 weeks |
vboxsync |
x86.h,VMM: More AMD CPUID bits; addressed some old todos related to …
|
|
|
@107809
|
3 weeks |
vboxsync |
VMM: bugref:10759 Don't route setting/clearing of external interrupts …
|
|
|
@107807
|
3 weeks |
vboxsync |
VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers (fixed typo)
|
|
|
@107806
|
3 weeks |
vboxsync |
VMM/CPUM: Fixed some incorrect Log/LogRel format specifiers.
|
|
|
@107801
|
3 weeks |
vboxsync |
VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and …
|
|
|
@107798
|
3 weeks |
vboxsync |
VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
|
|
|
@107780
|
3 weeks |
vboxsync |
VMM/VMMR3/GICR3.cpp: Fix currently impossible overflow (cCpus is very …
|
|
|
@107779
|
3 weeks |
vboxsync |
VMM/VMMR3/DBGF.cpp: Disable unnecessary else if condition and replace …
|
|
|
@107778
|
3 weeks |
vboxsync |
VMM/VMMR3/CPUMR3Db.cpp: Replace redundant if condition with an …
|
|
|
@107777
|
3 weeks |
vboxsync |
VMM/VMMR3/CPUMR3Db-armv8.cpp: Replace redundant if condition with an …
|
|
|
@107776
|
3 weeks |
vboxsync |
VMM/VMMR3/CPUM.cpp: Missing error check (harmless), bugref:3409
|
|
|
@107763
|
4 weeks |
vboxsync |
VMM/CPUM,DBGF: Register IA32_ARCH_CAPABILITIES and IA32_SPEC_CTRL as …
|
|
|
@107749
|
4 weeks |
vboxsync |
VMM/CPUM: Pass thru more MSR_IA32_SPEC_CTRL related stuff to the …
|
|
|
@107742
|
4 weeks |
vboxsync |
VMM/VMMR3/DBGFOS.cpp: Fix unused assignment parfait warning, bugref:3409
|
|
|
@107740
|
4 weeks |
vboxsync |
VMM/VMMR3/DBGFR3FlowTrace.cpp: Enter the debugger when collecting the …
|
|
|
@107731
|
4 weeks |
vboxsync |
VMM/CPUM: Added some missing CPUID extended feature bits and fixed a …
|
|
|
@107712
|
4 weeks |
vboxsync |
VMM/VMMR3/CPUMR3CpuId.cpp: Remove redundant condition, bugref:3409
|
|
|
@107706
|
4 weeks |
vboxsync |
VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
|
|
|
@107703
|
4 weeks |
vboxsync |
VMM/CPUM: Try consolidate the MSR_IA32_ARCH_CAPABILITIES handling in …
|
|
|
@107661
|
4 weeks |
vboxsync |
VMM/VMMR3/VM.cpp: Remove unused fCalledSomeone flag, bugref:3409
|
|
|
@107650
|
4 weeks |
vboxsync |
VMM/CPUM,++: Made the HostFeatures match the host when targeting x86 …
|
|
|
@107625
|
4 weeks |
vboxsync |
VMM/VMMR3/PGMPhys.cpp: Fix unread variable parfait warning in …
|
|
|
@107623
|
4 weeks |
vboxsync |
VMM/VMMR3/DBGFOS.cpp: Remove unused assignment, bugref:3409
|
|
|
@107570
|
4 weeks |
vboxsync |
VMM/CPUM: Report the host CPU microcode revision number to the guest …
|
|
|
@107466
|
5 weeks |
vboxsync |
VMM/VMEmt.cpp: Compile logging only code only if LOG_ENABLED is …
|
|
|
@107410
|
5 weeks |
vboxsync |
VMM/GIMHV: bugref:3409 Fixed two redundant 'if' conditions. Eliminated …
|
|
|
@107316
|
2 months |
vboxsync |
VMM: bugref:10759 Refactor GIC for use with different backends. …
|
|
|
@107313
|
2 months |
vboxsync |
VMM: bugref:10759 Refactor GIC for use with different backends. …
|
|
|
@107311
|
2 months |
vboxsync |
VMM: bugref:10759 Refactor GIC for use with different backends. [build fix]
|
|
|
@107308
|
2 months |
vboxsync |
VMM: bugref:10759 Refactor GIC for use with different backends.
|
|
|
@107276
|
2 months |
vboxsync |
PDMUsb: bugref:10810 Introduced PDMR3UsbQueryDeviceLun needed by …
|
|
|
@107227
|
2 months |
vboxsync |
VMM: Cleaning up ARMv8 / x86 split. jiraref:VBP-1470
|
|
|
@107220
|
2 months |
vboxsync |
VMM/CPUM,TM: Removed obsolete raw-mode CR4 masks. jiraref:VBP-1466
|
|
|
@107217
|
2 months |
vboxsync |
VMM/APIC: Don't include vm.h when included in tstDeviceStructSize.cpp. …
|
|
|
@107215
|
2 months |
vboxsync |
VMM/PDM,VMMDevTesting: Don't include vm.h in VMMDevTesting, replacing …
|
|
|
@107194
|
2 months |
vboxsync |
VMM: More adjustments for VBOX_WITH_ONLY_PGM_NEM_MODE, …
|
|
|
@107177
|
2 months |
vboxsync |
VMM/PGM: Fixed regression from r166169. jiraref:VBP-1466
|
|
|
@107176
|
2 months |
vboxsync |
VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
|
|
|
@107171
|
2 months |
vboxsync |
VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots …
|
|
|
@107132
|
2 months |
vboxsync |
VMM/NEM-darwin-armv8: Return VERR_NEM_IPE_2 instead of the generic …
|
|
|
@107115
|
3 months |
vboxsync |
VMM: bugref:10759 APIC restructure [build fix for 32-bit host and …
|
|
|
@107113
|
3 months |
vboxsync |
VMM: bugref:10759 Restructure the APIC to allow different backends to …
|
|
|
@107112
|
3 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8.cpp: Some cleanups, bugref:3409
|
|
|
@107110
|
3 months |
vboxsync |
VMM/DBGFR3Bp: Some cleanups, bugref:3409
|
|
|
@107106
|
3 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8.cpp: Fix typo (parfait warning), bugref:3409
|
|
|
@107033
|
3 months |
vboxsync |
VMM/NEM/ARM: Loading a 32-bit value into a register clears the upper …
|
|
|
@107032
|
3 months |
vboxsync |
VMM/CPUM-armv8: Allow reading/writing the debug control/value …
|
|
|
@107031
|
3 months |
vboxsync |
VMM/CPUM-armv8: Allow reading/writing the debug control/value …
|
|
|
@107030
|
3 months |
vboxsync |
VMM/DBGF: Classify ARMv8 A64 control flow isntructions properly for …
|
|
|
@107029
|
3 months |
vboxsync |
VMM/DBGFR3Bp: Fix breakpoint owner allocation for the driverless case
|
|
|
@107026
|
3 months |
vboxsync |
VMM/NEM/ARM: Loading a 32-bit value into a register clears the upper …
|
|
|
@106999
|
3 months |
vboxsync |
VMM/GIC: Don't choke if ItsMmioBase is configured, bugref:10392
|
|
|
@106996
|
3 months |
vboxsync |
VMM/ARM: Fix import mask for things we have to fetch from the NEM …
|
|
|
@106992
|
3 months |
vboxsync |
VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392 [build fix]
|
|
|
@106988
|
3 months |
vboxsync |
VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392
|
|
|
@106983
|
3 months |
vboxsync |
VMM/NEMR3Native-win-armv8.cpp: More state syncing, it is now possible …
|
|
|
@106975
|
3 months |
vboxsync |
VMM/TM: Ensure that the vTimer stays deactivated until it actually is …
|
|
|
@106952
|
3 months |
vboxsync |
VMM/ARM: Implement configuring the GICv3 emulated by Hyper-V. This API …
|
|
|
@106951
|
3 months |
vboxsync |
VMM/NEM: Don't print the turtle/snail execution mode message on ARMv8 …
|
|
|
@106895
|
3 months |
vboxsync |
VMM/EM: Build fix for when the debugger is disabled. VBP-1447
|
|
|
@106784
|
3 months |
vboxsync |
VMM/ARM: On ARM relative branch targets start always from the …
|
|
|
@106761
|
3 months |
vboxsync |
VMM/NEM-darwin/arm64: Translate the HV_xxxx status code to a string in …
|
|
|
@106745
|
3 months |
vboxsync |
VMM/ARM: Treat DISOPTYPE_INTERRUPT insutrctions (like svc, hvc, ...) …
|
|
|
@106743
|
3 months |
vboxsync |
VMM/ARM: Make the control flow graph generator work with ARMv8 A64 to …
|
|
|
@106731
|
3 months |
vboxsync |
VMM/IEM: Workaround for profile build issue on win.arm64. jiraref:VBP-1253
|
|
|
@106728
|
3 months |
vboxsync |
VMM/NEM-win/arm: Release build warnings. jiraref:VBP-1253
|
|
|
@106670
|
4 months |
vboxsync |
VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
|
|
|
@106667
|
4 months |
vboxsync |
VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
|
|
|
@106666
|
4 months |
vboxsync |
VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
|
|
|
@106630
|
4 months |
vboxsync |
VMM/CPUMR3Db: bugref:10794 Fix Windows 11 24H2 guest BSOD caused by an …
|
|
|
@106592
|
4 months |
vboxsync |
VMM/NEM-win/arm: Unused parmaeters & variable warnings (left pragma …
|
|
|
@106590
|
4 months |
vboxsync |
VMM/PGMPhys.cpp: Missing #ifdef VBOX_WITH_NATIVE_NEM around some NEM …
|
|
|
@106589
|
4 months |
vboxsync |
VMM/VMEmt.cpp: the VMCPU force flags should be a uint64_t type, not …
|
|
|
@106574
|
4 months |
vboxsync |
VMM/CPUM: The IsaExts MdsClear and ArchCapMsr were blocked by the …
|
|
|
@106548
|
4 months |
vboxsync |
VMM/NEMR3Native-win-armv8.cpp: Need to resolve WHvRequestInterrupt to …
|
|
|
@106520
|
4 months |
vboxsync |
VMM/NEM-win: Unused variable g_apszWHvMemAccesstypes. jiraref:VBP-1171
|
|
|
@106518
|
4 months |
vboxsync |
VMM/APIC: RT_FALL_THROUGH. jiraref:VBP-1171
|
|
|
@106479
|
4 months |
vboxsync |
VMMArm: Skeleton of the PMU device emulation enough to make …
|
|
|
@106476
|
4 months |
vboxsync |
VMMArm: Skeleton of the PMU device emulation enough to make …
|
|
|
@106463
|
4 months |
vboxsync |
VMM: Filter out some more PMU register accesses Windows/ARM is doing …
|
|
|
@106453
|
4 months |
vboxsync |
VMM/IEM: Eliminated the IEMNATIVE_WITH_SIMD_REG_ALLOCATOR define. …
|
|
|
@106407
|
4 months |
vboxsync |
VMM/IEM: Reduced the number of parameters for most …
|
|
|
@106404
|
4 months |
vboxsync |
VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392 [doxygen]
|
|
|
@106399
|
4 months |
vboxsync |
VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392
|
|
|
@106389
|
4 months |
vboxsync |
VMM/PGM-armv8.cpp: Sketch some page table walking code for the …
|
|
|
@106383
|
4 months |
vboxsync |
VMM/DBGFStack: Some early stack walking code, bugref:10393
|
|
|
@106382
|
4 months |
vboxsync |
VMM/PGM-armv8.cpp: Sketch some page table walking code for the …
|
|
|
@106375
|
4 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8.cpp: Implement support for breakpoints …
|
|
|
@106373
|
4 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8.cpp: Crude workaround for getting …
|
|
|
@106372
|
4 months |
vboxsync |
VMM/NEMR3Native-darwin-armv8.cpp: Implement support for breakpoints …
|
|
|
@106370
|
4 months |
vboxsync |
VMM/GIC: Some updates to the emulation to make Windows happy enough, …
|
|
|
@106365
|
4 months |
vboxsync |
VMM/DBGFReg/CMM/CPUM: Correct CPU state register sorting and make the …
|
|
|
@106362
|
4 months |
vboxsync |
VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
|
|
|
@106308
|
4 months |
vboxsync |
VMM/STAM: More space when printing. bugref:10720
|
|
|
@106297
|
4 months |
vboxsync |
VMM/IEM: Attempts at optimizing iemExecMemAllocatorAllocInChunkInt and …
|
|
|
@106212
|
4 months |
vboxsync |
VMM/IEM: Some machinery for saving threaded TBs and a program for …
|
|
|
@106211
|
4 months |
vboxsync |
VMM/SSM: Added SSM_OPEN_F_FOR_WRITING to SSMR3Open together with …
|
|
|
@106192
|
4 months |
vboxsync |
VMM/IEM: Added some basic stats & debug info for postponed EFLAGS …
|
|
|
@106180
|
4 months |
vboxsync |
VMM/IEM: Refactoring TbExits and other early eflags calculation …
|
|
|