# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Jan 6, 2025 1:29:47 PM 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:44:27 GMT vboxsync [23309] * trunk/include/iprt/linux/sysfs.h (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) iprt/linux: add APIs for locating device nodes to sysfs APIs Thu, 24 Sep 2009 19:39:07 GMT vboxsync [23308] * trunk/src/VBox/Main/HostImpl.cpp (modified) fix OSE Thu, 24 Sep 2009 17:33:56 GMT vboxsync [23307] * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMSavedState.cpp (copied) VMM: Moved the saved state code out of PGM.cpp and into ... Thu, 24 Sep 2009 17:16:02 GMT vboxsync [23306] * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) PGM: Live state saving work (in progress). 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 17:12:44 GMT vboxsync [23303] * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) Compile fixes Thu, 24 Sep 2009 17:00:38 GMT vboxsync [23302] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTFileExists-generic.cpp (copied) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) IPRT: r52791 repated for RTFileExists. Thu, 24 Sep 2009 16:59:13 GMT vboxsync [23301] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) VBoxNetFlt-solaris.c: be bolder in the claims wrt ... Thu, 24 Sep 2009 16:47:59 GMT vboxsync [23300] * trunk/src/VBox/VMM/VMMAll/SELMAll.cpp (modified) Cut addresses according to the cpu mode. Thu, 24 Sep 2009 16:39:55 GMT vboxsync [23299] * trunk/src/VBox/Runtime/generic/RTDirExists-generic.cpp (modified) build fix. Thu, 24 Sep 2009 16:38:05 GMT vboxsync [23298] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/RTDirExists-generic.cpp (added) * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (modified) RTDirExists: Added a generic implementation for use on Window because ... Thu, 24 Sep 2009 16:38:01 GMT vboxsync [23297] * trunk/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm (modified) Zero out the high parts of all registers in the RC trap handler. Thu, 24 Sep 2009 16:29:16 GMT vboxsync [23296] * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) FE/Qt4: patch Plastique style for Solaris in non-hardened builds as well. Thu, 24 Sep 2009 16:27:51 GMT vboxsync [23295] * trunk/src/VBox/Runtime/generic/RTDirQueryInfo-generic.cpp (modified) RTDirQueryInfo: Resolve symbolic links. Thu, 24 Sep 2009 16:23:43 GMT vboxsync [23293] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: moved global lock to bracket insert/remove ioctls ... Thu, 24 Sep 2009 16:13:15 GMT vboxsync [23292] * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) path-win.cpp: build fix. Thu, 24 Sep 2009 16:08:19 GMT vboxsync [23291] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) IPRT: RTPathQueryInfo and RTPathSetTimes should work on symbolic ... Thu, 24 Sep 2009 15:51:02 GMT vboxsync [23290] * trunk/src/VBox/Frontends/VirtualBox/include/QITreeView.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/QITreeView.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) FE/Qt4: New Storage UI: Tool-Tips support for controller items of ... 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 15:04:16 GMT vboxsync [23287] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) and another fix Thu, 24 Sep 2009 15:01:36 GMT vboxsync [23286] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) simplification to r52775 Thu, 24 Sep 2009 14:56:59 GMT vboxsync [23285] * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp (modified) pass the XAUTHORITY environment variable along with DISPLAY Thu, 24 Sep 2009 13:08:48 GMT vboxsync [23284] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Correction Thu, 24 Sep 2009 13:05:02 GMT vboxsync [23283] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Use atomic operations to update page table entries. Thu, 24 Sep 2009 12:41:35 GMT vboxsync [23282] * trunk/src/VBox/Frontends/VirtualBox/VirtualBox.qrc (modified) * trunk/src/VBox/Frontends/VirtualBox/images/attachment_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/attachment_add_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/attachment_add_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/attachment_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/attachment_remove_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/attachment_remove_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/controller_add_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/controller_add_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/controller_remove_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/controller_remove_disabled_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/floppy_16px.png (added) * trunk/src/VBox/Frontends/VirtualBox/images/hd_add_16px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_add_22px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_add_disabled_16px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_add_disabled_22px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_new_16px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_new_22px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_new_disabled_16px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_new_disabled_22px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_release_16px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_release_22px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_release_disabled_16px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_release_disabled_22px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_remove_16px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_remove_22px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_remove_disabled_16px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/hd_remove_disabled_22px.png (moved) * trunk/src/VBox/Frontends/VirtualBox/images/ide_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/sata_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/images/scsi_16px.png (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsDialogSpecific.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) FE/Qt4: New Storage UI: Icons partially updated (1st update). Thu, 24 Sep 2009 12:22:51 GMT vboxsync [23281] * trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFlt-solaris.c (modified) Solaris/VBoxNetFlt: fixed host panic due to wrong reference counting ... 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 09:38:23 GMT vboxsync [23277] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c (modified) crOpenGL: tabs again Thu, 24 Sep 2009 09:36:54 GMT vboxsync [23276] * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c (modified) crOpenGL: remove todo Thu, 24 Sep 2009 09:34:18 GMT vboxsync [23275] * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c (modified) crOpenGL: evil tabs sneaked in Thu, 24 Sep 2009 09:31:32 GMT vboxsync [23274] * trunk/src/VBox/Additions/common/crOpenGL/icd_drv.c (modified) * trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk (modified) * trunk/src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_glstate.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_protocol.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h (added) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_diff.c (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_glsl.c (added) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_init.c (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_snapshot.c (modified) * trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_special (modified) * trunk/src/VBox/HostServices/SharedOpenGL/Makefile.kmk (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_getshaders.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_glsl.c (added) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_simpleget.py (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_special (modified) crOpenGL: snapshots support for GLSL shaders 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:26:59 GMT vboxsync [23267] * trunk/src/VBox/Frontends/VirtualBox/include/QISplitter.h (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 15:14:12 GMT vboxsync [23263] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp (modified) FE/Qt4-OSX: seems this calculation is different on the Mac Wed, 23 Sep 2009 14:03:48 GMT vboxsync [23262] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsSystem.cpp (modified) FE/Qt4-OSX: more space for the boot order widget Wed, 23 Sep 2009 13:55:09 GMT vboxsync [23261] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) FE/Qt4-OSX: always forget this Wed, 23 Sep 2009 13:49:08 GMT vboxsync [23260] * trunk/src/VBox/Frontends/VirtualBox/include/QIToolButton.h (added) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMLogViewer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsNetwork.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsHD.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsNetwork.ui (modified) * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsSystem.ui (modified) FE/Qt4-OSX: make tool buttons without border 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:32:59 GMT vboxsync [23258] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Disabled unused code for release builds 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 13:27:04 GMT vboxsync [23256] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) FE/Qt4-OSX: a little more space for the focus rect Wed, 23 Sep 2009 12:38:37 GMT vboxsync [23255] * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxHGSMI.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp (modified) Windows guest video driver: NT fixes. Wed, 23 Sep 2009 12:01:35 GMT vboxsync [23254] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Empty line Wed, 23 Sep 2009 11:56:01 GMT vboxsync [23253] * trunk/include/VBox/pci.h (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Bus/PCIInternal.h (modified) DevPCI: Some save state and double underscore cleanup. Wed, 23 Sep 2009 11:09:10 GMT vboxsync [23252] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Backed out 52727; was correct Wed, 23 Sep 2009 10:55:46 GMT vboxsync [23251] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) Used the wrong macro Wed, 23 Sep 2009 10:00:46 GMT vboxsync [23250] * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Deal with dirty page tracking and monitored pages. 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 09:26:23 GMT vboxsync [23248] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceExec.cpp (modified) VBoxServiceExec.cpp: r=bird: drop the if (RT_FAILURE(rc)) since all ... Wed, 23 Sep 2009 09:10:07 GMT vboxsync [23247] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceExec.cpp (modified) VBoxService: Exec: Also let host know the status if successful. Wed, 23 Sep 2009 08:56:22 GMT vboxsync [23246] * trunk/src/VBox/Frontends/VirtualBox/include/QIHotKeyEdit.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsDialogSpecific.cpp (modified) FE/Qt4-OSX: fix r52704 properly 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 Wed, 23 Sep 2009 08:11:50 GMT vboxsync [23244] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Fixed tpr patch restore Wed, 23 Sep 2009 07:57:47 GMT vboxsync [23243] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsDialogSpecific.cpp (modified) FE/Qt4: fix showing of storage page on OSX Wed, 23 Sep 2009 03:29:13 GMT vboxsync [23242] * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) NAT: right msize calculation. Wed, 23 Sep 2009 03:15:55 GMT vboxsync [23241] * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) NAT: do UDP/ICMP errno analisys. Wed, 23 Sep 2009 03:05:17 GMT vboxsync [23240] * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) NAT: update ip pointer on each m_cat. Tue, 22 Sep 2009 22:11:42 GMT vboxsync [23239] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) FE/Qt4: New Storage UI: Medium-related callbacks linked to Storage ... Tue, 22 Sep 2009 21:38:06 GMT vboxsync [23238] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxMediaComboBox.h (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaComboBox.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/VBoxVMSettingsHD.cpp (modified) FE/Qt4: New Storage UI: Settings validation support added. 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:10:41 GMT vboxsync [23234] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) FE/Qt4: New Storage UI: Unique controllers names generation. Tue, 22 Sep 2009 17:07:56 GMT vboxsync [23233] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxSettingsDialogSpecific.cpp (modified) medium-merge: fix osx 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:25:03 GMT vboxsync [23229] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) FE/Qt4: New Storage UI: Fix unnecessary warning in case of no mediums ... 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 16:16:13 GMT vboxsync [23227] * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceExec.cpp (modified) VBoxService: Sysprep: Let the host know if we didn't find sysprep.exe Tue, 22 Sep 2009 16:08:37 GMT vboxsync [23226] * trunk/src/VBox/VMM/HWACCM.cpp (modified) TPR patch restore fix Tue, 22 Sep 2009 16:02:40 GMT vboxsync [23225] * trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsHD.cpp (modified) FE/Qt4: merged New Storage UI: 'Show Diffs' support. Tue, 22 Sep 2009 15:57:05 GMT vboxsync [23224] * trunk/src/VBox/VMM/HWACCM.cpp (modified) Logging updates 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 15:31:04 GMT vboxsync [23221] * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Helper.cpp (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp (modified) VBoxVideo: Logging. Tue, 22 Sep 2009 14:37:01 GMT vboxsync [23220] * trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) Properly emulate task switches caused by IDT gates (VT-x & AMD-V) Tue, 22 Sep 2009 13:29:49 GMT vboxsync [23216] * trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c (modified) Solaris/thread-r0drv-solaris: try calling splx without really calling ... Tue, 22 Sep 2009 13:00:45 GMT vboxsync [23215] * trunk/src/VBox/Runtime/common/log/log.cpp (modified) iprt/log.cpp: RTLOGFLAGS_PREFIX_TIME_PROG for RC. Tue, 22 Sep 2009 12:13:15 GMT vboxsync [23213] * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) OffStart -> offStart; 'off' is an one of the prefixes we use, similar ... Tue, 22 Sep 2009 12:08:33 GMT vboxsync [23212] * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) PDMAsyncCompletionFileNormal.cpp: Fixed harmful casts introduced in ... Tue, 22 Sep 2009 11:43:21 GMT vboxsync [23211] * trunk/src/VBox/VMM/EM.cpp (modified) Logging change Tue, 22 Sep 2009 11:11:36 GMT vboxsync [23210] * trunk/src/VBox/VMM/PGMInternal.h (modified) Disabled PGMPOOL_WITH_OPTIMIZED_DIRTY_PT for the moment Tue, 22 Sep 2009 09:45:30 GMT vboxsync [23208] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) Put back Tue, 22 Sep 2009 09:44:30 GMT vboxsync [23207] * trunk/src/VBox/VMM/PDMAsyncCompletionFileNormal.cpp (modified) Async: fix warnings Tue, 22 Sep 2009 09:41:07 GMT vboxsync [23206] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) Again Tue, 22 Sep 2009 09:36:23 GMT vboxsync [23205] * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) Trying to fix alignment issues 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 ... Tue, 22 Sep 2009 05:31:44 GMT vboxsync [23202] * trunk/src/VBox/Devices/Network/slirp/ip_output.c (modified) * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) NAT: don't hide bugs with extra sizes. Mon, 21 Sep 2009 16:24:25 GMT vboxsync [23201] * trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp (modified) Removed assertion Mon, 21 Sep 2009 16:13:38 GMT vboxsync [23200] * trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp (modified) Extend to all use cases of RTMpPokeCpu Mon, 21 Sep 2009 16:08:03 GMT vboxsync [23199] * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) Accidental commit