VirtualBox

source: vbox/trunk/src/VBox/VMM

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @21443   15 年 vboxsync Fix boundary cases when crossing into a page that hasn't been scanned …
(edit) @21403   15 年 vboxsync EM.cpp: Don't call TMR3NotifySuspend in the destruction path. Should …
(edit) @21402   15 年 vboxsync white space
(edit) @21377   15 年 vboxsync iprt/log.h,DBGFLog.cpp,VBoxGuest-linux.c: Added RTLogDestinations, …
(edit) @21367   15 年 vboxsync PDMQueue: More stats.
(edit) @21363   15 年 vboxsync PDMQueue&users-thereof: Named the queues and added statistics.
(edit) @21353   15 年 vboxsync CPUID: correct core count encoding
(edit) @21350   15 年 vboxsync Apply cpuid leaf 4 hack only for uniprocessor guests
(edit) @21329   15 年 vboxsync Drop the ignored checks for additional instructions from the previous …
(edit) @21327   15 年 vboxsync cpumR3Load: ignore some advanced capability bits, that we don't expose …
(edit) @21320   15 年 vboxsync Extra CPUID 1 ecx capability bits
(edit) @21293   15 年 vboxsync svn:eol-style native
(edit) @21264   15 年 vboxsync PDMAllCritSect.cpp: Extended some assertions for #4088.
(edit) @21259   15 年 vboxsync Fixed assertions
(edit) @21258   15 年 vboxsync Hypervisor debugging fixes
(edit) @21257   15 年 vboxsync Log hardware breakpoints
(edit) @21255   15 年 vboxsync Fixes for hypervisor debugging
(edit) @21252   15 年 vboxsync First attempt to enable hypervisor breakpoints with vt-x/amd-v guests
(edit) @21251   15 年 vboxsync emR3SingleStepExecRem shouldn't be static
(edit) @21241   15 年 vboxsync Correction
(edit) @21222   15 年 vboxsync VMM: svn-ps.sh EM*; don't use double underscores.
(edit) @21221   15 年 vboxsync EMHandleRCTmpl.h: Ran svn-ps.cmd on it.
(edit) @21213   15 年 vboxsync Enabled restarting pending IO instructions without requiring a full …
(edit) @21210   15 年 vboxsync Updates
(edit) @21209   15 年 vboxsync Updates for io instruction restarts
(edit) @21208   15 年 vboxsync Started with saving pending failed IO instructions.
(edit) @21196   15 年 vboxsync Break up raw mode and hwacc EM parts.
(edit) @21192   15 年 vboxsync Export
(edit) @21191   15 年 vboxsync Split up RC handling for raw and hwacc modes.
(edit) @21188   15 年 vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @21175   15 年 vboxsync Don't release the PGM lock when calling the PGM pool handler. …
(edit) @21174   15 年 vboxsync Preread opcode bytes when disassembling instructions. …
(edit) @21168   15 年 vboxsync More statistics
(edit) @21164   15 年 vboxsync Extra statistics for PGMPhysRead/Write
(edit) @21161   15 年 vboxsync Backed out 49450. Not necessary
(edit) @21159   15 年 vboxsync StatLocked is VBOX_WITH_STATISTICS only
(edit) @21153   15 年 vboxsync PDMQueue: tyop.
(edit) @21152   15 年 vboxsync fixed assertion
(edit) @21151   15 年 vboxsync PDMQueue: Fixed leaking the last pending item when the consume …
(edit) @21148   15 年 vboxsync Added assertion for @todo
(edit) @21144   15 年 vboxsync Prevent future mistakes with VM_FF_TESTANDCLEAR
(edit) @21141   15 年 vboxsync PDMQueue.cpp: make sure the FF is cleared before we return.
(edit) @21134   15 年 vboxsync IOMInterpretOUTSEx: Must clear u32Value before using iomRamRead to get …
(edit) @21128   15 年 vboxsync PDMQueue: Fixed the flushing loop when a consumer (NAT?) had had enough.
(edit) @21126   15 年 vboxsync PDMR3QueueFlushAll: The bit number, not the mask.
(edit) @21125   15 年 vboxsync Don't register unused stat counters
(edit) @21123   15 年 vboxsync Removed redundant check
(edit) @21116   15 年 vboxsync Adjusted assertion
(edit) @21115   15 年 vboxsync Moved CR0.WP=0 handling up a bit
(edit) @21111   15 年 vboxsync DBGF,DBGC: Added DBGFR3AsSymbolByName and DBGFR3AsSymbolByAddr. Start …
(edit) @21108   15 年 vboxsync DBGFAddrSpace.cpp: Fixed address space spans.
(edit) @21094   15 年 vboxsync VMM: Added MMR3HyperAllocOnceNoRelEx so that we can force the ring-0 …
(edit) @21059   15 年 vboxsync LogRel -> Log
(edit) @21057   15 年 vboxsync Correction
(edit) @21056   15 年 vboxsync Workaround for difficult to reproduce problem (invalid …
(edit) @21039   15 年 vboxsync Prevent bouncing right back to ring 3.
(edit) @21035   15 年 vboxsync Fixed concurrent pdm queue flushing.
(edit) @21016   15 年 vboxsync Logging update
(edit) @21001   15 年 vboxsync HWACCM: Untested AMD-V fix for the xmm register corruption on …
(edit) @20999   15 年 vboxsync VMMAllA.asm: fix warning.
(edit) @20998   15 年 vboxsync VMM: how to trigger the 64-bit windows issue.
(edit) @20997   15 年 vboxsync HWACCM,CPUM: Fix for 64-bit Windows trashing guest XMM registers - VMX …
(edit) @20996   15 年 vboxsync HWACCMR0Mixed.mac: strip trailing white space.
(edit) @20993   15 年 vboxsync build fix.
(edit) @20992   15 年 vboxsync VMMR0JmpA-amd64.asm: Save non-volatile XMM registers on Windows/AMD64.
(edit) @20984   15 年 vboxsync Set idHostCpu on entry
(edit) @20981   15 年 vboxsync Backed out 49187; toxic
(edit) @20979   15 年 vboxsync Cpu poke never worked in the VT-x/AMD-V case, because pVCpu->idHostCpu …
(edit) @20961   15 年 vboxsync fixed typo, it means occurred, not occured
(edit) @20947   15 年 vboxsync PGMR3DbgScanVirtual: Chop the range so we don't end up above 4GB on a …
(edit) @20943   15 年 vboxsync TM.cpp: Shut up assertions that haven't quite been fixed yet.
(edit) @20927   15 年 vboxsync pdmR3DevHlp_VMPowerOff: Set the VCPU state to stopped here as well to …
(edit) @20925   15 年 vboxsync Reset paging mode back to real mode before resetting the pgm pool. …
(edit) @20922   15 年 vboxsync Config.kmk,VMM/Makefile.kmk: Retired VBOX_WITH_SMP_GUESTS (unused), …
(edit) @20917   15 年 vboxsync Move VBOX_WITH_MULTI_CORE to Config.kmk
(edit) @20914   15 年 vboxsync Corrected cpuid values for multi-core vcpus.
(edit) @20902   15 年 vboxsync VMM: nitpicking - just use default
(edit) @20901   15 年 vboxsync VMEmt.cpp: Promoted the VMR3WaitU assertions to AssertLogRel.
(edit) @20900   15 年 vboxsync GMMR0.cpp: The proper fix for the wrong cFreePages accounting.
(edit) @20899   15 年 vboxsync GMMR0.cpp: Sanity checks (disabled by default).
(edit) @20893   15 年 vboxsync GMMR0: quick hack for windows issue (hope this doesn't blow up)…
(edit) @20889   15 年 vboxsync PDM queue locking
(edit) @20881   15 年 vboxsync Compile fix
(edit) @20880   15 年 vboxsync Queue suspend and power off calls from the VM for SMP guests (deadlock …
(edit) @20876   15 年 vboxsync gcc warnings
(edit) @20875   15 年 vboxsync VMM: Renamed almost all references to CallHost to CallRing3.
(edit) @20874   15 年 vboxsync VMMR0CallHost -> VMMRZCallRing3[NoCpu]; VMMCALLHOST -> VMMCALLRING3.
(edit) @20873   15 年 vboxsync VMMGCCallHost -> VMMRZCallRing3[NoCpu].
(edit) @20872   15 年 vboxsync VMM: build fix.
(edit) @20871   15 年 vboxsync VMM: Make sure there is enough room for a few physical handler …
(edit) @20870   15 年 vboxsync DBGFSym.cpp: accidentally switched on dbghelp again. (r49015)
(edit) @20869   15 年 vboxsync VMMR3RawRunGC: cause guru meditation if cr3 mismatches. …
(edit) @20868   15 年 vboxsync DBGFR3MemRead: Support for reading HMA by virtual address.
(edit) @20866   15 年 vboxsync SUP: Removed two obsolete allocation APIs.
(edit) @20865   15 年 vboxsync PGMAllMap: avoid lock owner assertions in PGMMapCheck.
(edit) @20864   15 年 vboxsync SUP,*: API cleanup.
(edit) @20863   15 年 vboxsync tstCFGM.cpp: unintentional change in r49006.
(edit) @20862   15 年 vboxsync SUP: Made SUPPageLock and SUPPageUnlock internal to SUP.
(edit) @20858   15 年 vboxsync MMHyper.cpp: Add 64KB to the heap size for each virtual CPU to account …
(edit) @20857   15 年 vboxsync MMHyper.cpp: Add 64KB to the heap size for each virtual CPU to account …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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