# # ChangeLog for trunk in vbox # # Generated by Trac 1.4.3.2 # Dec 2, 2024 2:09:31 PM Mon, 07 Sep 2009 11:39:21 GMT vboxsync [22806] * trunk/include/iprt/err.mac (modified) iprt/err.mac: regenerated Mon, 07 Sep 2009 11:16:19 GMT vboxsync [22805] * trunk/src/VBox/Frontends/VirtualBox/images/OSE/VirtualBox.icns (modified) FE/Qt4-OSE: fix icon Mon, 07 Sep 2009 11:06:33 GMT vboxsync [22804] * trunk/Makefile.kmk (modified) Makefile.kmk: vslick.h update. Mon, 07 Sep 2009 11:01:57 GMT vboxsync [22803] * trunk/include/VBox/ssm.h (modified) * trunk/src/VBox/VMM/SSM.cpp (modified) ssm: Use VMMR3_INT_DECL. Mon, 07 Sep 2009 11:01:40 GMT vboxsync [22802] * trunk/include/VBox/cdefs.h (modified) VBox/cdefs.h: Added VMM*_INT_DECL and made the VMMR?CDECL macros use ... Mon, 07 Sep 2009 11:00:36 GMT vboxsync [22801] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: Added DECL_INVALID(type). Mon, 07 Sep 2009 10:38:06 GMT vboxsync [22800] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) video 2d accel: using ogl only when needed: saved state fixes Mon, 07 Sep 2009 10:08:54 GMT vboxsync [22799] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: IPv6 poll fixes. Sun, 06 Sep 2009 22:39:41 GMT vboxsync [22798] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) video hw accel: bugfixing for using ogl only when needed Sun, 06 Sep 2009 17:32:44 GMT vboxsync [22797] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) video 2d accel: next step in using ogl only when needed: working, but ... Sun, 06 Sep 2009 12:17:31 GMT vboxsync [22796] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) video 2d accel: next step in using ogl only when overlay is enabled; ... Sat, 05 Sep 2009 21:11:47 GMT vboxsync [22795] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) video 2d accel: update only visible parts of surfaces Sat, 05 Sep 2009 19:31:56 GMT vboxsync [22794] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) video 2d accel: first step to make ogl be used only when overlay is ... Sat, 05 Sep 2009 01:29:24 GMT vboxsync [22793] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/ssm.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Input/DevPS2.cpp (modified) * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevDMA.cpp (modified) * trunk/src/VBox/Devices/PC/DevPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) * trunk/src/VBox/Devices/Parallel/DevParallel.cpp (modified) * trunk/src/VBox/Devices/Serial/DevSerial.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/fdc.c (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMMDevInterface.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/EM.cpp (modified) * trunk/src/VBox/VMM/HWACCM.cpp (modified) * trunk/src/VBox/VMM/MM.cpp (modified) * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) * trunk/src/VBox/VMM/PATM/PATMSSM.cpp (modified) * trunk/src/VBox/VMM/PDM.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/SELM.cpp (modified) * trunk/src/VBox/VMM/SSM.cpp (modified) * trunk/src/VBox/VMM/TM.cpp (modified) * trunk/src/VBox/VMM/TRPM.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/testcase/tstSSM.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the ... Fri, 04 Sep 2009 18:38:32 GMT vboxsync [22792] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/ssm.h (modified) * trunk/src/VBox/VMM/SSM.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) SSM: Live snapshot and migration coding. Fri, 04 Sep 2009 17:46:20 GMT vboxsync [22791] * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) Solaris/VBoxNetFlt: dynamic IPv6 attachment. Fri, 04 Sep 2009 17:44:58 GMT vboxsync [22790] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: fixes to dynamic IPv6 attachment. Fri, 04 Sep 2009 16:48:28 GMT vboxsync [22789] * trunk/include/VBox/vm.h (modified) VBox/vm.h: Added VM_ASSERT_EMT0 and VM_ASSERT_EMT0_RETURN. Fri, 04 Sep 2009 15:37:07 GMT vboxsync [22788] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Minor pgm pool optimizations. Fri, 04 Sep 2009 15:19:57 GMT vboxsync [22787] * trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlayNoCKey.c (added) fixed OSE Fri, 04 Sep 2009 14:31:30 GMT vboxsync [22786] * trunk/src/VBox/Main/MachineImpl.cpp (modified) build fix (msc doesn't like #ifdefs inside macro parameter lists). Fri, 04 Sep 2009 14:26:06 GMT vboxsync [22785] * trunk/src/VBox/VMM/PGMInternal.h (modified) Increase the nr of dirty pages from 8 to 16 Fri, 04 Sep 2009 14:25:31 GMT vboxsync [22784] * trunk/Config.kmk (modified) * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/VMControl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/VMM/VM.cpp (modified) VMM,Main,VBoxBFE: Changed VMR3Save and started working on making ... Fri, 04 Sep 2009 14:12:08 GMT vboxsync [22783] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) More stats Fri, 04 Sep 2009 14:08:31 GMT vboxsync [22782] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/vboxflt.conf (modified) Solaris/VBoxNetFlt: fixed missing semicolon in vboxflt.conf Fri, 04 Sep 2009 13:56:49 GMT vboxsync [22781] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/SSM.cpp (modified) SSM: Save the build type and host os+arch, feed the strings from the ... Fri, 04 Sep 2009 13:50:57 GMT vboxsync [22780] * trunk/src/VBox/VMM/SSM.cpp (modified) SSM.cpp: Save the buid type (when we know it). Fri, 04 Sep 2009 13:15:27 GMT vboxsync [22779] * trunk/src/VBox/Main/HardDiskImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: cosmetics Fri, 04 Sep 2009 13:15:13 GMT vboxsync [22778] * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) Main: fix infinite recursion when renaming machines with snapshots Fri, 04 Sep 2009 13:10:12 GMT vboxsync [22777] * trunk/Config.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/libs/Makefile.kmk (modified) * trunk/src/libs/liblzf-1.51 (deleted) Config.kmk,Makefiles,liblzf-1.51: Removed src/lib/liblzf-1.51 and ... Fri, 04 Sep 2009 12:45:02 GMT vboxsync [22776] * trunk/src/VBox/Frontends/VirtualBox/VirtualBoxShaders.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvAYUV.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvAYUV_void.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvApplyAYUV.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvBGR_void.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvUYVY_void.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYUY2.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYUY2_void.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYV12.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/cconvYV12_void.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/ckeyDst_void.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/mainOverlay.c (modified) * trunk/src/VBox/Frontends/VirtualBox/shaders/splitBGRA.c (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) video hw accel: more accurate shaders Fri, 04 Sep 2009 12:26:28 GMT vboxsync [22775] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Statistics Fri, 04 Sep 2009 10:20:22 GMT vboxsync [22774] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Disabled experimental code that caused problems with XP Fri, 04 Sep 2009 10:14:17 GMT vboxsync [22773] * trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c (modified) semevent-r0drv-solaris.c, semeventmulti-r0drv-solaris.c: Added ... Fri, 04 Sep 2009 10:02:48 GMT vboxsync [22772] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Applies to VT-x as well Fri, 04 Sep 2009 09:56:20 GMT vboxsync [22771] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Fixed raw mode regression of r51925. Fri, 04 Sep 2009 09:51:34 GMT vboxsync [22770] * trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c (modified) Solaris/semevent-r0drv: prevent deadlock when waking threads from ... Fri, 04 Sep 2009 09:42:34 GMT vboxsync [22769] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: backed out r51933. Fri, 04 Sep 2009 09:06:10 GMT vboxsync [22768] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: fixed the deadlock in #4259 Fri, 04 Sep 2009 09:05:50 GMT vboxsync [22767] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Updated comment Fri, 04 Sep 2009 09:05:20 GMT vboxsync [22766] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) pgmPoolFlushPageByGCPhys is currently only used in ring 3; save some ... Fri, 04 Sep 2009 09:04:24 GMT vboxsync [22765] * trunk/src/VBox/Frontends/VirtualBox/images/monitor.png (modified) FE/Qt4-OSX: darker vbox icon in the dock tile preview alsO Fri, 04 Sep 2009 09:02:46 GMT vboxsync [22764] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) PGMPoolFlushPage -> pgmPoolFlushPageByGCPhys Fri, 04 Sep 2009 08:53:23 GMT vboxsync [22763] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main/GuestProperties: expanded a comment about guest properties ... Fri, 04 Sep 2009 08:52:31 GMT vboxsync [22762] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/GuestProperties: made transient properties setable while a ... Fri, 04 Sep 2009 08:45:31 GMT vboxsync [22761] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) VbglR3GuestPropWriteValueV: >= 0. Fri, 04 Sep 2009 08:35:09 GMT vboxsync [22760] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Backed out 51884 (caused gurus) and 51924 (not responsible). Rewrote ... Fri, 04 Sep 2009 08:06:30 GMT vboxsync [22759] * trunk/src/VBox/VMM/PGMInternal.h (modified) Disabled PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for now (guru meditations on ... Fri, 04 Sep 2009 07:37:29 GMT vboxsync [22758] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) VBoxGuestLib: Fixed VbglR3GuestPropWriteValueF(), always returned ... Thu, 03 Sep 2009 17:22:53 GMT vboxsync [22757] * trunk/src/VBox/VMM/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileFailsafe.cpp (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileInternal.h (modified) * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) AsyncCompletion: Break the big critical section into smaller parts ... Thu, 03 Sep 2009 16:12:44 GMT vboxsync [22756] * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) TLB flush changes (use the generic macro) Thu, 03 Sep 2009 15:25:09 GMT vboxsync [22755] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) Stats Thu, 03 Sep 2009 14:27:14 GMT vboxsync [22754] * trunk/src/VBox/VMM/PGMInternal.h (modified) Enabled PGMPOOL_WITH_OPTIMIZED_DIRTY_PT Thu, 03 Sep 2009 14:15:18 GMT vboxsync [22753] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) Disabled very annoying assertion for myself; don't really see any ... Thu, 03 Sep 2009 14:05:43 GMT vboxsync [22752] * trunk/configure (modified) configure-OSX: make it possible to turn some options off; add Cocoa ... Thu, 03 Sep 2009 13:57:52 GMT vboxsync [22751] * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp (modified) vide hw accel: fix the bug in using glShaderSource to make it work on Mac Thu, 03 Sep 2009 13:52:19 GMT vboxsync [22750] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) VBoxManageGuestProp.cpp: Removed the unused event semaphore. ... Thu, 03 Sep 2009 13:34:43 GMT vboxsync [22749] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Check changed again Thu, 03 Sep 2009 13:32:31 GMT vboxsync [22748] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) PGM pool updates Thu, 03 Sep 2009 13:20:54 GMT vboxsync [22747] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Updates Thu, 03 Sep 2009 13:15:11 GMT vboxsync [22746] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) ConsoleImpl2.cpp: SysprepArgs and SysprepExec should be set before we ... Thu, 03 Sep 2009 13:10:03 GMT vboxsync [22745] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) PGM pool: minor updates Thu, 03 Sep 2009 13:09:02 GMT vboxsync [22744] * trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceExec.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h (modified) VBoxService: Sigh. Cleaned up the code myself. It's current disabled ... Thu, 03 Sep 2009 13:01:14 GMT vboxsync [22743] * trunk/configure (modified) configure: don't use ''echo -e'' (not compatible to every shell on ... Thu, 03 Sep 2009 12:46:28 GMT vboxsync [22742] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) paranoia Thu, 03 Sep 2009 12:46:00 GMT vboxsync [22741] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Must flush dirty pages in pgmPoolClearAll Thu, 03 Sep 2009 12:41:20 GMT vboxsync [22740] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Doesn't apply to non-paging types Thu, 03 Sep 2009 12:39:19 GMT vboxsync [22739] * trunk/configure (modified) configure: allow/show option only which are relevant for the current ... Thu, 03 Sep 2009 12:39:11 GMT vboxsync [22738] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Extra assertion Thu, 03 Sep 2009 11:36:24 GMT vboxsync [22737] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) FE/Qt4-OSX: make it more OSE compatible Thu, 03 Sep 2009 11:32:59 GMT vboxsync [22736] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/string.cpp (modified) IPRT: Added RTStrDupN. Thu, 03 Sep 2009 11:30:35 GMT vboxsync [22735] * trunk/src/VBox/Runtime/common/misc/s3.cpp (modified) Runtime: make it more compatible to older versions of curl Thu, 03 Sep 2009 10:14:19 GMT vboxsync [22734] * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) VBoxManage: Make setting guest properties work with --flags or -flags ... Thu, 03 Sep 2009 10:00:08 GMT vboxsync [22733] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceExec.cpp (modified) VBoxService: Corrected validation. Thu, 03 Sep 2009 09:59:50 GMT vboxsync [22732] * trunk/src/VBox/Main/hgcm/HGCM.cpp (modified) HGCM: properly delete a client handle on the client disconnect. ... Thu, 03 Sep 2009 09:50:30 GMT vboxsync [22731] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) AHCI: Fixes for safe SG list creator Thu, 03 Sep 2009 09:43:15 GMT vboxsync [22730] * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) VBoxManage: Make setting guest properties work with --flags or -flags. Thu, 03 Sep 2009 08:53:28 GMT vboxsync [22729] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA: gcc warning Thu, 03 Sep 2009 07:59:53 GMT vboxsync [22728] * trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxService-win.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceExec.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceUtils.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo.cpp (modified) VBoxService: Get rid of TCHARs, implemented better sysprep support. Wed, 02 Sep 2009 23:08:23 GMT vboxsync [22727] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) AHCI: Fallback to a safe method for processing the PRDTL if mapping ... Wed, 02 Sep 2009 17:09:36 GMT vboxsync [22726] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) HGSMI/VBVA saved state. Wed, 02 Sep 2009 15:52:24 GMT vboxsync [22725] * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Webservice: cosmetics Wed, 02 Sep 2009 15:20:30 GMT vboxsync [22724] * trunk/src/libs/xpcom18a4/python/src/module/_xpcom.cpp (modified) VBoxPython: com::EventQueue::processThreadEventQueue version of the code. Wed, 02 Sep 2009 15:14:30 GMT vboxsync [22723] * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) Removed obsolete comments Wed, 02 Sep 2009 15:05:57 GMT vboxsync [22722] * trunk/include/VBox/com/EventQueue.h (modified) * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Main/glue/EventQueue.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) VBoxCOM,VBoxManage,WebService: Event queue fun. Wed, 02 Sep 2009 14:47:37 GMT vboxsync [22721] * trunk/src/VBox/VMM/PGMPool.cpp (modified) more verbose assertion Wed, 02 Sep 2009 14:46:40 GMT vboxsync [22720] * trunk/src/VBox/VMM/PGMPool.cpp (modified) Wrong if Wed, 02 Sep 2009 14:44:32 GMT vboxsync [22719] * trunk/src/VBox/VMM/PGMPool.cpp (modified) Extra check in pgmpoolcheck Wed, 02 Sep 2009 14:20:11 GMT vboxsync [22718] * trunk/src/VBox/VMM/PGMPool.cpp (modified) pgmpoolcheck update Wed, 02 Sep 2009 14:00:25 GMT vboxsync [22717] * trunk/src/VBox/VMM/PGMPool.cpp (modified) Updated pgmpoolcheck Wed, 02 Sep 2009 13:53:39 GMT vboxsync [22716] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) Added pgmpoolcheck debug command Wed, 02 Sep 2009 12:43:32 GMT vboxsync [22715] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGMPhys.cpp: todo. Wed, 02 Sep 2009 12:42:32 GMT vboxsync [22714] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Removed assertion Wed, 02 Sep 2009 12:14:30 GMT vboxsync [22713] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Stats Wed, 02 Sep 2009 11:54:07 GMT vboxsync [22712] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Correction for alignment Wed, 02 Sep 2009 11:49:48 GMT vboxsync [22711] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Paranoia Wed, 02 Sep 2009 11:48:57 GMT vboxsync [22710] * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Compile fixes Wed, 02 Sep 2009 11:46:18 GMT vboxsync [22709] * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Also check for dirty pages Wed, 02 Sep 2009 11:40:56 GMT vboxsync [22708] * trunk/include/VBox/com/ptr.h (modified) * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Main/glue/com.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.h (modified) * trunk/src/VBox/Main/webservice/websrv-cpp.xsl (modified) Main: comptr+webservice logging Wed, 02 Sep 2009 11:02:48 GMT vboxsync [22707] * trunk/include/VBox/vm.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/REMAll.cpp (modified) REM: Double the size of aHandlerNotifications and make sure there are ...