# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Jan 23, 2025 4:43:17 PM Wed, 07 Oct 2009 17:49:26 GMT vboxsync [23600] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: three new Machine settings (not enabled). Wed, 07 Oct 2009 17:24:18 GMT vboxsync [23599] * trunk/src/VBox/Main/ConsoleImpl-LiveMigration.cpp (added) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) Main: Live migration work. Wed, 07 Oct 2009 15:00:16 GMT vboxsync [23598] * trunk/include/VBox/ssm.h (modified) * trunk/include/VBox/types.h (modified) * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/VM.cpp (modified) VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and ... Wed, 07 Oct 2009 07:57:15 GMT vboxsync [23591] * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) Main/MediumImpl: fix closing of DVD/floppy media. Tue, 06 Oct 2009 15:56:51 GMT vboxsync [23585] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxMedium.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMFirstRunWzd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMFirstRunWzd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMFirstRunWzd.ui (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) FE/Qt4: Adapting 'New VM Wizard' & 'First Run Wizard' to new [Main] ... Tue, 06 Oct 2009 15:17:19 GMT vboxsync [23583] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: fix wrong snapshot assertion Mon, 05 Oct 2009 18:24:45 GMT vboxsync [23567] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: Enabled the live snapshot code (TakeSnapshot). Mon, 05 Oct 2009 13:56:34 GMT vboxsync [23563] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) Main/HostHardwareLinux: function descriptions and removed a header file Mon, 05 Oct 2009 12:45:09 GMT vboxsync [23560] * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) API/SystemProperties: new method to query the maximum instance count ... Mon, 05 Oct 2009 11:41:39 GMT vboxsync [23554] * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) typos Mon, 05 Oct 2009 11:29:58 GMT vboxsync [23552] * trunk/src/VBox/Main/glue/vboxapi.py (modified) * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) * trunk/src/VBox/Main/webservice/samples/python/Makefile (modified) * trunk/src/VBox/Main/webservice/websrv-python.xsl (modified) Python WS: docs update, minor build changes Sun, 04 Oct 2009 14:21:08 GMT vboxsync [23537] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/freebsd/HostHardwareFreeBSD.cpp (added) * trunk/src/VBox/Main/include/HostImpl.h (modified) FreeBSD: Bye bye HAL. We use the CAM layer directly to discover ... Sat, 03 Oct 2009 18:02:48 GMT vboxsync [23530] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main: Fix booting from SATA controllers Sat, 03 Oct 2009 18:02:03 GMT vboxsync [23529] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) USB/FreeBSD: Skeleton. Devices are detected but data transfer does ... Fri, 02 Oct 2009 23:27:33 GMT vboxsync [23522] * trunk/src/VBox/Main/include/HostHardwareLinux.h (modified) * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/tstHostHardwareLinux.cpp (modified) Main/HostHardwareLinux: more rewriting of the Linux host drive code, ... Fri, 02 Oct 2009 10:59:58 GMT vboxsync [23502] * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest ... Fri, 02 Oct 2009 10:58:18 GMT vboxsync [23500] * trunk/src/VBox/Main/Global.cpp (modified) Require VT-x/AMD-V for OpenBSD & Netware Thu, 01 Oct 2009 16:11:43 GMT vboxsync [23492] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: auto-canonicalize the IDE/SATA controller names to the longer ... Thu, 01 Oct 2009 08:30:05 GMT vboxsync [23465] * trunk/src/VBox/Main/xml/SchemaDefs.xsl (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd (modified) header fixes Wed, 30 Sep 2009 20:33:08 GMT vboxsync [23452] * trunk/Makefile.kmk (modified) * trunk/include/Makefile.kmk (modified) * trunk/src/Makefile.kmk (modified) * trunk/src/VBox/Additions/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/Mirror/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Mirror/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Wine/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/MouseFilter/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxGINA/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxHook/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxHook/testcase/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/testcase/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/i8042prt/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxControl/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk (modified) * trunk/src/VBox/Additions/common/crOpenGL/Makefile.kmk (modified) * trunk/src/VBox/Additions/freebsd/Makefile.kmk (modified) * trunk/src/VBox/Additions/freebsd/vboxvfs/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/Makefile.kmk (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.kmk (modified) * trunk/src/VBox/Additions/os2/Makefile.kmk (modified) * trunk/src/VBox/Additions/os2/VBoxSF/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/DRM/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/Makefile.kmk (modified) * trunk/src/VBox/Additions/solaris/SharedFolders/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk (modified) * trunk/src/VBox/Additions/x11/x11stubs/Makefile.kmk (modified) * trunk/src/VBox/Devices/Graphics/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/BIOS/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Disassembler/Makefile.kmk (modified) * trunk/src/VBox/Disassembler/testcase/Makefile.kmk (modified) * trunk/src/VBox/Frontends/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxBFE/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxFB/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxHeadless/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxHeadless/VideoCapture/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxHeadless/testcase/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) * trunk/src/VBox/HostServices/GuestProperties/Makefile.kmk (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostServices/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedClipboard/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedFolders/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedFolders/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) * trunk/src/VBox/Installer/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) * trunk/src/VBox/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/testcase/Makefile.kmk (modified) * trunk/src/apps/Makefile.kmk (modified) * trunk/src/apps/tunctl/Makefile.kmk (modified) * trunk/src/bldprogs/Makefile.kmk (modified) * trunk/src/libs/Makefile.kmk (modified) * trunk/src/libs/kStuff/Makefile.kmk (modified) * trunk/src/libs/liblzf-3.4/Makefile.kmk (modified) * trunk/src/libs/libpng-1.2.8/Makefile.kmk (modified) * trunk/src/libs/libxml2-2.6.30/Makefile.kmk (modified) * trunk/src/libs/libxslt-1.1.22/Makefile.kmk (modified) * trunk/src/libs/xpcom18a4/Makefile.kmk (modified) * trunk/src/libs/zlib-1.2.1/Makefile.kmk (modified) * trunk/src/testcase/Makefile.kmk (modified) Makefiles: Corrected properties. Wed, 30 Sep 2009 18:59:14 GMT vboxsync [23451] * trunk/src/VBox/Main/MediumImpl.cpp (modified) whitespace Wed, 30 Sep 2009 12:52:22 GMT vboxsync [23441] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/MachineImpl: fix subtly broken snapshot creation (attachments ... Tue, 29 Sep 2009 18:28:50 GMT vboxsync [23420] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Medium/ConsoleImpl: clean up release logging Tue, 29 Sep 2009 16:20:29 GMT vboxsync [23419] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) Main/ConsoleImpl: make DVD attachments at runtime work. floppy still ... Tue, 29 Sep 2009 16:18:20 GMT vboxsync [23418] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main/ConsoleImpl2: fix creating CFGM tree creation for DVD/floppy ... Tue, 29 Sep 2009 13:25:15 GMT vboxsync [23407] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main/ConsoleImpl2.cpp: unused vars Tue, 29 Sep 2009 09:07:30 GMT vboxsync [23401] * trunk/src/VBox/Main/cbinding (modified) * trunk/src/VBox/Main/cbinding/VBoxCAPI_v2_2.h (modified) * trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_0.h (modified) Undo damage done by r52941 to libvirt headers Tue, 29 Sep 2009 09:02:40 GMT vboxsync [23400] * trunk/src/VBox/Additions/common/crOpenGL/pack/packspu_glsl.c (modified) * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.h (modified) * trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/Include/DevEFI.mac (modified) * trunk/src/VBox/Devices/EFI/Thunk/EfiThunk.asm (modified) * trunk/src/VBox/Devices/EFI/Thunk/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxExportApplianceWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDisplay.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui (modified) * trunk/src/VBox/Main/cbinding/VBoxCAPI_v2_2.h (modified) * trunk/src/VBox/Main/cbinding/VBoxCAPI_v3_0.h (modified) * trunk/src/VBox/Main/freebsd/NetIf-freebsd.cpp (modified) * trunk/src/VBox/Main/webservice/split-soapC.cpp (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-freebsd.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-linux.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-macosx.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-os2.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-solaris.xsd (modified) * trunk/src/VBox/Main/xml/VirtualBox-settings-windows.xsd (modified) Filemuncher fixes Mon, 28 Sep 2009 18:38:58 GMT vboxsync [23397] * trunk/src/VBox/Main/MediumAttachmentImpl.cpp (modified) Main/MediumAttachment: temporary workaround for Passthrough trouble ... Mon, 28 Sep 2009 17:24:37 GMT vboxsync [23395] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/Machine: fix error message, very partial whitespace cleanup Mon, 28 Sep 2009 17:24:04 GMT vboxsync [23394] * trunk/src/VBox/Main/MediumAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/include/MediumAttachmentImpl.h (modified) Main/MediumAttachment: cleanup, much more logging, some preparation ... Mon, 28 Sep 2009 17:21:36 GMT vboxsync [23392] * trunk/src/VBox/Main/MachineDebuggerImpl.cpp (modified) Main/MachineDebugger: small logging fix Mon, 28 Sep 2009 14:27:00 GMT vboxsync [23386] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) @note isn't for line commenting. (Doxygen will (IIRC) put in in the ... Mon, 28 Sep 2009 14:19:08 GMT vboxsync [23385] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) Main/HostHardwareLinux: test host floppy drives using an ioctl, not a ... Mon, 28 Sep 2009 14:11:08 GMT vboxsync [23384] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/darwin/OpenGLTestDarwin.cpp (modified) crOpenGL-OSX: check for the necessary OpenGL extensions on OSX Mon, 28 Sep 2009 14:04:05 GMT vboxsync [23382] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) Main/HostHardwareLinux: test host floppy drives using an ioctl, not a ... Mon, 28 Sep 2009 14:01:25 GMT vboxsync [23381] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) Main/ConsoleImpl2.cpp: preincrement optimization Mon, 28 Sep 2009 14:00:18 GMT vboxsync [23379] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Main/ConsoleImpl: fix typos in error messages, whitespace cleanup, ... Mon, 28 Sep 2009 13:36:59 GMT vboxsync [23378] * trunk/src/VBox/Main/MachineImpl.cpp (modified) MachineImpl.cpp: Fixed assertion/crash in discardCurrentStateHandler. Fri, 25 Sep 2009 15:43:46 GMT vboxsync [23341] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) Main: opimization for r52856 Fri, 25 Sep 2009 15:29:01 GMT vboxsync [23339] * trunk/src/VBox/Main/HostImpl.cpp (modified) Host::uninit: llChildren is modified during child uninit. Fri, 25 Sep 2009 15:26:52 GMT vboxsync [23338] * trunk/src/VBox/Main/HostImpl.cpp (modified) Host::uninit: llChildren is modified during child uninit. Fri, 25 Sep 2009 15:04:23 GMT vboxsync [23337] * trunk/src/VBox/Main/MediumImpl.cpp (modified) Main/MediumImpl: make sure that host drive locations do not get ... Fri, 25 Sep 2009 14:58:47 GMT vboxsync [23335] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) ConsoleImpl,MachineImpl: Re-did the live snapshot bits. Fri, 25 Sep 2009 14:37:09 GMT vboxsync [23334] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: be stricter with bumping settings version to 1.9 when ... Fri, 25 Sep 2009 13:24:26 GMT vboxsync [23331] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/MachineImpl: add paranoia to check for duplicate attachments Fri, 25 Sep 2009 12:12:24 GMT vboxsync [23330] * trunk/src/VBox/Main/cbinding/tstXPCOMCCall.c (modified) tstXPCOMCCall: change for recent IConsoleCallback change Fri, 25 Sep 2009 11:48:22 GMT vboxsync [23328] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: fix assert + crash attaching disk Fri, 25 Sep 2009 11:36:00 GMT vboxsync [23327] * trunk/src/VBox/Main/HostPower.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/VFSExplorerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main: more header cleanup; move VirtualBox instance data to cpp ... Fri, 25 Sep 2009 09:20:29 GMT vboxsync [23319] * trunk/src/VBox/Main/DHCPServerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/DHCPServerImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main: more header cleanup Thu, 24 Sep 2009 19:48:06 GMT vboxsync [23310] * trunk/src/VBox/Main/linux/HostHardwareLinux.cpp (modified) Main/HostHardwareLinux: use sysfs for querying host drives if hal is ... Thu, 24 Sep 2009 19:39:07 GMT vboxsync [23308] * trunk/src/VBox/Main/HostImpl.cpp (modified) fix OSE Thu, 24 Sep 2009 17:13:41 GMT vboxsync [23304] * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/VirtualBoxXMLUtil.h (deleted) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: make backups before overwriting old XML files; remove obsolete ... Thu, 24 Sep 2009 15:26:27 GMT vboxsync [23289] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: nasty typo. Thu, 24 Sep 2009 15:22:25 GMT vboxsync [23288] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) Main: implement XML reader for settings versions 1.3, 1.4 and 1.5 for ... Thu, 24 Sep 2009 11:38:35 GMT vboxsync [23280] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/idl/docstrip.xsl (modified) Main: avoid full recompile if only comments in VirtualBox.xidl are ... Thu, 24 Sep 2009 10:46:57 GMT vboxsync [23279] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) Main: remove VirtualBoxBaseWithChildren, convert IHost away from using it Thu, 24 Sep 2009 07:54:39 GMT vboxsync [23273] * trunk/src/VBox/Main/HostImpl.cpp (modified) Main: warnings Wed, 23 Sep 2009 18:08:40 GMT vboxsync [23271] * trunk/src/VBox/Main/USBControllerImpl.cpp (modified) Main: duplicate NS_DECL_ISUPPORTS (already done as part of the COM map) Wed, 23 Sep 2009 18:07:39 GMT vboxsync [23270] * trunk/src/VBox/Main/HostImpl.cpp (modified) Main: get the VBOX_WITH_USB checks right Wed, 23 Sep 2009 16:39:59 GMT vboxsync [23269] * trunk/src/VBox/Frontends/VirtualBox/images/minus_10px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/minus_disabled_10px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/plus_10px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/plus_disabled_10px.png (added) * trunk/src/VBox/Frontends/VirtualBox/include/QITreeView.h (added) * trunk/src/VBox/Frontends/VirtualBox/src/QISplitter.cpp (added) * trunk/src/VBox/Frontends/VirtualBox/src/QITreeView.cpp (added) * trunk/src/VBox/Main/MediumAttachmentImpl.cpp (added) * trunk/src/VBox/Main/MediumFormatImpl.cpp (added) * trunk/src/VBox/Main/include/MediumFormatImpl.h (added) * trunk/src/VBox/Main/webservice/filesplitter.cpp (added) export to OSE Wed, 23 Sep 2009 16:19:33 GMT vboxsync [23265] * trunk/src/VBox/Main/include/MediumAttachmentImpl.h (added) export to OSE Wed, 23 Sep 2009 16:18:54 GMT vboxsync [23264] * trunk/src/VBox/Main/generic/Makefile.kup (added) * trunk/src/VBox/Main/webservice/split-soapC.cpp (added) fix OSE exports Wed, 23 Sep 2009 13:37:22 GMT vboxsync [23259] * trunk/src/VBox/Main/include/HostImpl.h (modified) Main: attempt solaris build fix Wed, 23 Sep 2009 13:30:15 GMT vboxsync [23257] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) Main: IHost header cleanup, remove cruft elsewhere Wed, 23 Sep 2009 09:57:11 GMT vboxsync [23249] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMFirstRunWzd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/SettingsConverter.xsl (modified) medium: rename default IDE/FD storage controller names to IDE ... Wed, 23 Sep 2009 08:12:07 GMT vboxsync [23245] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main/MachineImpl: add a few missing null medium checks Tue, 22 Sep 2009 19:56:57 GMT vboxsync [23237] * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/Settings: Fix crash when opening pre 1.7 config files. Attached ... Tue, 22 Sep 2009 18:54:10 GMT vboxsync [23236] * trunk/src/VBox/Main/HostImpl.cpp (modified) medium-merge: fix osx Tue, 22 Sep 2009 18:15:56 GMT vboxsync [23235] * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) API: fix opening new dvd/floppy images, introduce fallback format Tue, 22 Sep 2009 17:03:09 GMT vboxsync [23232] * trunk/src/VBox/Main/HostImpl.cpp (modified) typo Tue, 22 Sep 2009 16:58:08 GMT vboxsync [23231] * trunk/src/VBox/Main/HostImpl.cpp (modified) merge: solaris build fix Tue, 22 Sep 2009 16:32:19 GMT vboxsync [23230] * trunk/src/VBox/Main/idl/doxygen.xsl (modified) Main: update forgotten doxygen.xsl as well Tue, 22 Sep 2009 16:20:08 GMT vboxsync [23228] * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/include/HostImpl.h (modified) merge: first solaris build fix Tue, 22 Sep 2009 15:50:03 GMT vboxsync [23223] * trunk/include/VBox/com/VirtualBoxErrorInfo.h (modified) * trunk/include/VBox/com/defs.h (modified) * trunk/include/VBox/com/ptr.h (modified) * trunk/include/VBox/settings.h (modified) * trunk/include/iprt/ministring_cpp.h (modified) * trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/ParallelsHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/RawHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-Internal.h (deleted) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/Devices/Storage/VDIHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VHDHDDCore.cpp (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro (modified) * trunk/src/VBox/Frontends/VirtualBox/VirtualBox.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/include/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/include/QILabelSeparator.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaManagerDlg.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxMedium.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxNewHDWzd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxNewVMWzd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMFirstRunWzd.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsCD.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsFD.h (deleted) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QILabelSeparator.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewHDWzd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxNewVMWzd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsSelector.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMFirstRunWzd.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsCD.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsFD.cpp (deleted) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxMediaManagerDlg.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsCD.ui (deleted) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsFD.ui (deleted) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsHD.ui (modified) * trunk/src/VBox/Main/ApplianceImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/DVDDriveImpl.cpp (deleted) * trunk/src/VBox/Main/FloppyDriveImpl.cpp (deleted) * trunk/src/VBox/Main/HardDiskAttachmentImpl.cpp (deleted) * trunk/src/VBox/Main/HardDiskFormatImpl.cpp (deleted) * trunk/src/VBox/Main/HardDiskImpl.cpp (deleted) * trunk/src/VBox/Main/HostDVDDriveImpl.cpp (deleted) * trunk/src/VBox/Main/HostFloppyDriveImpl.cpp (deleted) * trunk/src/VBox/Main/HostImpl.cpp (modified) * trunk/src/VBox/Main/HostPower.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/MediumImpl.cpp (modified) * trunk/src/VBox/Main/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/SessionImpl.cpp (modified) * trunk/src/VBox/Main/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/VFSExplorerImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxCallbackImpl.cpp (modified) * trunk/src/VBox/Main/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/cbinding/tstXPCOMCCall.c (modified) * trunk/src/VBox/Main/cbinding/xpcidl.xsl (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) * trunk/src/VBox/Main/idl/xpidl.xsl (modified) * trunk/src/VBox/Main/include/ApplianceImpl.h (modified) * trunk/src/VBox/Main/include/AudioAdapterImpl.h (modified) * trunk/src/VBox/Main/include/BIOSSettingsImpl.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) * trunk/src/VBox/Main/include/DHCPServerImpl.h (modified) * trunk/src/VBox/Main/include/DVDDriveImpl.h (deleted) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/FloppyDriveImpl.h (deleted) * trunk/src/VBox/Main/include/FramebufferImpl.h (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/include/GuestOSTypeImpl.h (modified) * trunk/src/VBox/Main/include/HardDiskAttachmentImpl.h (deleted) * trunk/src/VBox/Main/include/HardDiskFormatImpl.h (deleted) * trunk/src/VBox/Main/include/HardDiskImpl.h (deleted) * trunk/src/VBox/Main/include/HostDVDDriveImpl.h (deleted) * trunk/src/VBox/Main/include/HostFloppyDriveImpl.h (deleted) * trunk/src/VBox/Main/include/HostImpl.h (modified) * trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h (modified) * trunk/src/VBox/Main/include/KeyboardImpl.h (modified) * trunk/src/VBox/Main/include/MachineDebuggerImpl.h (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/include/ParallelPortImpl.h (modified) * trunk/src/VBox/Main/include/PerformanceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/SerialPortImpl.h (modified) * trunk/src/VBox/Main/include/SessionImpl.h (modified) * trunk/src/VBox/Main/include/SharedFolderImpl.h (modified) * trunk/src/VBox/Main/include/SnapshotImpl.h (modified) * trunk/src/VBox/Main/include/StorageControllerImpl.h (modified) * trunk/src/VBox/Main/include/SystemPropertiesImpl.h (modified) * trunk/src/VBox/Main/include/USBControllerImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/VFSExplorerImpl.h (modified) * trunk/src/VBox/Main/include/VRDPServerImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/include/VirtualBoxCallbackImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxErrorInfoImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/testcase/tstVBoxAPILinux.cpp (modified) * trunk/src/VBox/Main/webservice/Makefile.kmk (modified) * trunk/src/VBox/Main/webservice/filesplitter.c (deleted) * trunk/src/VBox/Main/webservice/split-soapC.sed (deleted) * trunk/src/VBox/Main/webservice/websrv-cpp.xsl (modified) * trunk/src/VBox/Main/webservice/websrv-shared.inc.xsl (modified) * trunk/src/VBox/Main/webservice/webtest.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xpcom/server.cpp (modified) * trunk/src/VBox/Runtime/common/string/ministring.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstUtf8.cpp (modified) API: big medium handling change and lots of assorted other cleanups ... Tue, 22 Sep 2009 15:48:26 GMT vboxsync [23222] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/NetworkAdapterImpl.cpp (modified) ConsoleImpl2: Added support for attaching/detaching NetSniffer at Runtime Tue, 22 Sep 2009 06:13:09 GMT vboxsync [23203] * trunk/src/VBox/Main/linux/NetIf-linux.cpp (modified) Main/NetIf-linux: don't crash VBoxSVC if /proc/net/route couldn't be ... Mon, 21 Sep 2009 15:30:49 GMT vboxsync [23197] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) UUID: for r52117, r52023 Mon, 21 Sep 2009 12:51:48 GMT vboxsync [23188] * trunk/src/VBox/Main/MachineImpl.cpp (modified) SessionMachine::EndTakingSnapshot: Don't restore the state to ... Mon, 21 Sep 2009 12:51:05 GMT vboxsync [23187] * trunk/src/VBox/Main/MachineImpl.cpp (modified) SessionMachine::EndTakingSnapshot: Don't restore the state to ... Mon, 21 Sep 2009 12:23:57 GMT vboxsync [23185] * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) Skip VBVA update if framebufer is being resized. Mon, 21 Sep 2009 11:40:39 GMT vboxsync [23182] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) UUID: for r52603 Mon, 21 Sep 2009 11:32:50 GMT vboxsync [23180] * trunk/src/VBox/Main/MachineImpl.cpp (modified) Main: fixed win burns Mon, 21 Sep 2009 11:23:12 GMT vboxsync [23179] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/MachineImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main: firmware type setter Mon, 21 Sep 2009 09:54:42 GMT vboxsync [23175] * trunk/src/VBox/Main/glue/initterm.cpp (modified) glue/initterm.cpp: Don't assume RTThreadSelf() won't return ... Fri, 18 Sep 2009 22:36:15 GMT vboxsync [23150] * trunk/src/VBox/Main/freebsd/PerformanceFreeBSD.cpp (modified) Main: Fix getHostMemoryUsage for FreeBSD. Contributed by Bernhard ... Fri, 18 Sep 2009 16:36:06 GMT vboxsync [23144] * trunk/src/VBox/Main/darwin/NetIf-darwin.cpp (modified) NetIf-darwin.cpp: More search corrections on sdl_data not terminated ... Fri, 18 Sep 2009 14:22:28 GMT vboxsync [23136] * trunk/src/VBox/Main/darwin/NetIf-darwin.cpp (modified) NetIf-darwin.cpp: Corrected search search on BSD name in the list ... Fri, 18 Sep 2009 14:19:02 GMT vboxsync [23134] * trunk/src/VBox/Main/darwin/iokit.cpp (modified) * trunk/src/VBox/Main/darwin/iokit.h (modified) Main/darwin/iokit.*: DARWINETHERNIC::szBSDName is too small, ... Fri, 18 Sep 2009 13:02:03 GMT vboxsync [23130] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) VM starts even if VRDP server fails to bind to a port. Fri, 18 Sep 2009 12:50:55 GMT vboxsync [23128] * trunk/src/VBox/Main/glue/EventQueue.cpp (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) COM/XPCOM glue: Bug fixes around the EventQueue init/uninit calls ... Thu, 17 Sep 2009 16:19:58 GMT vboxsync [23107] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) Backed out 52463 Thu, 17 Sep 2009 15:56:14 GMT vboxsync [23104] * trunk/src/VBox/Main/Makefile.kmk (modified) Main/USBProxyServiceLinux: VBOX_USB_SYSFS_BY_DEFAULT -> ... Thu, 17 Sep 2009 15:40:54 GMT vboxsync [23103] * trunk/src/VBox/Main/darwin/NetIf-darwin.cpp (modified) HostOnly: Fixed VERR_INTNET_FLT_IF_NOT_FOUND issue (trailing garbage ... Thu, 17 Sep 2009 15:26:32 GMT vboxsync [23102] * trunk/src/VBox/Main/Makefile.kmk (modified) Main/USBProxyServiceLinux: allow selection of the default host USB ... Thu, 17 Sep 2009 14:39:06 GMT vboxsync [23099] * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/CPUM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATM.cpp (modified) * trunk/src/VBox/VMM/PATM/PATMInternal.h (modified) PATM: implemented couple tweaks to make NetBSD bootable (still some ... Thu, 17 Sep 2009 13:57:50 GMT vboxsync [23096] * trunk/src/VBox/Main/glue/EventQueue.cpp (modified) EventQuqueu.cpp: windows simplications. Thu, 17 Sep 2009 13:20:18 GMT vboxsync [23092] * trunk/include/VBox/com/EventQueue.h (modified) * trunk/src/VBox/Main/glue/EventQueue.cpp (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) Main/glue: EventQueue bugfixes and code style adjustments and ... Thu, 17 Sep 2009 11:13:06 GMT vboxsync [23084] * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) ConsoleImpl: removed todo, not valid anymore Thu, 17 Sep 2009 10:08:00 GMT vboxsync [23080] * trunk/include/VBox/vmapi.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/VMReq.cpp (modified) VMM,ConsoleImpl.cpp: Added fFlags to VMR3ReqCall.