VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @64655   8 年 vboxsync VMM,recompiler: Get rid of PDM APIC interfaces reducing one level of …
(edit) @64626   8 年 vboxsync Recompiler, VMM, Devices: Purge the old APIC and the …
(edit) @64596   8 年 vboxsync VMM/APIC, PDM: Clean up PDM APIC helper interface, call VMM directly …
(edit) @64378   8 年 vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @64373   8 年 vboxsync PDM,Devices: Support for multiple PCI devices/function in a single PDM …
(edit) @63560   8 年 vboxsync scm: cleaning up todos
(edit) @62606   8 年 vboxsync VMM: Unused parameters.
(edit) @62603   8 年 vboxsync VMM: Unused parameters.
(edit) @62601   8 年 vboxsync VMM: Unused parameters.
(edit) @62534   8 年 vboxsync (C) 2016
(edit) @62478   8 年 vboxsync (C) 2016
(edit) @62440   8 年 vboxsync VMM: More MSC level 4 warning fixes.
(edit) @62430   8 年 vboxsync pdmR[3C]ApicHlp_ClearInterruptFF: Put the unused …
(edit) @62418   8 年 vboxsync TRPMGCTrap0bHandler: Dropped unused pVM.
(edit) @62162   8 年 vboxsync VMM, IOAPIC: Temporarily enable using the PDM lock instead of the …
(edit) @61776   8 年 vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61773   8 年 vboxsync PATMRCHandleWriteToPatchPage: Logging fix.
(edit) @61735   8 年 vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61685   8 年 vboxsync VMM: I/O APIC lockless implementation.
(edit) @61544   8 年 vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61392   8 年 vboxsync CPUMRZFpuStatePrepareHostCpuForUse: Must always set VMCPU_FF_CPUM in …
(edit) @61356   8 年 vboxsync VMM/PDM: comment nit.
(edit) @61339   8 年 vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61145   9 年 vboxsync CPUM: build fix
(edit) @61144   9 年 vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61058   9 年 vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61018   9 年 vboxsync PATMRCHandlerInt3PatchTrap: logging non-VINF_SUCCESS statuses, …
(edit) @61015   9 年 vboxsync IEM,TRPMRCHandlers: Raw-mode fixes for (1) handling INT3 patches for …
(edit) @60892   9 年 vboxsync TRPMRCHandlerA.asm: Missed the other v8086 iret.
(edit) @60891   9 年 vboxsync TRPM,CPUM: Return to v8086 mode fixes. - We may have entered from …
(edit) @60875   9 年 vboxsync PATMRC.cpp: Use IEM for the INT3 stuff.
(edit) @60874   9 年 vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60847   9 年 vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
(edit) @60804   9 年 vboxsync VMM: Introduced the new APIC update force-flag and relevant fixes, …
(edit) @60740   9 年 vboxsync VMM, recompiler: Fix APIC to update pending interrupts to IRR when the …
(edit) @60716   9 年 vboxsync VMM: Fixed TPR thresholding and related PDM interfaces. Cleaned up the …
(edit) @60307   9 年 vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @60228   9 年 vboxsync asm-amd64-x86.h,*: made ASMInvalidatePage take a flat unsigned pointer …
(edit) @58170   9 年 vboxsync doxygen: fixes.
(edit) @58126   9 年 vboxsync VMM: Fixed almost all the Doxygen warnings.
(edit) @58123   9 年 vboxsync VMM: Made @param pVCpu more uniform and to the point.
(edit) @58122   9 年 vboxsync VMM: Made @param pVM more uniform and to the point.
(edit) @58116   9 年 vboxsync VMM: Doxygen fixes.
(edit) @58105   9 年 vboxsync va_end
(edit) @57358   9 年 vboxsync *: scm cleanup run.
(edit) @56985   9 年 vboxsync VMM: Log and assertion formatting fixes.
(edit) @56628   9 年 vboxsync IEM: Postpone INS memory writes to ring-3 if we hit an access handler. …
(edit) @56607   9 年 vboxsync IOM,IEM: split up VBOX_WITH_2ND_IEM_STEP into two steps, the first one …
(edit) @56421   9 年 vboxsync PATM: virt access handlers: Only use pvUser for asserting.
(edit) @56420   9 年 vboxsync csamCodePageWriteHandler: pvUser is the pointer to the CSAMPAGEREC in …
(edit) @56335   9 年 vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56287   9 年 vboxsync VMM: Updated (C) year.
(edit) @56286   9 年 vboxsync Cleaned up all grep hits for 'VMMGC'.
(edit) @56284   9 年 vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @56083   9 年 vboxsync Build fix.
(edit) @56080   9 年 vboxsync IOM,HM: Let IEM take over the MMIO handling from IOM when …
(edit) @56072   9 年 vboxsync IOM: Moved some RC code into IOMRC.cpp.
(edit) @56048   10 年 vboxsync pgm.h,++: Changed the return type of PDMPhysRead, PGMPhysWrite, …
(edit) @56047   10 年 vboxsync VBox/err.h,err.mac,TRPMRC,VMM,EM: Removed unused return codes …
(edit) @56046   10 年 vboxsync SELMRC.cpp: USe VINF_EM_RAW_EMULATE_INSTR for the case where we didn't …
(edit) @56045   10 年 vboxsync PATMRC.cpp: docs
(edit) @56013   10 年 vboxsync PGM: Made the virtual handler callbacks return VBOXSTRICTRC and …
(edit) @56011   10 年 vboxsync TRPMRCHandler.cpp: Also return to ring-3 if VMCPU_FF_TRPM_SYNC_IDT is set.
(edit) @56010   10 年 vboxsync TRPMRCHandler.cpp: Also return to ring-3 if VMCPU_FF_TRPM_SYNC_IDT is set.
(edit) @55980   10 年 vboxsync iprt/log.h,++: Added extended logger instance getters that also checks …
(edit) @55966   10 年 vboxsync PGM,++: VBOXSTRICTRC for physical access handlers.
(edit) @55937   10 年 vboxsync CSAM,PATM: Changed csamRCCodePageWritePfHandler to store the pvFault …
(edit) @55900   10 年 vboxsync PGM: Added a pVCpu parameter to all virtual handler callouts and also …
(edit) @55899   10 年 vboxsync PGM: Added an access origin to memory read & write calls that respects …
(edit) @55895   10 年 vboxsync Added pvUser to the raw-mode context virtual handler callbacks.
(edit) @55129   10 年 vboxsync VMM/GIM: Allow dynamic enabling of #UD traps and per-VCPU hypercalls.
(edit) @55118   10 年 vboxsync VMM: GIM raw-mode support.
(edit) @55106   10 年 vboxsync VMM: host+guest xsave/xrstor state handling - not enabled.
(edit) @55061   10 年 vboxsync CPUMRCA.asm: Bug fix.
(edit) @55059   10 年 vboxsync CPUMR[0C]A.asm: Fixed 32-bit breakage. Forgot to update the pCpumCpu …
(edit) @55054   10 年 vboxsync Removed support for host CPUs without FXSAVE/FXRSTOR support.
(edit) @55048   10 年 vboxsync VMM,REM: Allocate the FPU/SSE/AVX/FUTURE state stuff. We need to use …
(edit) @55028   10 年 vboxsync Shut up warnings on windows.
(edit) @55027   10 年 vboxsync CPUMRCA.asm: indent, remove unused+duplicated CLEANFPU macro.
(edit) @55001   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @55000   10 年 vboxsync CPUMCTXCORE elimination.
(edit) @54899   10 年 vboxsync CPUMGCResumeGuest and CPUMGCResumeGuestV86 has been fed CPUMCPU …
(edit) @54898   10 年 vboxsync CPUMCTX,CPUMHOST: Replaced the fpu (X86FXSAVE) member with an XState …
(edit) @54763   10 年 vboxsync PATM,CPUM: Redid the CPUID stuff by calling a patch helper function …
(edit) @54674   10 年 vboxsync CPUM: Working on refactoring the guest CPUID handling.
(edit) @54308   10 年 vboxsync VMM,SUP: Apply the tsc delta where it matters. Made sense out of the …
(edit) @54270   10 年 vboxsync IPRT,TM: Implemented the get-cpu-number optimizations for the …
(edit) @54207   10 年 vboxsync Updated .def files with new RTTimeNanoTS* names.
(edit) @53797   10 年 vboxsync Finally added PDMDevHlpGetCurrentCpuId.
(edit) @53466   10 年 vboxsync VMM/MSRs: Added status codes for returning to ring-3 to service the …
(edit) @52296   10 年 vboxsync VMM: Missed copyright header update in r95407.
(edit) @52295   10 年 vboxsync VMM: Fix mixing 64-bit/32-bit FPU state in raw-mode.
(edit) @50661   11 年 vboxsync GCC:/MSC: => gcc:/msc: like everywhere
(edit) @49914   11 年 vboxsync SELM: Fixed stale selector handling issue (raw-mode only). Returning …
(edit) @49893   11 年 vboxsync MSR rewrite: initial hacking - half disabled.
(edit) @49548   11 年 vboxsync DevAPIC: reverted r90537, r90540, r90551 -- actually we need to clear …
(edit) @49441   11 年 vboxsync PDMAPICHLPR0/RC: Drop pfnChangeFeature.
(edit) @49362   11 年 vboxsync VMMRCA.asm/vmmRcSafeMsr*: See if making sure interrupts are disabled …
(edit) @49147   11 年 vboxsync tstVMM/msr: Formatting bug on 32-bit hosts, a cast got lost in a …
(edit) @49145   11 年 vboxsync grr
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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