VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28320   15 years vboxsync Network/D*,VMM: Moving the TX threads, part 1.
(edit) @28319   15 years vboxsync pdmdev: Made PDMDevHlpVMState available in R0 and RC.
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28285   15 years vboxsync We don't pass on invlpg information to the recompiler for nested …
(edit) @28284   15 years vboxsync Removed wrong todo. If we run out of slots for invlpg, then we simply …
(edit) @28266   15 years vboxsync doc update.
(edit) @28265   15 years vboxsync PDMThread: serialize list manipulations using ListCritSect.
(edit) @28263   15 years vboxsync PDM: Put pAsyncCompletionTemplates under the ListCritSect.
(edit) @28262   15 years vboxsync PDM: Moving more stuff to PDMUSERPERVM. Protect the loader list using …
(edit) @28261   15 years vboxsync Paranoid assertions
(edit) @28260   15 years vboxsync todo
(edit) @28258   15 years vboxsync PDM critsects for drivers. Fixed critsect cleanup in failure path. …
(edit) @28257   15 years vboxsync Some more paranoid checks
(edit) @28225   15 years vboxsync Fix crash
(edit) @28224   15 years vboxsync AsyncCompletion: Fix hang on OS X
(edit) @28136   15 years vboxsync VMM/CFGM: fixed memory leak
(edit) @28123   15 years vboxsync Simplified hypervisor conflict check
(edit) @28122   15 years vboxsync PDMR0DynMap: comment.
(edit) @28094   15 years vboxsync Compile fix
(edit) @28092   15 years vboxsync Added paranoid assertion
(edit) @28090   15 years vboxsync Check for write conflicts with our hypervisor mapping early on. If the …
(edit) @28065   15 years vboxsync Storage: Convert from PDMDATASEG to RTSGSEG to avoid casting between …
(edit) @28052   15 years vboxsync Flush first, then free
(edit) @28045   15 years vboxsync ASyncCompletion: Fix
(edit) @28044   15 years vboxsync Check for older non-functioning balloon calls
(edit) @28043   15 years vboxsync Wrong unit
(edit) @28039   15 years vboxsync Must be callable from any thread
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28030   15 years vboxsync VMM: SpeedStep and relatives MSRs
(edit) @28012   15 years vboxsync Use PGMR3QueryFreeMemory instead
(edit) @28003   15 years vboxsync PGMR3QueryBalloonSize updates
(edit) @28002   15 years vboxsync More changes
(edit) @28001   15 years vboxsync Parameter description
(edit) @28000   15 years vboxsync Wrong struct
(edit) @27999   15 years vboxsync Introducing PGMR3QueryBalloonSize
(edit) @27978   15 years vboxsync Cleanup
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27936   15 years vboxsync pdmR3PowerOffDev: Fixed copy & past error that prevented …
(edit) @27928   15 years vboxsync pdmR3PowerOffDrv: Fixed copy & past error that prevented …
(edit) @27921   15 years vboxsync Reset status code
(edit) @27920   15 years vboxsync AsyncCompletion: Return error code for completed requests
(edit) @27901   15 years vboxsync OSE header fixes
(edit) @27899   15 years vboxsync PGMAllPhys.cpp: Restored pgmPhysHandlerRedirectToHC which got …
(edit) @27884   15 years vboxsync Remove members which are not used anymore
(edit) @27883   15 years vboxsync AsyncCompletion: Replace our own task cache with a RTMemCache. The old …
(edit) @27861   15 years vboxsync export some Makefile.kup to OSE
(edit) @27816   15 years vboxsync PGMSyncCR3: Go back to ring 3 if a pgm pool sync is again pending.
(edit) @27814   15 years vboxsync Backed out part of r59436
(edit) @27813   15 years vboxsync Backed out r59424
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27790   15 years vboxsync Cleaned up
(edit) @27789   15 years vboxsync VM.cpp: Fixed bug in vmR3LiveDoStep1Cleanup where it didn't pass the …
(edit) @27784   15 years vboxsync PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3
(edit) @27783   15 years vboxsync PGMSyncCR3: pgmPoolResetDirtyPages must be called before pgmPoolSyncCR3
(edit) @27778   15 years vboxsync Must take the pgm lock during PGMSyncCR3; guest SMP can cause an …
(edit) @27775   15 years vboxsync These assertions are actually fatal
(edit) @27750   15 years vboxsync Reset the balloon state when the VM resets
(edit) @27749   15 years vboxsync Flush before freeing the page.
(edit) @27746   15 years vboxsync Balloon: flush the shadow PT if this page was previously used as a …
(edit) @27738   15 years vboxsync AsyncCompletion: Add a new method to set the size of an endpoint
(edit) @27704   15 years vboxsync More informative assertions
(edit) @27702   15 years vboxsync Better assertion
(edit) @27656   15 years vboxsync AsyncCompletion: Fix for files which size is not aligned to 512 bytes …
(edit) @27630   15 years vboxsync PGM,HWACCM: Fix for panic on 32-bit mac os x when using nested paging. …
(edit) @27598   15 years vboxsync Comment added
(edit) @27597   15 years vboxsync Change balloon page type back to zero when deflated.
(edit) @27595   15 years vboxsync Paranoia
(edit) @27594   15 years vboxsync Only force writes to go through vmm
(edit) @27590   15 years vboxsync Compile fix
(edit) @27589   15 years vboxsync Wrong kind of flushing
(edit) @27588   15 years vboxsync Flush the recompiler's TLB as well when adjusting the balloon.
(edit) @27587   15 years vboxsync Wrong position to check
(edit) @27586   15 years vboxsync Deal with ballooned pages in PGMR3PhysTlbGCPhys2Ptr
(edit) @27585   15 years vboxsync Duplicate counter
(edit) @27584   15 years vboxsync Statistic counter for ballooned page accesses
(edit) @27583   15 years vboxsync Emulate reads from ballooned pages as they are not present in our …
(edit) @27580   15 years vboxsync Ignore writes to ballooned pages.
(edit) @27570   15 years vboxsync EMInternal.h: build fix.
(edit) @27567   15 years vboxsync EMInternal.h: Fixed assertion caused by emR3RecordCli on 32-bit …
(edit) @27566   15 years vboxsync PGMSavedState.cpp: Better message when finding missing ROM.
(edit) @27563   15 years vboxsync I/O cache: Remove a bit of code which is not used very often anymore …
(edit) @27557   15 years vboxsync I/O cache: Increase the endpoint size for every appending write, even …
(edit) @27545   15 years vboxsync VMM/PGMPhys: provide default RC/R0 physical memory handler in case the …
(edit) @27544   15 years vboxsync Correct comment
(edit) @27543   15 years vboxsync Balloon updates; make ballooned pages as such
(edit) @27540   15 years vboxsync Step one in dealing with ballooned pages in shadow paging
(edit) @27526   15 years vboxsync I/O cache: Missing case
(edit) @27524   15 years vboxsync I/O cache: We have to clip the read size if there is an intersecting …
(edit) @27523   15 years vboxsync I/O cache: Really disable read cache
(edit) @27522   15 years vboxsync I/O cache: Disable read cache
(edit) @27521   15 years vboxsync I/O cache: Optimize 1-byte writes done by VMDK
(edit) @27520   15 years vboxsync Handle X86_XCPT_BP exits for AMD-V in debug builds.
(edit) @27495   15 years vboxsync Fix Windows regression
(edit) @27493   15 years vboxsync EM: typo in stats name
(edit) @27490   15 years vboxsync More comment + paranoid assertions
(edit) @27489   15 years vboxsync Disabled the lazy syncing of zero pages based on the u1Write setting. …
(edit) @27488   15 years vboxsync No need for pgmPhysPageMakeWritableUnlocked
(edit) @27486   15 years vboxsync Style
(edit) @27474   15 years vboxsync AsyncCompletion: Release log entry for every opened endpoint
(edit) @27472   15 years vboxsync Wrong assertion for IN_RING0
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