VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @100822   16 months vboxsync VMM/IEM: Combined two conditions of the alignment checks into one in …
(edit) @100805   16 months vboxsync VMM/EM: Reverted accidental change. bugref:10369
(edit) @100804   16 months vboxsync VMM/IEM: Made the rep-prefixed string instructions return new status …
(edit) @100803   16 months vboxsync VMM/IEM: More stats. bugref:10369
(edit) @100786   16 months vboxsync VMM/EM: @todo
(edit) @100764   16 months vboxsync VMM/NEMR3Native-darwin-armv8: Set CNTV_CTL_EL0 and CNTV_CVAL_EL0 when …
(edit) @100759   16 months vboxsync VMM/PGM-armv8: Make it work with saved states, bugref:10388
(edit) @100758   16 months vboxsync VMM/GICR3: Add some preliminary saved state handling, bugref:10404 [fix]
(edit) @100756   16 months vboxsync VMM/GICR3: Add some preliminary saved state handling, bugref:10404
(edit) @100755   16 months vboxsync VMM/ARM: Some preliminary saved state handling and logging for the …
(edit) @100727   16 months vboxsync VMM/ARM: Some preliminary saved state handling and logging for the …
(edit) @100725   16 months vboxsync VMM/ARM: Add some more system registers to the vCPU state, …
(edit) @100724   16 months vboxsync VMM/ARM: Add PAuth key system registers in the vCPU state, …
(edit) @100723   16 months vboxsync VMM/ARM: Add debug system registers in the vCPU state, bugref:10387, …
(edit) @100708   16 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Query ID registers and put them in a …
(edit) @100705   16 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Need to implement our own simplistic …
(edit) @100695   17 months vboxsync VMM/IEM,STAM: Some TB stats. bugref:10369
(edit) @100625   17 months vboxsync CPUID: Expose AMD XSaveErPtr CPUID bit to guests. Eliminates …
(edit) @100532   17 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Enabled feature for saving PAT MSR …
(edit) @100399   17 months vboxsync VMM/PDMDevHlp: Allow IRQ numbers >= 16 for ARMv8 (we are kind of …
(edit) @100305   17 months vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100224   18 months vboxsync VMM/IEM: Build fix. bugref:10369
(edit) @100222   18 months vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100184   18 months vboxsync VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
(edit) @100166   18 months vboxsync VMM/NEMR3Native-darwin-armv8: Updates to th PSCI implementation, …
(edit) @100165   18 months vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100147   18 months vboxsync VMM/VMMR3/VMEmt: Fix mixing nanoseconds and millisecond timestamps …
(edit) @100145   18 months vboxsync VMM/EM: The recompiled execution loop needs to exit when the main …
(edit) @100144   18 months vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
(edit) @100140   18 months vboxsync VMM/EM: Do not do scheduling based on whether HM has been used and is …
(edit) @100139   18 months vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100118   18 months vboxsync VMM/CPUM: Include VBAR_EL1 register, bugref:10387 bugref:10390
(edit) @100117   18 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: VM reset and poweroff fixes, bugref:10390
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100102   18 months vboxsync VMM/NEMR3Native-darwin-armv8: Some basic PSCI implementation required …
(edit) @100101   18 months vboxsync VMM: Add VMMR3CpuOn() for ARMv8 instead of using the …
(edit) @100100   18 months vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(edit) @100076   18 months vboxsync VMM/NEMR3Native-darwin-armv8: Fix setting the vTimer offset, this …
(edit) @100012   18 months vboxsync VMM/EM: Long #else/#endif should be marked. bugref:10389
(edit) @100004   18 months vboxsync VMM/PGM: Ignore A20 state on reset as it is not relevant for ARM, …
(edit) @100003   18 months vboxsync VMM/NEMR3Native-darwin-armv8: Lower the timespan when to start …
(edit) @100002   18 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100001   18 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer expiration time when …
(edit) @100000   18 months vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99999   18 months vboxsync VMM/EM: WFI/WFE ignore the IRQ and FIQ mask flag and always return …
(edit) @99995   19 months vboxsync VMM/EM: Some IEM/HM comparison logging for later use. bugref:10464
(edit) @99982   19 months vboxsync VMM/IEM: More plotting on the IEM recompiler. bugref:10369
(edit) @99976   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99956   19 months vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99930   19 months vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99920   19 months vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99911   19 months vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99907   19 months vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99900   19 months vboxsync VMM/EM: Added .iemrecompiled debugger command. bugref:10369
(edit) @99899   19 months vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99897   19 months vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99888   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Workaround for WFI/WFE leading to a …
(edit) @99821   19 months vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @99809   19 months vboxsync VMM/HM: Nested VMX: bugref:10318 Stat name change to make it easier to …
(edit) @99806   19 months vboxsync VMM/PDMR3Task: Fix wrong AssertPtrReturn() usage, bugref:3409
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99756   19 months vboxsync VMM/CPUMR3Db: Fix harmless range check, bugref:3409
(edit) @99749   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Remove some unused code, bugref:10390
(edit) @99743   19 months vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99740   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99739   19 months vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99735   19 months vboxsync VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
(edit) @99725   19 months vboxsync VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of …
(edit) @99724   19 months vboxsync VMM/EM: Nested VMX: bugref:10318 Comment nit.
(edit) @99687   19 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
(edit) @99663   19 months vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs …
(edit) @99653   19 months vboxsync VMM: Nested VMX: bugref:10318 Separate injection of events between …
(edit) @99652   19 months vboxsync VMM/EM: Nested VMX: bugref:10318 Handle NMI-window and …
(edit) @99649   19 months vboxsync VMM/TRPM: Nested VMX: bugref:10318 Don't invoke IEMExecVmxVmexitExtInt …
(edit) @99576   19 months vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99575   19 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fixes and stubbing the hvc exception …
(edit) @99557   19 months vboxsync VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
(edit) @99492   20 months vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
(edit) @99387   20 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99386   20 months vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99385   20 months vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99383   20 months vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99379   20 months vboxsync VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, …
(edit) @99377   20 months vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99376   20 months vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99370   20 months vboxsync VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
(edit) @99297   20 months vboxsync VMM/PGM: Nested VMX: bugref:10318 Increment error count in the …
(edit) @99292   20 months vboxsync VMM/NEMR3Native-darwin: Map the RAM page in …
(edit) @99220   20 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99212   20 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99210   20 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99208   20 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99197   20 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Hook up the new system register …
(edit) @99196   20 months vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99190   20 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Skeleton for handling the trapped …
(edit) @99163   21 months vboxsync VMM/CPUM: Nested VMX: bugref:10318 Adjust virtual VMCS for …
(edit) @99079   21 months vboxsync VMM/MM: For ARMv8 we need to be more flexible when it comes to …
(edit) @99078   21 months vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement MMIO data abort handling, …
(edit) @99070   21 months vboxsync VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
(edit) @99055   21 months vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
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