# # ChangeLog for trunk/src/VBox/Devices in vbox # # Generated by Trac 1.4.3.2 # Feb 26, 2025 1:19:28 PM Sun, 20 Dec 2009 23:24:59 GMT vboxsync [25528] * trunk/include/iprt/assert.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c (modified) * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvIOC.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR0.def (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/files_vboxdrv (modified) * trunk/src/VBox/HostDrivers/Support/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/Support/linux/files_vboxdrv (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/misc/RTAssertMsg1Weak.cpp (modified) * trunk/src/VBox/Runtime/common/misc/RTAssertMsg2Weak.cpp (modified) * trunk/src/VBox/Runtime/common/misc/RTAssertMsg2WeakV.cpp (added) * trunk/src/VBox/Runtime/common/misc/assert.cpp (modified) * trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp (modified) * trunk/src/VBox/Runtime/common/misc/thread.cpp (modified) * trunk/src/VBox/Runtime/include/internal/assert.h (added) * trunk/src/VBox/Runtime/r0drv/darwin/assert-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/assert-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/assert-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/os2/assert-r0drv-os2.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/assert-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r3/posix/fileaio-posix.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp (modified) * trunk/src/VBox/VMM/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMM.cpp (modified) * trunk/src/VBox/VMM/VMMGC/VMMGC.def (modified) * trunk/src/VBox/VMM/VMMInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.def (modified) * trunk/src/libs/kStuff/iprt/kHlpAssert-iprt.cpp (modified) * trunk/src/recompiler/Sun/testmath.c (modified) * trunk/src/recompiler/VBoxREMWrapper.cpp (modified) IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, ... Fri, 18 Dec 2009 23:03:25 GMT vboxsync [25509] * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h (added) LsiLogic: Start for the SAS controller. Define neccessary pages and ... Fri, 18 Dec 2009 14:32:26 GMT vboxsync [25488] * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) LsiLogic: Fix clipping of read data Fri, 18 Dec 2009 14:28:03 GMT vboxsync [25487] * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) LsiLogic: Implement missing reset method. Fixes Windows 7 guests Wed, 16 Dec 2009 22:19:26 GMT vboxsync [25446] * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) BusLogic: Rewrite guest buffer handling. They are not mapped into R3 ... Tue, 15 Dec 2009 13:16:26 GMT vboxsync [25402] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) * trunk/src/VBox/Devices/Network/slirp/libslirp.h (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: re-establish port-forwarding after savestate / restore state Mon, 14 Dec 2009 21:44:14 GMT vboxsync [25380] * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) LsiLogic: Don't assert when not reading 4 byte from a register. A ... Mon, 14 Dec 2009 19:57:04 GMT vboxsync [25379] * trunk/src/VBox/Devices/PC/Etherboot-src/core/nic.c (modified) * trunk/src/VBox/Devices/PC/Etherboot-src/pcnet32.zrom (modified) Etherboot: fix 16bit wraparound bug in TFTP (#3532) Mon, 14 Dec 2009 19:24:09 GMT vboxsync [25375] * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) warning Mon, 14 Dec 2009 19:20:30 GMT vboxsync [25374] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) warning Mon, 14 Dec 2009 14:11:36 GMT vboxsync [25364] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c (modified) NAT: another close() => closesocket but this time in dead code Mon, 14 Dec 2009 13:16:35 GMT vboxsync [25362] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.h (modified) NAT: apply patch from xtracker 5434: update/create ARP cache entry on ... Mon, 14 Dec 2009 11:08:36 GMT vboxsync [25356] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c (modified) NAT: test for >= 0 is better here Mon, 14 Dec 2009 10:08:50 GMT vboxsync [25353] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_dns.c (modified) NAT: libalias: consider '_' and '-' in host names (xtracker 4537); ... Mon, 14 Dec 2009 10:06:49 GMT vboxsync [25352] * trunk/src/VBox/Devices/Network/slirp/ext.h (modified) NAT: no logging code if logging is disabled Fri, 11 Dec 2009 17:19:13 GMT vboxsync [25339] * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) SrvIntNetR0.cpp: removed leftover. Fri, 11 Dec 2009 17:09:23 GMT vboxsync [25336] * trunk/include/iprt/ntwrap.mac (deleted) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/Devices/Network/win/SrvIntNetR0A-win.asm (deleted) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltA-win.asm (deleted) HostDrivers,SrvIntNetR0,iprt/ntwrap.mac: Removed all the ... Fri, 11 Dec 2009 13:49:48 GMT vboxsync [25328] * trunk/src/VBox/Devices/PC/vbox.dsl (modified) vbox.dsl: Avoid conflicting PS/2 kbd/mouse port assignment; fixes ... Thu, 10 Dec 2009 15:29:24 GMT vboxsync [25305] * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) MPS: removed bogus CPU entry Thu, 10 Dec 2009 14:33:25 GMT vboxsync [25301] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_dns.c (modified) * trunk/src/VBox/Devices/Network/slirp/libalias/alias_nbt.c (modified) NAT: removed annoying warnings Thu, 10 Dec 2009 10:29:57 GMT vboxsync [25292] * trunk/include/iprt/dir.h (modified) * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/testcase/tstShflCase.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) * trunk/src/VBox/Runtime/r3/linux/sysfs.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstDir.cpp (modified) RTDirReadEx parameter to resolve symlinks. Thu, 10 Dec 2009 09:10:55 GMT vboxsync [25290] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) EFI: panic port, cleanup Wed, 09 Dec 2009 16:35:13 GMT vboxsync [25277] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: these two calls of activate_port_forwarding are now obsolete ... Wed, 09 Dec 2009 16:23:51 GMT vboxsync [25276] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_input.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) NAT: force re-activation of port forwarding on link down; coding ... Wed, 09 Dec 2009 10:44:48 GMT vboxsync [25268] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI: warning Wed, 09 Dec 2009 10:43:42 GMT vboxsync [25267] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) DevPCI: warning Wed, 09 Dec 2009 10:41:37 GMT vboxsync [25266] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) NAT: build fixes Wed, 09 Dec 2009 10:34:36 GMT vboxsync [25265] * trunk/src/VBox/Devices/Network/slirp/bootp.c (modified) * trunk/src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_icmp.c (modified) * trunk/src/VBox/Devices/Network/slirp/ip_output.c (modified) * trunk/src/VBox/Devices/Network/slirp/libalias/alias_dns.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: coding style Tue, 08 Dec 2009 10:55:32 GMT vboxsync [25226] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c (modified) * trunk/src/VBox/VMM/PATM/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp (modified) *: Assert(RT_SUCCESS(rc)) -> AssertRC(rc) Mon, 07 Dec 2009 18:04:10 GMT vboxsync [25219] * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) spaces Mon, 07 Dec 2009 18:00:56 GMT vboxsync [25218] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) ACPI: need to update tables if rebasing, was hidden by fact that most ... Mon, 07 Dec 2009 15:41:35 GMT vboxsync [25213] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/include (copied) 2d accel: delay loading gl dlls for win Sat, 05 Dec 2009 10:40:15 GMT vboxsync [25205] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/slirp_state.h (modified) NAT: port-forwarding attempts to active itself till count of ... Fri, 04 Dec 2009 13:56:27 GMT vboxsync [25192] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Storage/DevATA: fix device reset if a transfer redo is pending. ... Fri, 04 Dec 2009 13:52:33 GMT vboxsync [25191] * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) PcBios: Addending to r55590 (another case) Fri, 04 Dec 2009 13:42:19 GMT vboxsync [25190] * trunk/src/VBox/Devices/Storage/ISCSIHDDCore.cpp (modified) whitespace Thu, 03 Dec 2009 15:20:54 GMT vboxsync [25169] * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) virtio-net: don't crash if the guest is trying to send but the ... Thu, 03 Dec 2009 13:08:24 GMT vboxsync [25164] * trunk/src/VBox/Devices/PC/vbox.dsl (modified) ACPI: moved RTC and SMC to southbridge, and enabled RTC ... Thu, 03 Dec 2009 12:57:23 GMT vboxsync [25163] * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) leftover Thu, 03 Dec 2009 12:54:05 GMT vboxsync [25162] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) PcBios: allow to define VBOX_BIOS_DMI_FALLBACK to fallback to default ... Thu, 03 Dec 2009 09:43:03 GMT vboxsync [25158] * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/VirtIO/Virtio.cpp (modified) * trunk/src/VBox/Devices/VirtIO/Virtio.h (modified) #4507: Virtio: csRx removed, cs moved out of GC. Thu, 03 Dec 2009 05:20:05 GMT vboxsync [25157] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c (modified) alias_db.c: consitency, use RTMemFree instead of free() on that so ... Thu, 03 Dec 2009 03:57:40 GMT vboxsync [25156] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c (modified) NAT: freeing allocated socket structure. Wed, 02 Dec 2009 19:11:21 GMT vboxsync [25153] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c (modified) NAT: closing socket without confusing microsoft runtime libraries. Wed, 02 Dec 2009 14:20:41 GMT vboxsync [25148] * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/VirtIO/Virtio.cpp (modified) #3987: Virtio: Fixed the race for TX queue notification state. Tue, 01 Dec 2009 15:58:57 GMT vboxsync [25130] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: unconditional signal. Tue, 01 Dec 2009 13:17:23 GMT vboxsync [25127] * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) DevRTC: Fixed incorrect weekday calculation (two days off). Tue, 01 Dec 2009 12:28:55 GMT vboxsync [25125] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: backed out r55479. Tue, 01 Dec 2009 04:41:27 GMT vboxsync [25119] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c (modified) NAT: typo. Tue, 01 Dec 2009 04:33:04 GMT vboxsync [25118] * trunk/src/VBox/Devices/Network/slirp/libalias/alias_db.c (modified) NAT: sockfd isn't used in VBOX. Mon, 30 Nov 2009 14:20:03 GMT vboxsync [25111] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: Assert Release -> Debug Mon, 30 Nov 2009 14:02:43 GMT vboxsync [25110] * trunk/src/VBox/Devices/Network/DrvNAT.cpp (modified) NAT: critical sections introduced. preventing signaling non-waiting ... Sat, 28 Nov 2009 21:11:05 GMT vboxsync [25073] * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) VMMDevHGCM.cpp: VBOXHGCMCMD::cbCmd isn't very helpful now that the ... Sat, 28 Nov 2009 10:13:53 GMT vboxsync [25068] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA_VBVA: logging. Sat, 28 Nov 2009 09:51:13 GMT vboxsync [25067] * trunk/src/VBox/Devices/Network/slirp/mbuf.c (modified) NAT: disable mbuf water line control. Fri, 27 Nov 2009 19:24:14 GMT vboxsync [25062] * trunk/include/VBox/HGSMI/HGSMI.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/screen.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideoHGSMI.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGASavedState.h (added) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h (modified) * trunk/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp (modified) HGSMI,DevVGA: Use the offset based heap for the hostHeap (resides in ... Fri, 27 Nov 2009 17:55:17 GMT vboxsync [25058] * trunk/src/VBox/Devices/PC/DevAPIC.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.h (modified) EFI: safe part of tables changes (rest to come after branch), ... Fri, 27 Nov 2009 15:01:37 GMT vboxsync [25052] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/include/VBox/pdmifs.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/drv.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/enable.c (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Main/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) HGSMI/VBVA: enable VRDP commands only if there are connected RDP clients. Fri, 27 Nov 2009 13:40:18 GMT vboxsync [25050] * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) HGSMIHost.cpp: Did a quick cleanup of the saved state error handling ... Fri, 27 Nov 2009 12:37:09 GMT vboxsync [25048] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.h (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) DevFwCommon(,DevPcBios,DevEFI): nitpicking - made the prefix ... Thu, 26 Nov 2009 17:06:38 GMT vboxsync [25025] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.h (modified) EFI: system tables work (device side) Thu, 26 Nov 2009 14:48:54 GMT vboxsync [25007] * trunk/src/VBox/Devices/VirtIO (added) * trunk/src/VBox/Devices/VirtIO/Virtio.cpp (added) * trunk/src/VBox/Devices/VirtIO/Virtio.h (added) fix OSE Thu, 26 Nov 2009 09:41:32 GMT vboxsync [24982] * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) Compile fix Thu, 26 Nov 2009 09:31:14 GMT vboxsync [24980] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Virtio.cpp (deleted) * trunk/src/VBox/Devices/Virtio.h (deleted) Moved Virtio files to separate directory Wed, 25 Nov 2009 22:30:34 GMT vboxsync [24975] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) VMDK: Async I/O not supported for hosted sparse files. Return ... Wed, 25 Nov 2009 16:28:29 GMT vboxsync [24964] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Devices/PC/DevFwCommon.cpp (modified) EFI: cleanup, ACPI WIP Wed, 25 Nov 2009 14:49:10 GMT vboxsync [24957] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) EFI: CPU count getter misplaced Wed, 25 Nov 2009 12:39:24 GMT vboxsync [24951] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) EFI: further compatibility work Wed, 25 Nov 2009 11:46:46 GMT vboxsync [24945] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) AHCI: Fix 64bit build Wed, 25 Nov 2009 11:36:28 GMT vboxsync [24944] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) AHCI: Fix STAM alignment Wed, 25 Nov 2009 11:12:12 GMT vboxsync [24940] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA_VBVA: save mouse pointer shape data only if shape is present. Wed, 25 Nov 2009 08:34:23 GMT vboxsync [24926] * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) 2d accel: clear the Graphics Device IRQ in case it is set on reset Tue, 24 Nov 2009 22:59:37 GMT vboxsync [24925] * trunk/include/VBox/VBoxVideo.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) 2d video: fix VM reset issues Tue, 24 Nov 2009 15:21:07 GMT vboxsync [24916] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Storage/VMDK: fix buffers for really huge VMDK files split into 2G ... Tue, 24 Nov 2009 09:01:37 GMT vboxsync [24887] * trunk/src/VBox/Devices/Storage/VBoxHDD.cpp (modified) VBoxHDD: print error IPRT error code Mon, 23 Nov 2009 17:02:07 GMT vboxsync [24880] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) pcnetLiveExec: wrong return value. Mon, 23 Nov 2009 10:43:00 GMT vboxsync [24862] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) DevEFI: fixed default EfiRom Mon, 23 Nov 2009 09:56:20 GMT vboxsync [24858] * trunk/Makefile.kmk (modified) * trunk/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd (moved) * trunk/src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd (moved) * 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/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) EFI: more bitness work Sun, 22 Nov 2009 17:07:33 GMT vboxsync [24853] * trunk/src/VBox/Devices/Network/lwip/src/core/sys.c (modified) gcc warnings Sat, 21 Nov 2009 09:50:32 GMT vboxsync [24839] * trunk/src/VBox/Devices/EFI/Thunk/EfiThunk.asm (modified) EFI: move initial stack closer to thunk location. Sat, 21 Nov 2009 08:33:56 GMT vboxsync [24838] * trunk/src/VBox/Devices/EFI/FirmwareBin/vboxefi64.fv (added) fix OSE Fri, 20 Nov 2009 20:51:12 GMT vboxsync [24834] * trunk/include/VBox/log.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/Virtio.cpp (added) * trunk/src/VBox/Devices/Virtio.h (added) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) #3987: Virtio: Split DevVirtioNet.cpp into three files. Fri, 20 Nov 2009 13:34:44 GMT vboxsync [24822] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Main/ConsoleImpl2.cpp (modified) EFI: correct 64-bit entry points Fri, 20 Nov 2009 10:14:25 GMT vboxsync [24818] * trunk/Makefile.kmk (modified) * trunk/src/VBox/Devices/EFI/FirmwareBin/vboxefi.fv (modified) * trunk/src/VBox/Installer/freebsd/Makefile.kmk (modified) * trunk/src/VBox/Installer/linux/Makefile.kmk (modified) * trunk/src/VBox/Installer/solaris/Makefile.kmk (modified) EFI: build and pack 64-bit firmware Thu, 19 Nov 2009 15:34:31 GMT vboxsync [24798] * 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) EFI: flags suffix X64->AMD64. Thu, 19 Nov 2009 14:48:18 GMT vboxsync [24792] * trunk/src/VBox/Devices/Serial/DevSerial.cpp (modified) DevSerial: No limit to the number of serial devices. Thu, 19 Nov 2009 14:21:54 GMT vboxsync [24790] * 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) EFI: EFI 64-bit host support. Thu, 19 Nov 2009 09:50:47 GMT vboxsync [24779] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA_VBVA: avoid crash if callback is NULL (xTracker 4461). Thu, 19 Nov 2009 09:25:29 GMT vboxsync [24778] * trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp (modified) Storage/VMDK: mostly cosmetic change to the code which writes VMDK ... Wed, 18 Nov 2009 19:10:17 GMT vboxsync [24772] * trunk/src/VBox/Devices/Storage/ATAController.cpp (modified) * trunk/src/VBox/Devices/Storage/ATAController.h (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI,ATAController: Async hanlding of reset, suspend and power off. Wed, 18 Nov 2009 16:11:58 GMT vboxsync [24761] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) Storage/ATA: clear pending DMA on controller reset (and on command ... Wed, 18 Nov 2009 16:05:27 GMT vboxsync [24760] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI: A little cleanup. Wed, 18 Nov 2009 12:55:18 GMT vboxsync [24757] * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) #3987: Virtio: Control queue implementation and address filtering. Wed, 18 Nov 2009 01:13:11 GMT vboxsync [24751] * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) DrvSCSI: Converted to async reset, suspend and power off notification ... Wed, 18 Nov 2009 00:37:54 GMT vboxsync [24750] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) DevAHCI: copy&past comments. Wed, 18 Nov 2009 00:32:14 GMT vboxsync [24749] * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeGC.cpp (modified) DevAHCI: async suspend, reset and power off handling for the SATA part. Tue, 17 Nov 2009 23:37:40 GMT vboxsync [24747] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevATA: Cleanup the waiting for idle stuff... only ataR3Construct ... Tue, 17 Nov 2009 23:02:47 GMT vboxsync [24746] * trunk/Config.kmk (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) AsyncCompletion: Make it possible to enable the new I/O path with a ... Tue, 17 Nov 2009 22:34:09 GMT vboxsync [24745] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevATA: Async reset handling, protect reset or we'll die. Tue, 17 Nov 2009 21:44:52 GMT vboxsync [24741] * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) DevATA: Use the async notification handling.