VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @38614   13 年 vboxsync doxygen bugs.
(edit) @38613   13 年 vboxsync VMR3ReqProcessU: Deconfused the code a bit.
(edit) @38612   13 年 vboxsync EM: - Don't reschedule after clearing the inhibit irq flag, it …
(edit) @38378   13 年 vboxsync Don't issue instructions rescheduling to RAW or HWACCM mode when …
(edit) @38327   13 年 vboxsync EMR3Init: duh.
(edit) @38326   13 年 vboxsync EM,REM: Make the EM execution scheduling policies apply to HM as well.
(edit) @38325   13 年 vboxsync VMM: Renamed VM::fRawR0Enabled and VM::fRawR3Enabled, inverting their …
(edit) @38324   13 年 vboxsync FE/Qt,FE/BFE,MachineDebugger,EM: Added execution scheduling options to …
(edit) @38320   13 年 vboxsync Redid the A20 gate assertion fix - the recompiler needs to be told.
(edit) @38300   13 年 vboxsync REM,PGM: Fix A20 syncing between the VMM and the recompiler.
(edit) @38229   13 年 vboxsync VMMR3/VM.cpp: Make UUID an optional parameter. Unbreaks VBoxBFE.
(edit) @38080   13 年 vboxsync PGMR3PhysAllocateHandyPages: more details in debug builds.
(edit) @37955   13 年 vboxsync Moved VBox/x86.h/mac to iprt/x86.h/mac.
(edit) @37942   13 年 vboxsync PGMPhys.cpp: More assertion details if pgmPhysPageMapByPageID fails.
(edit) @37933   13 年 vboxsync Assertion are VBOX_STRICT not DEBUG.
(edit) @37879   13 年 vboxsync VMM: typo.
(edit) @37859   13 年 vboxsync Committed usb_thread.patch with tiny adjustments.
(edit) @37846   13 年 vboxsync VMM: Missing fix for R0 logger flushing
(edit) @37818   13 年 vboxsync Fix logging from R0
(edit) @37812   13 年 vboxsync VMM: LogRel on VERR_PDM_DEVICE_NOT_FOUND
(edit) @37803   13 年 vboxsync GMM: Don't ignore the status code of the update loop. PGM: Initialize …
(edit) @37794   13 年 vboxsync more PCI passthrough fixes
(edit) @37699   13 年 vboxsync VBOX_WITH_R0_LOGGING: build fix
(edit) @37597   13 年 vboxsync darwin build fix
(edit) @37596   13 年 vboxsync *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter …
(edit) @37595   13 年 vboxsync build fix
(edit) @37591   13 年 vboxsync RTLog,VMM,Main,SUPDrv: Restrict VM release logging by group - major …
(edit) @37529   13 年 vboxsync build fix
(edit) @37528   13 年 vboxsync build fix
(edit) @37527   13 年 vboxsync TM: Virtual sync timer locking fixes and assertions.
(edit) @37518   13 年 vboxsync TM.cpp: Re-enabled assertion that triggered because of virtual sync …
(edit) @37517   13 年 vboxsync TM: Simplified the virtual sync timers by requiring changes to be done …
(edit) @37467   13 年 vboxsync IOM: Clean up locking now that all devices has its own CS.
(edit) @37466   13 年 vboxsync VMM,Devices: Automatically use a per-device lock instead of the giant …
(edit) @37465   13 年 vboxsync build fix
(edit) @37462   13 年 vboxsync Assert compile time sanity.
(edit) @37452   13 年 vboxsync IOM,PDMCritSect: Extended PDMCritSectEnter to handle …
(edit) @37443   13 年 vboxsync PDM: Implemented the NOP critical section.
(edit) @37424   13 年 vboxsync IOM: Moved the inline functions out of IOMInternal.h and into IOMInline.h.
(edit) @37419   13 年 vboxsync PDM/IPRT CritSect: Introduced the NOP critical section for simplifying …
(edit) @37418   13 年 vboxsync Fixed a uninitialized variable in a PDM driver method used by VBoxBFE …
(edit) @37415   13 年 vboxsync TM.cpp: Backed out previous revision (r72213) - the file was not …
(edit) @37414   13 年 vboxsync TM: Added TMTimerLock, TMTimerUnlock and TMTimerIsLockOwner for …
(edit) @37410   13 年 vboxsync VMM,SUPDrv: Created DBGFTrace.
(edit) @37358   14 年 vboxsync PDM/TM: Implemented USB timers.
(edit) @37355   14 年 vboxsync build fix.
(edit) @37354   14 年 vboxsync PGM: Fixed locking issues in PGMR3PhysMMIORegister and …
(edit) @37330   14 年 vboxsync PDMBlkCache: Fix loading a saved state which has fewer saved entries …
(edit) @37324   14 年 vboxsync TM,Devices: Fixed default critical section screwup and adjusted its …
(edit) @37323   14 年 vboxsync build fix and some prefix cleanup.
(edit) @37211   14 年 vboxsync Some ASMAtomic*Size elimiation.
(edit) @37187   14 年 vboxsync typo fix
(edit) @37137   14 年 vboxsync Remvoed the non-PGM_USE_RAMRANGE_SEARCH_TREES code.
(edit) @37136   14 年 vboxsync CPUM: Option to set Hypervisor Present bit.
(edit) @37133   14 年 vboxsync CPUM,x86.h: Hypervisor present bit.
(edit) @37110   14 年 vboxsync PGMSavedState.cpp: 2nd attempt at working around the PXE ROM issue …
(edit) @37107   14 年 vboxsync PGMSavedState.cpp: Attempt at working around the PXE ROM issue when …
(edit) @37094   14 年 vboxsync tabs
(edit) @37078   14 年 vboxsync CPUM.cpp: Corrected initial FTW value.
(edit) @37072   14 年 vboxsync PDMBlkCache: Commit dirty entries before suspending the cache to avoid …
(edit) @37045   14 年 vboxsync Enable a few assertions temporary
(edit) @37026   14 年 vboxsync SSM: pointers aren't UL everywhere.
(edit) @36969   14 年 vboxsync more gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36960   14 年 vboxsync PGM,MM: Heap and shadow pool size adjustments for large memory configs.
(edit) @36944   14 年 vboxsync VBox/param.h: Bumped the max RAM limit up to 2TB on 64-bit hosts (was …
(edit) @36912   14 年 vboxsync gcc-4.6 -Werror=int-to-pointer-cast fixes
(edit) @36911   14 年 vboxsync pgmR3PhysChangeMemBalloonRendezvous: Use the PGM_PAGE_GET_TYPE macro, …
(edit) @36902   14 年 vboxsync PGM: Implemented RAM range search trees (disabled).
(edit) @36897   14 年 vboxsync PGM: work in progress…
(edit) @36893   14 年 vboxsync PGM: Removed the #ifndef PGM_USE_RAMRANGE_TLB code.
(edit) @36891   14 年 vboxsync PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).
(edit) @36863   14 年 vboxsync CPUM: Don't assert if the supported standard CPUID level is smaller …
(edit) @36858   14 年 vboxsync build fix.
(edit) @36857   14 年 vboxsync IEM: bsf, bsr, bt, btc, bts, btr and leave. Some cleaning up.
(edit) @36826   14 年 vboxsync DBGFReg.cpp: Fixed buffer overflow bug caused by using the wrong variable.
(edit) @36825   14 年 vboxsync EM: Check inhibit pc against RIP, not EIP. Corrected logging.
(edit) @36823   14 年 vboxsync IEM: fixed interrupt delivery in verification mode.
(edit) @36820   14 年 vboxsync PDMDevMiscHlp.cpp: Correct logging.
(edit) @36819   14 年 vboxsync CFGM: Shut up two -O3 warnings on mac.
(edit) @36801   14 年 vboxsync PATM: Indentation and comments of the structures. Fix remaining …
(edit) @36799   14 年 vboxsync AsyncCompletion: Add debugger command to inject delays. Disabled by default
(edit) @36788   14 年 vboxsync OSE build fix.
(edit) @36787   14 年 vboxsync EM: ooops, these assertions shouldn't have been here.
(edit) @36780   14 年 vboxsync IEM: Some more bits.
(edit) @36768   14 年 vboxsync IEM: Initial commit, work in progress.
(edit) @36669   14 年 vboxsync PATM: Record trampoline patches in the target to update the …
(edit) @36660   14 年 vboxsync VMM: Change initial TSS attribs to what guests expect.
(edit) @36627   14 年 vboxsync Fix regression introduced with r70774. Change the RC structure of the …
(edit) @36568   14 年 vboxsync PDMBlkCache: fixed memory leak
(edit) @36564   14 年 vboxsync HWACCM/SVM: Document and log new feature bits.
(edit) @36442   14 年 vboxsync duh
(edit) @36441   14 年 vboxsync VMM: Sketched out where to do the initial I/O MMU setup. This adds a …
(edit) @36437   14 年 vboxsync VMM,Main: Added VMM thread init and term notifications so that Main …
(edit) @36415   14 年 vboxsync nits
(edit) @36302   14 年 vboxsync BlockCache: Fix race condition which can cause losing completed …
(edit) @36285   14 年 vboxsync Never complete tasks on the submitting thread using the callback, this …
(edit) @36255   14 年 vboxsync VMEmt.cpp: Fixed logging crash.
(edit) @36254   14 年 vboxsync GIP,++: Lots of CPUs (disabled).
(edit) @36157   14 年 vboxsync VMM: fix for gcc 4.5
(edit) @36151   14 年 vboxsync BlockCache: Don't add waiting writs to the list again after an I/O …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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