VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @100532   20 月 vboxsync VMM/CPUM: Nested VMX: bugref:10318 Enabled feature for saving PAT MSR …
(edit) @100399   20 月 vboxsync VMM/PDMDevHlp: Allow IRQ numbers >= 16 for ARMv8 (we are kind of …
(edit) @100305   21 月 vboxsync VMM/IEM: Added missing VM_FF checks and timer polling …
(edit) @100224   21 月 vboxsync VMM/IEM: Build fix. bugref:10369
(edit) @100222   21 月 vboxsync VMM/IEM: More recompilation code. bugref:10369
(edit) @100184   21 月 vboxsync VMM: Add a CPUMGetGuestArch() method and PDM device helper to make it …
(edit) @100166   21 月 vboxsync VMM/NEMR3Native-darwin-armv8: Updates to th PSCI implementation, …
(edit) @100165   21 月 vboxsync VMM/GIC: Updates to the emulation, implement interrupt priority …
(edit) @100147   21 月 vboxsync VMM/VMMR3/VMEmt: Fix mixing nanoseconds and millisecond timestamps …
(edit) @100145   21 月 vboxsync VMM/EM: The recompiled execution loop needs to exit when the main …
(edit) @100144   21 月 vboxsync VMM/EM: Renamed VINF_EM_RESCHEDULE_HM to …
(edit) @100140   21 月 vboxsync VMM/EM: Do not do scheduling based on whether HM has been used and is …
(edit) @100139   21 月 vboxsync VMM/HM: More statistics for HMCanExecuteVmxGuest, making sure all …
(edit) @100118   21 月 vboxsync VMM/CPUM: Include VBAR_EL1 register, bugref:10387 bugref:10390
(edit) @100117   21 月 vboxsync VMM/NEMR3Native-darwin-armv8.cpp: VM reset and poweroff fixes, bugref:10390
(edit) @100108   21 月 vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @100102   21 月 vboxsync VMM/NEMR3Native-darwin-armv8: Some basic PSCI implementation required …
(edit) @100101   21 月 vboxsync VMM: Add VMMR3CpuOn() for ARMv8 instead of using the …
(edit) @100100   21 月 vboxsync VMM/GIC: Fixes and updates to the implementation in order to support …
(edit) @100076   22 月 vboxsync VMM/NEMR3Native-darwin-armv8: Fix setting the vTimer offset, this …
(edit) @100012   22 月 vboxsync VMM/EM: Long #else/#endif should be marked. bugref:10389
(edit) @100004   22 月 vboxsync VMM/PGM: Ignore A20 state on reset as it is not relevant for ARM, …
(edit) @100003   22 月 vboxsync VMM/NEMR3Native-darwin-armv8: Lower the timespan when to start …
(edit) @100002   22 月 vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @100001   22 月 vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer expiration time when …
(edit) @100000   22 月 vboxsync VMM: Take the vTimer expiration into account when halting due to a …
(edit) @99999   22 月 vboxsync VMM/EM: WFI/WFE ignore the IRQ and FIQ mask flag and always return …
(edit) @99995   22 月 vboxsync VMM/EM: Some IEM/HM comparison logging for later use. bugref:10464
(edit) @99982   22 月 vboxsync VMM/IEM: More plotting on the IEM recompiler. bugref:10369
(edit) @99976   22 月 vboxsync VMM/NEMR3Native-darwin-armv8: Set the vTimer offset to account for …
(edit) @99956   22 月 vboxsync VMM/CPUM-armv8: Implement OSDLR_EL1, OSLAR_EL1 and OSLSR_EL1 accessed …
(edit) @99930   22 月 vboxsync VMM/IEM: More recompiler work. bugref:10369
(edit) @99920   22 月 vboxsync VMM/EM: Time slice cleanups. Scm fixes.
(edit) @99911   22 月 vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99907   22 月 vboxsync VMM/MM: make it possible to prepopulate a RAM region with data from a …
(edit) @99900   22 月 vboxsync VMM/EM: Added .iemrecompiled debugger command. bugref:10369
(edit) @99899   22 月 vboxsync VMM/EM,DBGF: Removed the EMSTATE_IEM_THEN_REM stuff as it makes no …
(edit) @99897   22 月 vboxsync VMM/EM,DBGF: Repurposing the inner REM execution loop for …
(edit) @99888   22 月 vboxsync VMM/NEMR3Native-darwin-armv8: Workaround for WFI/WFE leading to a …
(edit) @99821   22 月 vboxsync VMM/GIC: Implement interrupt forwarding to the GIC from shared …
(edit) @99809   22 月 vboxsync VMM/HM: Nested VMX: bugref:10318 Stat name change to make it easier to …
(edit) @99806   22 月 vboxsync VMM/PDMR3Task: Fix wrong AssertPtrReturn() usage, bugref:3409
(edit) @99775   22 月 vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99756   22 月 vboxsync VMM/CPUMR3Db: Fix harmless range check, bugref:3409
(edit) @99749   22 月 vboxsync VMM/NEMR3Native-darwin-armv8: Remove some unused code, bugref:10390
(edit) @99743   22 月 vboxsync VMM: Add full support for reading/writing I/O ports on ARMv8 in order …
(edit) @99740   22 月 vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99739   22 月 vboxsync *: doxygen corrections (mostly about removing @returns from functions …
(edit) @99735   22 月 vboxsync VMM/NEMR3Native-darwin-armv8: Set and clear the PPI interrupt of the …
(edit) @99725   22 月 vboxsync VMM/EM: Nested VMX: bugref:10318 Clarify comment regarding priority of …
(edit) @99724   22 月 vboxsync VMM/EM: Nested VMX: bugref:10318 Comment nit.
(edit) @99687   22 月 vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateWithUpdate() …
(edit) @99663   22 月 vboxsync VMM: Nested VMX: bugref:10318 Moved vmxHCGetGuestIntrStateAndUpdateFFs …
(edit) @99653   22 月 vboxsync VMM: Nested VMX: bugref:10318 Separate injection of events between …
(edit) @99652   22 月 vboxsync VMM/EM: Nested VMX: bugref:10318 Handle NMI-window and …
(edit) @99649   22 月 vboxsync VMM/TRPM: Nested VMX: bugref:10318 Don't invoke IEMExecVmxVmexitExtInt …
(edit) @99576   23 月 vboxsync VMM: Preparations for getting interrupts injected into the guest. With …
(edit) @99575   23 月 vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Fixes and stubbing the hvc exception …
(edit) @99557   23 月 vboxsync VMM/NEMR3Native-darwin: Cleanup the memory state tracking, since macOS …
(edit) @99492   23 月 vboxsync VMM/GIC: Register the MMIO region handlers for the distributor and …
(edit) @99387   2 年 vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99386   2 年 vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99385   2 年 vboxsync VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, …
(edit) @99383   2 年 vboxsync VMM/ARMv8: Add ability to insert new system register ranges (based on …
(edit) @99379   2 年 vboxsync VMM/ARMv8: Sync and log the TCR_EL1 register as well, bugref:10390, …
(edit) @99377   2 年 vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99376   2 年 vboxsync VMM/ARMv8: Sync and log the SCTLR/TTBR0/TTBR1 registers, bugref:10390, …
(edit) @99370   2 年 vboxsync VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V …
(edit) @99297   2 年 vboxsync VMM/PGM: Nested VMX: bugref:10318 Increment error count in the …
(edit) @99292   2 年 vboxsync VMM/NEMR3Native-darwin: Map the RAM page in …
(edit) @99220   2 年 vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99212   2 年 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99210   2 年 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99208   2 年 vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99197   2 年 vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Hook up the new system register …
(edit) @99196   2 年 vboxsync VMM: Start on system register handling for ARMv8 (which is ver similar …
(edit) @99190   2 年 vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Skeleton for handling the trapped …
(edit) @99163   2 年 vboxsync VMM/CPUM: Nested VMX: bugref:10318 Adjust virtual VMCS for …
(edit) @99079   2 年 vboxsync VMM/MM: For ARMv8 we need to be more flexible when it comes to …
(edit) @99078   2 年 vboxsync VMM/NEMR3Native-darwin-armv8.cpp: Implement MMIO data abort handling, …
(edit) @99070   2 年 vboxsync VMM/{CPUM,DBGF}: Some basic support to dump register values with DBGF …
(edit) @99055   2 年 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99054   2 年 vboxsync VMM/ARMv8: Starting with the Apple Hypervisor.framework NEM backend, …
(edit) @99053   2 年 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99052   2 年 vboxsync VMM/ARMv8: Starting with the Apple Hypervisor.framework NEM backend, …
(edit) @99051   2 年 vboxsync VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and …
(edit) @99026   2 年 vboxsync VMM/CPUM: Quick doxygen fix (need to organize the docs differently). …
(edit) @98993   2 年 vboxsync VMM: More ARMv8 x86/amd64 separation work, getting to PGM now, bugref:10385
(edit) @98982   2 年 vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385 …
(edit) @98980   2 年 vboxsync VMM: More ARMv8 x86/amd64 separation work, get past IEM, bugref:10385
(edit) @98972   2 年 vboxsync VMM: More ARMv8 x86/amd64 separation work, get past DBGF, bugref:10385
(edit) @98970   2 年 vboxsync VMM: More ARMv8 x86/amd64 separation work, bugref:10385
(edit) @98827   2 年 vboxsync VMM/IEM: Implement adcx/adox instructions emulation, bugref:9898
(edit) @98703   2 年 vboxsync VMM/{CPUM,IEM}: Implement SHA instruction set extension emulation in …
(edit) @98644   2 年 vboxsync VMM,SUPLib: Adjustments for running tstPDMQueue in driverless mode on …
(edit) @98570   2 年 vboxsync VMM/PDMQueue: Use the ListCritSect to relax ring-3 queue creation and …
(edit) @98355   2 年 vboxsync VMM/CPUM: Nested VMX: bugref:10318 Get CR4 fixed bits from what we …
(edit) @98354   2 年 vboxsync VMM/CPUM: Nested VMX: bugref:10318 Postpone initializing VMX features …
(edit) @98122   2 年 vboxsync VMM/PDM: Fixed assertion in PDMR3ResumeUsb after attaching a virtual MSD.
(edit) @98103   2 年 vboxsync Copyright year updates by scm.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette