# # ChangeLog for trunk/src/VBox in vbox # # Generated by Trac 1.4.3.2 # Apr 12, 2025 12:26:48 PM Mon, 10 Sep 2007 02:33:54 GMT vboxsync [4643] * trunk/src/VBox/Devices/Network/DrvTAPOs2.cpp (modified) A couple of fixes. Mon, 10 Sep 2007 01:38:09 GMT vboxsync [4642] * trunk/src/VBox/Devices/Builtins.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DrvTAPOs2.cpp (modified) Compilable TAP driver for OS/2. Mon, 10 Sep 2007 01:04:18 GMT vboxsync [4641] * trunk/src/VBox/Devices/Network/DrvTAP.cpp (modified) a review todo Sun, 09 Sep 2007 20:07:55 GMT vboxsync [4640] * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) warning Sun, 09 Sep 2007 20:05:50 GMT vboxsync [4639] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) warning Sun, 09 Sep 2007 08:42:06 GMT vboxsync [4637] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.h (modified) most RT_OS_LINUX -> VBOXSDL_WITH_X11. On e OS/2 workaround. Sun, 09 Sep 2007 06:16:45 GMT vboxsync [4636] * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) Fixed bug in rtPathUserHomeByEnv. Sun, 09 Sep 2007 03:28:04 GMT vboxsync [4632] * trunk/src/VBox/Main/ConsoleVRDPServer.cpp (modified) don't try call USBClientResponseCallback unless we're building with ... Sat, 08 Sep 2007 07:00:57 GMT vboxsync [4625] * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) Forgot this USE_PDMTHREAD usage. Sat, 08 Sep 2007 06:32:00 GMT vboxsync [4624] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) The USE_PDMTHREAD stuff seems to work fine, dropped the old code. Sat, 08 Sep 2007 06:29:24 GMT vboxsync [4623] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) file header Sat, 08 Sep 2007 06:28:46 GMT vboxsync [4622] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) FreeBSD if_pcn fixes: - pci subsystem id and subsystem vendor id ... Sat, 08 Sep 2007 03:02:59 GMT vboxsync [4621] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) pgmPhysCacheAdd doesn't look like it's SMP safe, at least I got a ... Sat, 08 Sep 2007 00:39:30 GMT vboxsync [4620] * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/PGMHandler.cpp (modified) * trunk/src/VBox/VMM/PGMInternal.h (modified) * trunk/src/VBox/VMM/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllBth.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllGst.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp (modified) * trunk/src/VBox/VMM/VMMGC/PGMGC.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp (modified) The initial PGMRAMRANGE::aHCPhys -> PGMRAMRANGE::aPages (PGMPAGE) ... Fri, 07 Sep 2007 19:34:00 GMT vboxsync [4616] * trunk/include/VBox/rem.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/REMAll.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) Ditto for REM(R3)NotifyHandlerPhysicalDeregister. Fri, 07 Sep 2007 19:25:16 GMT vboxsync [4615] * trunk/include/VBox/rem.h (modified) * trunk/src/VBox/VMM/REMInternal.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp (modified) * trunk/src/VBox/VMM/VMMAll/REMAll.cpp (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) REM(R3)NotifyHandlerPhysicalModify no longer needs a pvHC pointer, ... Fri, 07 Sep 2007 19:17:15 GMT vboxsync [4614] * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) Don't bother about unresolved externals in fake mode. And please, do ... Fri, 07 Sep 2007 15:26:28 GMT vboxsync [4612] * trunk/src/VBox/Additions/WINNT/VBoxGuest/NTLegacy.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuestPnP.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest_Internal.h (modified) Implemented ballooning on the guest side. (completely untested and ... Fri, 07 Sep 2007 13:53:04 GMT vboxsync [4611] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) Updates Fri, 07 Sep 2007 12:43:54 GMT vboxsync [4610] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Fix Fri, 07 Sep 2007 12:24:15 GMT vboxsync [4609] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Updates Fri, 07 Sep 2007 12:19:53 GMT vboxsync [4608] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Missing stat Fri, 07 Sep 2007 12:12:25 GMT vboxsync [4607] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Correction Fri, 07 Sep 2007 12:11:58 GMT vboxsync [4606] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Round up Fri, 07 Sep 2007 12:10:36 GMT vboxsync [4605] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Round up Fri, 07 Sep 2007 11:34:50 GMT vboxsync [4604] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Corrections Fri, 07 Sep 2007 11:33:35 GMT vboxsync [4603] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) another small fix, thx Ronny Standtke Fri, 07 Sep 2007 11:21:26 GMT vboxsync [4602] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) Formatting Fri, 07 Sep 2007 10:23:33 GMT vboxsync [4601] * trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified) some German nls fixes after reports from users Fri, 07 Sep 2007 09:52:06 GMT vboxsync [4599] * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) More logging Fri, 07 Sep 2007 09:23:11 GMT vboxsync [4598] * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) Only check for vmx root mode for 64 bits hosts. Fri, 07 Sep 2007 09:02:37 GMT vboxsync [4597] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (modified) Logging updates Fri, 07 Sep 2007 09:01:38 GMT vboxsync [4596] * trunk/Config.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) License key file only on Linux Fri, 07 Sep 2007 08:53:49 GMT vboxsync [4595] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.cpp (added) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxMemBalloon.h (added) Export Fri, 07 Sep 2007 08:53:27 GMT vboxsync [4594] * trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.cpp (moved) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxStatistics.h (moved) Split up stats & memory balloon management Fri, 07 Sep 2007 08:01:32 GMT vboxsync [4593] * trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac (modified) Don't modify the X86_CR4_VMXE flag. Fri, 07 Sep 2007 04:35:17 GMT vboxsync [4592] * trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp (modified) Give up earlier, esp. if we're not the EMT - just had EMT in a HLT ... Fri, 07 Sep 2007 01:26:43 GMT vboxsync [4591] * trunk/include/VBox/mm.h (modified) * trunk/include/VBox/pgm.h (modified) * trunk/src/VBox/VMM/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) PGMPhysGCPhys2CCPtr + PGMPhysGCPhys2CCPtrRelease. Started on the ... Thu, 06 Sep 2007 19:30:38 GMT vboxsync [4590] * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) actually enable the GUI PUEL check Thu, 06 Sep 2007 18:53:16 GMT vboxsync [4589] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) not for OSE Thu, 06 Sep 2007 18:06:32 GMT vboxsync [4588] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) AssertRC(rc) == Assert(RT_SUCCESS(rc)) + NOREF(rc) + better message. Thu, 06 Sep 2007 16:46:50 GMT vboxsync [4586] * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) added License.html to Linux packages Thu, 06 Sep 2007 15:52:39 GMT vboxsync [4585] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxGuest.cpp (modified) Update Thu, 06 Sep 2007 15:52:15 GMT vboxsync [4584] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) bin/VirtualBox predepends License-n.n.html Thu, 06 Sep 2007 15:50:23 GMT vboxsync [4582] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) Sergey: change License file format to License-n.n.html Thu, 06 Sep 2007 15:44:45 GMT vboxsync [4581] * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxGuest.cpp (modified) Corrected logging Thu, 06 Sep 2007 15:14:33 GMT vboxsync [4580] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) todo added Thu, 06 Sep 2007 14:50:26 GMT vboxsync [4579] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Updates Thu, 06 Sep 2007 14:44:39 GMT vboxsync [4578] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Update Thu, 06 Sep 2007 14:43:10 GMT vboxsync [4577] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Corrections Thu, 06 Sep 2007 14:42:35 GMT vboxsync [4576] * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) compile fix Thu, 06 Sep 2007 14:41:38 GMT vboxsync [4575] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxGuest.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Updates Thu, 06 Sep 2007 14:33:17 GMT vboxsync [4574] * trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard.c (modified) * trunk/src/VBox/Frontends/VirtualBox/src/linux/keyboard_outofwine.h (modified) Linux host keyboard handler: fixed support for Brazilian, Belgian, US ... Thu, 06 Sep 2007 14:25:36 GMT vboxsync [4573] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxGuest.cpp (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) More statistics. Started implementing the guest side. Thu, 06 Sep 2007 13:47:22 GMT vboxsync [4572] * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (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/VBoxProblemReporter.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) 2292: Remove license display from .deb: License Viewer implemented: ... Thu, 06 Sep 2007 12:31:23 GMT vboxsync [4571] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) Future proof Thu, 06 Sep 2007 12:20:12 GMT vboxsync [4570] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Main/GuestImpl.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) More guest statistics Thu, 06 Sep 2007 11:33:41 GMT vboxsync [4569] * trunk/src/VBox/VMM/PDMDevice.cpp (modified) Read and write to GC virt is only allowed from EMT. Thu, 06 Sep 2007 11:20:27 GMT vboxsync [4568] * trunk/src/VBox/VMM/PDMDevice.cpp (modified) Compile fix Thu, 06 Sep 2007 11:14:48 GMT vboxsync [4566] * trunk/src/VBox/VMM/PDMDevice.cpp (modified) Cleaned up Thu, 06 Sep 2007 11:14:37 GMT vboxsync [4565] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) GC phys to HC virt shortcut no longer allowed. Thu, 06 Sep 2007 11:11:56 GMT vboxsync [4564] * trunk/src/VBox/VMM/PDMDevice.cpp (modified) Don't allow gc to hc virt address conversions from non-EMT threads. Thu, 06 Sep 2007 09:57:12 GMT vboxsync [4563] * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) Add a release log message when PGMPhysGCPhys2HCPtr fails Thu, 06 Sep 2007 09:54:06 GMT vboxsync [4561] * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) Try to minimize gc to hc ptr conversion abuse. Thu, 06 Sep 2007 08:47:05 GMT vboxsync [4558] * trunk/include/VBox/pdmdev.h (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) Added PDMDEVHLP::pfnPhysGCPtr2GCPhys Thu, 06 Sep 2007 06:59:25 GMT vboxsync [4557] * trunk/src/VBox/Frontends/VirtualBox/src/COMDefs.cpp (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) Main: Attempted to fix the CoInitializeEx race condition (#2304). Thu, 06 Sep 2007 00:24:45 GMT vboxsync [4556] * trunk/src/VBox/Runtime/r3/posix/path-posix.cpp (modified) blanks and (long). Thu, 06 Sep 2007 00:24:20 GMT vboxsync [4555] * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) the psinfo format is psinfo_t. Wed, 05 Sep 2007 23:58:24 GMT vboxsync [4554] * trunk/src/VBox/Frontends/VBoxBFE/SDLConsole.cpp (modified) The X11 key translation doesn't work on solaris, using the fallback ... Wed, 05 Sep 2007 23:50:37 GMT vboxsync [4553] * trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) a couple of RT_OS_LINUX -> VBOXBFE_WITH_X11 for FreeBSD and Solaris Wed, 05 Sep 2007 23:26:06 GMT vboxsync [4551] * trunk/src/VBox/VMM/EM.cpp (modified) EMSTATE_NONE Wed, 05 Sep 2007 22:38:11 GMT vboxsync [4550] * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) another place 'u' needs to be undefined. Wed, 05 Sep 2007 22:30:37 GMT vboxsync [4549] * trunk/src/VBox/VMM/Makefile.kmk (modified) overlooked some import libs... Wed, 05 Sep 2007 22:03:59 GMT vboxsync [4547] * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) Only use SUPR0 on pe and lx targets. ditto for VMMGCBuiltin. Wed, 05 Sep 2007 22:03:43 GMT vboxsync [4546] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) Only use SUPR0 on pe and lx targets. ditto for VMMGCBuiltin. Wed, 05 Sep 2007 21:47:02 GMT vboxsync [4545] * trunk/src/VBox/Runtime/Makefile.kmk (modified) I'm missing r0drv/solaris/semeventmulti-r0drv-solaris.c for some ... Wed, 05 Sep 2007 21:46:29 GMT vboxsync [4544] * trunk/src/VBox/Runtime/r0drv/solaris/the-solaris-kernel.h (modified) 'u' is #defined by sys/user.h when in _KERNEL mode, that's great ... Wed, 05 Sep 2007 21:45:30 GMT vboxsync [4543] * trunk/src/VBox/Runtime/r0drv/solaris/alloc-r0drv-solaris.c (modified) Spaces. Wed, 05 Sep 2007 20:07:47 GMT vboxsync [4542] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/the-freebsd-kernel.h (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/timer-r0drv-freebsd.c (modified) Some freebsd fixes. Wed, 05 Sep 2007 19:06:21 GMT vboxsync [4540] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/pointer.c (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) Implemented notification for guest about an active VRDP connection. Wed, 05 Sep 2007 16:53:45 GMT vboxsync [4539] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) Modified double-scan and non-zero starting row scan count handling. ... Wed, 05 Sep 2007 15:14:25 GMT vboxsync [4538] * trunk/src/VBox/Runtime/VBox/logbackdoor.cpp (modified) Made logbackdoor.cpp compile with a C compiler Wed, 05 Sep 2007 15:09:26 GMT vboxsync [4537] * trunk/src/VBox/VMM/PGM.cpp (modified) fallback notes. Wed, 05 Sep 2007 14:46:53 GMT vboxsync [4536] * trunk/src/VBox/VMM/PGM.cpp (modified) mapping cache notes. Wed, 05 Sep 2007 14:02:30 GMT vboxsync [4534] * trunk/src/VBox/Runtime/generic/env-generic.cpp (modified) FreeBSD needs extern char **environ; Assume the other BSD needs this too. Wed, 05 Sep 2007 13:18:07 GMT vboxsync [4533] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Cleaned up a bit Wed, 05 Sep 2007 13:13:07 GMT vboxsync [4532] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Main/VMMDevInterface.cpp (modified) Memory balloon size change updates Wed, 05 Sep 2007 10:10:22 GMT vboxsync [4531] * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp (modified) 1903: Finalize DirectDraw rendering method: Issue for intel-915 (at ... Wed, 05 Sep 2007 09:58:09 GMT vboxsync [4530] * trunk/src/VBox/Main/xml/VirtualBox-settings-common.xsd (modified) Wrong xml property name Wed, 05 Sep 2007 09:34:11 GMT vboxsync [4529] * trunk/src/VBox/Main/GuestImpl.cpp (modified) Query memory balloon size & statistics update interval during IGuest ... Wed, 05 Sep 2007 09:19:39 GMT vboxsync [4528] * trunk/src/VBox/Main/GuestImpl.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/VirtualBox-settings-common.xsd (modified) Guest statistics interval updates (xml, imachine, iguest) Wed, 05 Sep 2007 08:59:02 GMT vboxsync [4527] * trunk/src/VBox/Frontends/VirtualBox/ui/VBoxGlobalSettingsDlg.ui.h (modified) warning Wed, 05 Sep 2007 08:50:42 GMT vboxsync [4526] * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) Compile fix Wed, 05 Sep 2007 08:46:30 GMT vboxsync [4525] * trunk/src/VBox/Devices/PC/BIOS/logo.c (modified) F12 boot menu Floppy selection fixed. Wed, 05 Sep 2007 08:34:25 GMT vboxsync [4524] * trunk/include/VBox/VBoxGuest.h (modified) * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxGuest/VBoxGuest.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxService/VBoxGuest.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VBoxDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) Updates for guest statistics Wed, 05 Sep 2007 07:54:10 GMT vboxsync [4523] * trunk/src/VBox/Devices/Makefile.kmk (modified) do not build on OSE Wed, 05 Sep 2007 07:43:09 GMT vboxsync [4522] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD-newInternal.h (modified) * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Add StorageCraft Backup images as HDD format Wed, 05 Sep 2007 07:39:34 GMT vboxsync [4521] * trunk/src/VBox/Devices/Audio/audio.c (modified) * trunk/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp (modified) * trunk/src/VBox/Main/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) Fixes for taking the address of a va_list parameter. (must make stack ... Wed, 05 Sep 2007 07:17:14 GMT vboxsync [4520] * trunk/src/VBox/VMM/VMMAll/VMAll.cpp (modified) * trunk/src/VBox/VMM/testcase/tstVMREQ.cpp (modified) Don't take the address of a va_list parameter. must va_copy it first ... Tue, 04 Sep 2007 14:41:22 GMT vboxsync [4518] * trunk/src/VBox/VMM/PGM.cpp (modified) more words.