# # ChangeLog for trunk/src/VBox/VMM in vbox # # Generated by Trac 1.4.3.2 # Feb 14, 2025 3:27:09 AM Fri, 04 Jun 2010 16:24:14 GMT vboxsync [30041] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) Part 2 of the page fusion test case Fri, 04 Jun 2010 11:06:02 GMT vboxsync [30027] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0Internal.h (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) Deal with different load addresses of shared modules Thu, 03 Jun 2010 14:40:59 GMT vboxsync [30013] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/include/VBox/feature.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp (modified) * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxAppleSim/ConsoleControl.h (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/misc.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Serial/DevSerial.cpp (modified) * trunk/src/VBox/Devices/Storage/ATAController.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj/VBoxNetFltNotify.rc (modified) * trunk/src/VBox/HostServices/GuestControl/service.cpp (modified) * trunk/src/VBox/Main/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/glue/tests/Makefile.kmk (modified) * trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemQueryDmiString-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) scm cleanup. Thu, 03 Jun 2010 11:51:48 GMT vboxsync [30009] * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) Lock it here as we can't deal with busy locks in this ring-0 path. Wed, 02 Jun 2010 12:16:30 GMT vboxsync [29983] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Align size Wed, 02 Jun 2010 11:44:51 GMT vboxsync [29980] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Check by module name and version for win64 guests as it's unlikely ... Tue, 01 Jun 2010 15:06:02 GMT vboxsync [29954] * trunk/include/VBox/err.h (modified) * trunk/src/VBox/VMM/SSM.cpp (modified) SSM: The I/O thread must wake up the master thread when quitting on ... Mon, 31 May 2010 14:24:38 GMT vboxsync [29911] * trunk/src/VBox/VMM/PDMInternal.h (modified) PDMInternal.h: Updated fQueueFlushing docs. Mon, 31 May 2010 14:04:26 GMT vboxsync [29910] * trunk/src/VBox/VMM/PDMQueue.cpp (modified) PDMR3QueueFlushAll: Fixed race where we could leave unflushed items ... Mon, 31 May 2010 13:22:37 GMT vboxsync [29908] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) PDM: Flushed out the PDMQueueFlush code as its unused and problematic ... Mon, 31 May 2010 12:59:42 GMT vboxsync [29905] * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/VMM/PDMQueue.cpp (modified) PDM: Flushed out the PDMQueueFlush code as its unused and problematic ... Mon, 31 May 2010 12:56:31 GMT vboxsync [29902] * trunk/src/VBox/VMM/PDMQueue.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp (modified) * trunk/src/VBox/VMM/VMMGC/VMMGC.def (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) PDM: Flushed out the PDMQueueFlush code as its unused and problematic ... Mon, 31 May 2010 10:00:01 GMT vboxsync [29888] * trunk/src/VBox/VMM/PGMPool.cpp (modified) Tabs Mon, 31 May 2010 09:56:33 GMT vboxsync [29887] * trunk/src/VBox/VMM/PGMPool.cpp (modified) Rewrote dirty page flushing in pgmR3PoolClearAllRendezvous to avoid ... Fri, 21 May 2010 15:21:51 GMT vboxsync [29741] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) Renamed PGMR0SharedModuleCheckRegion Fri, 21 May 2010 14:07:52 GMT vboxsync [29737] * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Fixed dropping back to the recompiler too often when running ... Thu, 20 May 2010 15:42:28 GMT vboxsync [29704] * trunk/src/VBox/VMM/PGMPool.cpp (modified) Reset all dirty pages to reactivate the page monitoring *after* ... Thu, 20 May 2010 15:06:55 GMT vboxsync [29702] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Compile fix Thu, 20 May 2010 15:03:59 GMT vboxsync [29701] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Different initial value Thu, 20 May 2010 14:08:58 GMT vboxsync [29699] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Bracket Thu, 20 May 2010 14:08:44 GMT vboxsync [29698] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) More information Thu, 20 May 2010 11:58:53 GMT vboxsync [29689] * trunk/src/VBox/VMM/VMMR0/HWVMXR0.h (modified) VT-x is too picky with descriptor attributes in v86 mode Thu, 20 May 2010 09:54:57 GMT vboxsync [29676] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Too noisy Wed, 19 May 2010 17:42:48 GMT vboxsync [29669] * trunk/include/VBox/intnet.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) DrvIntNet,SrvIntNet: Added IntNetR0AbortWait to address races in ... Tue, 18 May 2010 15:44:08 GMT vboxsync [29646] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Proper shared page cleanup when terminating the VM Tue, 18 May 2010 14:18:40 GMT vboxsync [29639] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Missing stats adjustment Tue, 18 May 2010 12:43:55 GMT vboxsync [29626] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Paranoid casting Tue, 18 May 2010 12:33:07 GMT vboxsync [29623] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) More logging Tue, 18 May 2010 12:29:44 GMT vboxsync [29622] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Logging Tue, 18 May 2010 12:15:55 GMT vboxsync [29620] * trunk/include/VBox/gmm.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Performance.cpp (modified) * trunk/src/VBox/Main/PerformanceImpl.cpp (modified) * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Statistics for shared pages Tue, 18 May 2010 11:40:07 GMT vboxsync [29613] * trunk/include/VBox/gmm.h (modified) * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Pass back return code in the request packet to preserve informational ... Tue, 18 May 2010 09:27:25 GMT vboxsync [29605] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) More logging Tue, 18 May 2010 09:08:35 GMT vboxsync [29603] * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) Flush all pending handy page operations before changing any shared ... Tue, 18 May 2010 08:39:41 GMT vboxsync [29601] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Corrected assertion Tue, 18 May 2010 08:38:11 GMT vboxsync [29600] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Fix Tue, 18 May 2010 08:28:31 GMT vboxsync [29597] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Logging updates Tue, 18 May 2010 08:06:34 GMT vboxsync [29596] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Logging Mon, 17 May 2010 21:42:26 GMT vboxsync [29587] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h (modified) AsyncCompletion: Fix hang when closing the VM and flush the cache Mon, 17 May 2010 16:42:04 GMT vboxsync [29577] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Compile fix Mon, 17 May 2010 16:31:12 GMT vboxsync [29576] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) Stats Mon, 17 May 2010 16:28:36 GMT vboxsync [29575] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) The ring-3 chunk cache can be out of sync; don't fail. Mon, 17 May 2010 16:07:08 GMT vboxsync [29574] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Cast problems (?) Mon, 17 May 2010 16:00:54 GMT vboxsync [29573] * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) build fix Mon, 17 May 2010 15:54:27 GMT vboxsync [29572] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Logging Mon, 17 May 2010 15:39:35 GMT vboxsync [29570] * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) typo Mon, 17 May 2010 15:23:06 GMT vboxsync [29566] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) Enabled page fusion code (feature itself is still disabled) Mon, 17 May 2010 15:13:35 GMT vboxsync [29562] * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (modified) Fixes Mon, 17 May 2010 15:08:42 GMT vboxsync [29561] * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) VMMR0: Make sure to drag in RTOnce. Mon, 17 May 2010 15:01:12 GMT vboxsync [29557] * trunk/include/VBox/gmm.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Proper debug logging Mon, 17 May 2010 14:37:22 GMT vboxsync [29554] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) More logging Mon, 17 May 2010 14:29:24 GMT vboxsync [29553] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Proper cleanup Mon, 17 May 2010 14:15:41 GMT vboxsync [29551] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Rewrote previous accounting fix Mon, 17 May 2010 14:07:25 GMT vboxsync [29548] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) More loggign Mon, 17 May 2010 14:05:42 GMT vboxsync [29546] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Fixed accounting for shared pages Mon, 17 May 2010 10:14:22 GMT vboxsync [29521] * trunk/include/VBox/pdmapi.h (modified) * trunk/include/VBox/pdmcommon.h (modified) * trunk/include/VBox/pdmdev.h (modified) * trunk/include/VBox/pdmdrv.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/PDMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) PDM: Added PDMDevHlpCallR0 and PDMDEV_VALIDATE_CONFIG_RETURN. Mon, 17 May 2010 08:57:02 GMT vboxsync [29510] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Deal with freed shared pages Mon, 17 May 2010 08:40:40 GMT vboxsync [29509] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) More logging Fri, 14 May 2010 19:09:40 GMT vboxsync [29496] * trunk/src/VBox/VMM/PDMAsyncCompletion.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionInternal.h (modified) AsyncCompletion: Log requests which take longer than 10 seconds Fri, 14 May 2010 15:53:32 GMT vboxsync [29483] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Missing insert Fri, 14 May 2010 15:43:21 GMT vboxsync [29482] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) More logging Fri, 14 May 2010 15:07:22 GMT vboxsync [29478] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Missing cleanup Fri, 14 May 2010 14:56:39 GMT vboxsync [29474] * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) AsyncCompletion: Fix assertion Fri, 14 May 2010 12:16:44 GMT vboxsync [29468] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp (added) Split up Fri, 14 May 2010 12:03:58 GMT vboxsync [29466] * trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) AsyncCompletion: Fix for I/O hangs on OS X. Don't use ... Fri, 14 May 2010 10:16:06 GMT vboxsync [29458] * trunk/include/VBox/gmm.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Backed out 61583 Fri, 14 May 2010 10:10:34 GMT vboxsync [29457] * trunk/include/VBox/gmm.h (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Updates for proper log flushing Fri, 14 May 2010 09:39:53 GMT vboxsync [29456] * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Logging Thu, 13 May 2010 15:35:35 GMT vboxsync [29450] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) AsyncCompletion: Fix parameters for RTFileAioCtxWait Thu, 13 May 2010 01:44:08 GMT vboxsync [29440] * trunk/src/VBox/VMM/testcase/tstCompiler.cpp (modified) tstCompiler.cpp: init runtime Wed, 12 May 2010 20:57:57 GMT vboxsync [29436] * trunk/src/VBox/VMM/IOM.cpp (modified) * trunk/src/VBox/VMM/IOMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) IOM: Profile all callbacks, don't bother count the as we can derive ... Wed, 12 May 2010 15:15:11 GMT vboxsync [29426] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) GCC complaining about missing newline Wed, 12 May 2010 15:11:09 GMT vboxsync [29424] * trunk/include/VBox/gmm.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/include/VBox/vmm.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServicePageSharing.cpp (modified) * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0Internal.h (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Shared paging updates Wed, 12 May 2010 13:04:55 GMT vboxsync [29418] * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) Stats Wed, 12 May 2010 12:56:33 GMT vboxsync [29417] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) Keep track of statistics Wed, 12 May 2010 12:42:49 GMT vboxsync [29416] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Wrong assertion Wed, 12 May 2010 12:37:34 GMT vboxsync [29415] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Better assertion Wed, 12 May 2010 12:35:23 GMT vboxsync [29414] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) Fixes Wed, 12 May 2010 12:18:51 GMT vboxsync [29411] * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) Reversed parameters Wed, 12 May 2010 11:14:51 GMT vboxsync [29409] * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) More logging Wed, 12 May 2010 11:10:07 GMT vboxsync [29408] * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) More logging Wed, 12 May 2010 10:06:21 GMT vboxsync [29402] * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) Don't fail when there's nothing to do Wed, 12 May 2010 10:03:13 GMT vboxsync [29401] * trunk/src/VBox/VMM/GMM.cpp (modified) * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) Size correction (again) Wed, 12 May 2010 09:56:36 GMT vboxsync [29400] * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) More useful assertion Wed, 12 May 2010 09:50:11 GMT vboxsync [29399] * trunk/src/VBox/VMM/GMM.cpp (modified) Incorrect size Wed, 12 May 2010 08:23:18 GMT vboxsync [29397] * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) Different log group Tue, 11 May 2010 13:04:12 GMT vboxsync [29349] * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) More loggig Tue, 11 May 2010 11:19:12 GMT vboxsync [29342] * trunk/src/VBox/VMM/VBoxVMMDeps.cpp (modified) Missing dependency Tue, 11 May 2010 10:18:30 GMT vboxsync [29329] * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/EMHandleRCTmpl.h (modified) * trunk/src/VBox/VMM/EMHwaccm.cpp (modified) * trunk/src/VBox/VMM/EMRaw.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VM.cpp (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) removed VBOX_WITH_VMI Tue, 11 May 2010 10:04:23 GMT vboxsync [29323] * trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h (modified) Alignment Tue, 11 May 2010 09:31:01 GMT vboxsync [29319] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Make PGMR3PhysChangeMemBalloon return VERR_NOT_IMPLEMENTED on hosts ... Mon, 10 May 2010 15:23:09 GMT vboxsync [29308] * trunk/include/VBox/gmm.h (modified) * trunk/src/VBox/VMM/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0Internal.h (modified) Shared paging updates Mon, 10 May 2010 13:02:04 GMT vboxsync [29303] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Clear the tracking data of pages we're going to reactivate. Mon, 10 May 2010 12:51:22 GMT vboxsync [29302] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Clear tracking data too Mon, 10 May 2010 12:45:32 GMT vboxsync [29301] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Clear/reset page properties correctly Mon, 10 May 2010 12:03:50 GMT vboxsync [29297] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Same goes for map/unmap Mon, 10 May 2010 11:42:36 GMT vboxsync [29296] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Set the clear flag on all VCPUs Mon, 10 May 2010 11:25:29 GMT vboxsync [29295] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Backed out 61381: deadlock danger Mon, 10 May 2010 11:23:14 GMT vboxsync [29294] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) Clear the pgm pool immediately Mon, 10 May 2010 11:14:48 GMT vboxsync [29293] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) MMIORegister/Deregister: Force a PGM pool flush as guest ram ... Mon, 10 May 2010 07:53:47 GMT vboxsync [29287] * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) Corrected assertion