VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @107110   2 months vboxsync VMM/DBGFR3Bp: Some cleanups, bugref:3409
(edit) @107106   2 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fix typo (parfait warning), bugref:3409
(edit) @107033   2 months vboxsync VMM/NEM/ARM: Loading a 32-bit value into a register clears the upper …
(edit) @107032   2 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @107031   2 months vboxsync VMM/CPUM-armv8: Allow reading/writing the debug control/value …
(edit) @107030   2 months vboxsync VMM/DBGF: Classify ARMv8 A64 control flow isntructions properly for …
(edit) @107029   2 months vboxsync VMM/DBGFR3Bp: Fix breakpoint owner allocation for the driverless case
(edit) @107026   2 months vboxsync VMM/NEM/ARM: Loading a 32-bit value into a register clears the upper …
(edit) @106999   2 months vboxsync VMM/GIC: Don't choke if ItsMmioBase is configured, bugref:10392
(edit) @106996   2 months vboxsync VMM/ARM: Fix import mask for things we have to fetch from the NEM …
(edit) @106992   2 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392 [build fix]
(edit) @106988   2 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Some cleanups, bugref:10392
(edit) @106983   2 months vboxsync VMM/NEMR3Native-win-armv8.cpp: More state syncing, it is now possible …
(edit) @106975   2 months vboxsync VMM/TM: Ensure that the vTimer stays deactivated until it actually is …
(edit) @106952   2 months vboxsync VMM/ARM: Implement configuring the GICv3 emulated by Hyper-V. This API …
(edit) @106951   2 months vboxsync VMM/NEM: Don't print the turtle/snail execution mode message on ARMv8 …
(edit) @106895   2 months vboxsync VMM/EM: Build fix for when the debugger is disabled. VBP-1447
(edit) @106784   3 months vboxsync VMM/ARM: On ARM relative branch targets start always from the …
(edit) @106761   3 months vboxsync VMM/NEM-darwin/arm64: Translate the HV_xxxx status code to a string in …
(edit) @106745   3 months vboxsync VMM/ARM: Treat DISOPTYPE_INTERRUPT insutrctions (like svc, hvc, ...) …
(edit) @106743   3 months vboxsync VMM/ARM: Make the control flow graph generator work with ARMv8 A64 to …
(edit) @106731   3 months vboxsync VMM/IEM: Workaround for profile build issue on win.arm64. jiraref:VBP-1253
(edit) @106728   3 months vboxsync VMM/NEM-win/arm: Release build warnings. jiraref:VBP-1253
(edit) @106670   3 months vboxsync VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
(edit) @106667   3 months vboxsync VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
(edit) @106666   3 months vboxsync VMM/ARM: Workaround for the UEFI accessing MMIO space with an …
(edit) @106630   3 months vboxsync VMM/CPUMR3Db: bugref:10794 Fix Windows 11 24H2 guest BSOD caused by an …
(edit) @106592   3 months vboxsync VMM/NEM-win/arm: Unused parmaeters & variable warnings (left pragma …
(edit) @106590   3 months vboxsync VMM/PGMPhys.cpp: Missing #ifdef VBOX_WITH_NATIVE_NEM around some NEM …
(edit) @106589   3 months vboxsync VMM/VMEmt.cpp: the VMCPU force flags should be a uint64_t type, not …
(edit) @106574   3 months vboxsync VMM/CPUM: The IsaExts MdsClear and ArchCapMsr were blocked by the …
(edit) @106548   3 months vboxsync VMM/NEMR3Native-win-armv8.cpp: Need to resolve WHvRequestInterrupt to …
(edit) @106520   3 months vboxsync VMM/NEM-win: Unused variable g_apszWHvMemAccesstypes. jiraref:VBP-1171
(edit) @106518   3 months vboxsync VMM/APIC: RT_FALL_THROUGH. jiraref:VBP-1171
(edit) @106479   3 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106476   3 months vboxsync VMMArm: Skeleton of the PMU device emulation enough to make …
(edit) @106463   3 months vboxsync VMM: Filter out some more PMU register accesses Windows/ARM is doing …
(edit) @106453   3 months vboxsync VMM/IEM: Eliminated the IEMNATIVE_WITH_SIMD_REG_ALLOCATOR define. …
(edit) @106407   3 months vboxsync VMM/IEM: Reduced the number of parameters for most …
(edit) @106404   3 months vboxsync VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392 [doxygen]
(edit) @106399   3 months vboxsync VMMArm: Add a GIC NEM backend skeleton for Windows, bugref:10392
(edit) @106389   3 months vboxsync VMM/PGM-armv8.cpp: Sketch some page table walking code for the …
(edit) @106383   3 months vboxsync VMM/DBGFStack: Some early stack walking code, bugref:10393
(edit) @106382   3 months vboxsync VMM/PGM-armv8.cpp: Sketch some page table walking code for the …
(edit) @106375   3 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement support for breakpoints …
(edit) @106373   3 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Crude workaround for getting …
(edit) @106372   3 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement support for breakpoints …
(edit) @106370   3 months vboxsync VMM/GIC: Some updates to the emulation to make Windows happy enough, …
(edit) @106365   3 months vboxsync VMM/DBGFReg/CMM/CPUM: Correct CPU state register sorting and make the …
(edit) @106362   3 months vboxsync VMM/DBGF: Prepare DBGF to support ARMv8/A64 style breakpoints for the …
(edit) @106308   3 months vboxsync VMM/STAM: More space when printing. bugref:10720
(edit) @106297   3 months vboxsync VMM/IEM: Attempts at optimizing iemExecMemAllocatorAllocInChunkInt and …
(edit) @106212   4 months vboxsync VMM/IEM: Some machinery for saving threaded TBs and a program for …
(edit) @106211   4 months vboxsync VMM/SSM: Added SSM_OPEN_F_FOR_WRITING to SSMR3Open together with …
(edit) @106192   4 months vboxsync VMM/IEM: Added some basic stats & debug info for postponed EFLAGS …
(edit) @106180   4 months vboxsync VMM/IEM: Refactoring TbExits and other early eflags calculation …
(edit) @106171   4 months vboxsync VMM/PDMThread: More thread failure details in the release log.
(edit) @106168   4 months vboxsync VMM/PDMThread: More thread failure details in the release log.
(edit) @106145   4 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Need to skip past the wfi …
(edit) @106101   4 months vboxsync VMM/IEM: More native eflag stats. Added …
(edit) @106090   4 months vboxsync VMM/IEM: More liveness work for delayed eflags updating. bugref:10720 …
(edit) @106072   4 months vboxsync VMM/GCM: fSuccess should start out as true, not flase. duh. bugref:10683
(edit) @106061   4 months vboxsync Copyright year updates by scm.
(edit) @106054   4 months vboxsync GCM: Made saved state loading a bit more flexible so we can load 7.0.x …
(edit) @106049   4 months vboxsync GCM: Made saved state loading a bit more flexible so we can load 7.0.x …
(edit) @106034   4 months vboxsync VMM/IEM: Build fix for 'tbtop' info item. bugref:10720
(edit) @106030   4 months vboxsync VMM/DBGF: Use RTCritSectInitRwNamed.
(edit) @106029   4 months vboxsync VMM/VM,SSM: Use RTCritSectInitNamed
(edit) @106022   4 months vboxsync VMM/PDM: Added PDMR3DriverEnumInstances for use by …
(edit) @105853   5 months vboxsync VMM/IEM: Don't force PC updating before branches, nor flushing of …
(edit) @105843   5 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Don't throw an error if the NEM …
(edit) @105805   5 months vboxsync VMM/IEM: End TB if we get back to the first instruction again via an …
(edit) @105745   5 months vboxsync VMM/PGM: Some preparations for ARMv8 page table walking, introduce …
(edit) @105724   5 months vboxsync Disassembler,VMM,HostDrivers,Debugger,MakeAlternativeSource: Convert …
(edit) @105718   5 months vboxsync VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
(edit) @105716   5 months vboxsync VMM/IEM: Added a 'tbtop' info item for getting details on the most …
(edit) @105713   5 months vboxsync VMM/IEM: Statistics fixes. bugref:10656
(edit) @105701   5 months vboxsync Undid inadvertent commit.
(edit) @105700   5 months vboxsync CPUM: Copied MTRR MSR entries from X6800 profile to the T2600 profile …
(edit) @105698   5 months vboxsync VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
(edit) @105695   5 months vboxsync VMMArm/NEM: Resolve hv_vm_config_create() dynamically as it is only …
(edit) @105693   5 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105692   5 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105689   5 months vboxsync VMMArm/NEMR3Native-darwin-armv8: Some preliminary code to support the …
(edit) @105687   5 months vboxsync VMMArm/GIC: Rename GICR3Kvm to GICR3Nem and add a stub for macOS …
(edit) @105686   5 months vboxsync VMMArm/CPUM: Add the additional state required to support EL2 in the …
(edit) @105673   5 months vboxsync VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
(edit) @105663   5 months vboxsync VMM/IEM: Corrected missing uRegFpCtrl initialization. bugref:10652
(edit) @105616   5 months vboxsync VMM/IEM: Another iemTlbInvalidateLargePageWorkerInner optimization …
(edit) @105591   6 months vboxsync VMM/IEM: Fixed a bug in iemTlbInvalidateLargePageWorkerInner for TLB …
(edit) @105579   6 months vboxsync VMM/IEM: Fixed another bug in the large page TLB invalidation code …
(edit) @105560   6 months vboxsync VMM/IEM: A few more TLB tracing events. bugref:10727
(edit) @105557   6 months vboxsync VMM/PGM: Do a LogRel when enabling of NEM mode. bugref:10727
(edit) @105479   6 months vboxsync VMM/TM: Build fix for automatic power off timer. bugref:10727
(edit) @105476   6 months vboxsync VMM/DBGFR3BugCheck: More 13a and 139 details. [build fix] bugref:10727
(edit) @105465   6 months vboxsync VMM/IEM: Some more TLB tracing related changes. bugref:10727
(edit) @105464   6 months vboxsync VMM/DBGFR3BugCheck: More 13a and 139 details. bugref:10727
(edit) @105463   6 months vboxsync VMM/TM: An automatic power off timer for debugging - disabled by …
(edit) @105440   6 months vboxsync VMM/IEM: Added some simple TLB tracing (disabled by default). bugref:10727
(edit) @105428   6 months vboxsync VMM/IEM: More 'info dtlb/itlb' details. [build fix] bugref:10727
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