# # ChangeLog for trunk/src/VBox/Devices in vbox # # Generated by Trac 1.4.3.2 # Dec 12, 2024 10:04:53 AM Mon, 23 Apr 2018 14:04:04 GMT vboxsync [71982] * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) * trunk/src/VBox/Devices/Network/slirp/tcp_subr.c (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: (re)implement --nataliasmode sameports because the libalias ... Sun, 22 Apr 2018 17:16:00 GMT vboxsync [71964] * trunk/src/VBox/Devices/Storage/UsbMsd.cpp (modified) Devices/Storage/UsbMsd: Notify lower drivers about suspend (missed ... Fri, 20 Apr 2018 14:10:36 GMT vboxsync [71945] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.c (modified) * trunk/src/VBox/Devices/Network/slirp/socket.h (modified) * trunk/src/VBox/Devices/Network/slirp/udp.c (modified) NAT: unifdef -U VBOX_WITH_NAT_UDP_SOCKET_CLONE - g/c old experiment. Fri, 20 Apr 2018 13:56:33 GMT vboxsync [71944] * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) Applied patch for (bugref:9098) Dev/VirtioNet: no sends on ... Fri, 20 Apr 2018 13:11:30 GMT vboxsync [71940] * trunk/src/VBox/Devices/Network/slirp/slirp.c (modified) slirp: log libalias mode in release log if set. Fri, 20 Apr 2018 10:25:39 GMT vboxsync [71931] * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) VMMDev: fixed restoring VMs which do not use HGCM. Wed, 18 Apr 2018 16:43:38 GMT vboxsync [71904] * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) 3D: bugref:9126, validate location of HGSM flags Wed, 18 Apr 2018 10:55:06 GMT vboxsync [71893] * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) DevVGA: Code cleanup in progress. bugref:9094 Wed, 18 Apr 2018 10:52:37 GMT vboxsync [71892] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) DevACPI: nit Wed, 18 Apr 2018 09:15:38 GMT vboxsync [71891] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevHGCM.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) VMMDev: VMMDevHGCM rewrite Thu, 12 Apr 2018 15:43:55 GMT vboxsync [71853] * trunk/src/VBox/Devices/PC/DevIoApic.cpp (modified) DevIoApic.cpp: paranoia Wed, 11 Apr 2018 17:23:35 GMT vboxsync [71831] * trunk/src/VBox/Devices/PC/DevLpc-new.cpp (modified) DevLPC-new: Build fix. bugref:7000 Wed, 11 Apr 2018 17:17:06 GMT vboxsync [71829] * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/PC/DevLpc-new.cpp (added) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) * trunk/src/VBox/Devices/build/VBoxDD2.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD2.h (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) DevLPC-new: Kicked off new LPC implementation. bugref:7000 Wed, 11 Apr 2018 12:06:34 GMT vboxsync [71821] * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) DevPit: Increased paranoia level a little. Wed, 11 Apr 2018 11:59:14 GMT vboxsync [71820] * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) DevPcBios: Increased paranoia level in pcbiosIOPortWrite a little. Wed, 11 Apr 2018 01:00:30 GMT vboxsync [71812] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) DevACPI: fix previous. Tue, 10 Apr 2018 16:33:34 GMT vboxsync [71811] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) DevACPI: check u8SMBusBlkIdx on saved state load. Tue, 10 Apr 2018 11:49:53 GMT vboxsync [71809] * trunk/src/VBox/Devices/PC/DevACPI.cpp (modified) * trunk/src/VBox/Devices/PC/DevDMA.cpp (modified) * trunk/src/VBox/Devices/PC/DevHPET.cpp (modified) * trunk/src/VBox/Devices/PC/DevIoApic.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcArch.cpp (modified) * trunk/src/VBox/Devices/PC/DevPcBios.cpp (modified) * trunk/src/VBox/Devices/PC/DevPit-i8254.cpp (modified) * trunk/src/VBox/Devices/PC/DevRTC.cpp (modified) PC/Dev*: nits Tue, 10 Apr 2018 11:42:48 GMT vboxsync [71808] * trunk/src/VBox/Devices/Parallel/DevParallel.cpp (modified) DevParallel: nits Tue, 10 Apr 2018 10:08:46 GMT vboxsync [71807] * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvSCSI.cpp (modified) Devices/Storage: Forgot to commit files Mon, 09 Apr 2018 16:20:20 GMT vboxsync [71790] * trunk/src/VBox/Devices/Network/DevPCNet.cpp (modified) DevPCNet: be paranoid about RAP when loading. Mon, 09 Apr 2018 16:09:39 GMT vboxsync [71789] * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) DevVirtioNet: More paranoia. Mon, 09 Apr 2018 16:06:34 GMT vboxsync [71788] * trunk/src/VBox/Devices/Network/DevE1000.cpp (modified) * trunk/src/VBox/Devices/Network/DevVirtioNet.cpp (modified) * trunk/src/VBox/Devices/VirtIO/Virtio.cpp (modified) DevVirtioNet: A couple of todos and paranoia. Mon, 09 Apr 2018 15:32:35 GMT vboxsync [71780] * trunk/src/VBox/Devices/Misc/VirtualKD.cpp (modified) VirtualKD: Heed PDMDevHlpIOPortRegister status. Mon, 09 Apr 2018 15:27:34 GMT vboxsync [71779] * trunk/src/VBox/Devices/Input/UsbKbd.cpp (modified) * trunk/src/VBox/Devices/Input/UsbMouse.cpp (modified) USB*: no else after return Mon, 09 Apr 2018 15:18:03 GMT vboxsync [71778] * trunk/src/VBox/Devices/GIMDev/GIMDev.cpp (modified) GIMDev: function order. Mon, 09 Apr 2018 15:15:14 GMT vboxsync [71777] * trunk/src/VBox/Devices/EFI/DevEFI.cpp (modified) DevEFI: nits Mon, 09 Apr 2018 14:58:05 GMT vboxsync [71776] * trunk/src/VBox/Devices/EFI/DevSmc.cpp (modified) DevSmc: assert on I/O port registration sanity. Mon, 09 Apr 2018 14:54:57 GMT vboxsync [71775] * trunk/include/VBox/vmm/pdmstorageifs.h (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevBusLogic.cpp (modified) * trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) Devices/Storage: Properly account for requests currently waiting for ... Mon, 09 Apr 2018 14:50:53 GMT vboxsync [71774] * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) PCI: Added a tiny bit of paranoia to address splitup. Mon, 09 Apr 2018 14:35:02 GMT vboxsync [71773] * trunk/src/VBox/Devices/Bus/MsiCommon.cpp (modified) * trunk/src/VBox/Devices/Bus/MsiCommon.h (modified) * trunk/src/VBox/Devices/Bus/MsixCommon.cpp (modified) Msi: docs cleanups Mon, 09 Apr 2018 14:27:54 GMT vboxsync [71772] * trunk/src/VBox/Devices/Bus/MsixCommon.cpp (modified) Msi: Some R3 prefixes and some clenaup. [build fix] Mon, 09 Apr 2018 14:22:43 GMT vboxsync [71771] * trunk/src/VBox/Devices/Bus/MsixCommon.cpp (modified) Msi: Some R3 prefixes and some clenaup. [build fix] Mon, 09 Apr 2018 14:22:03 GMT vboxsync [71770] * trunk/src/VBox/Devices/Bus/MsixCommon.cpp (modified) Msi: Some R3 prefixes and some clenaup. [build fix] Mon, 09 Apr 2018 14:14:17 GMT vboxsync [71769] * trunk/src/VBox/Devices/Bus/MsixCommon.cpp (modified) Msi: Some R3 prefixes and some clenaup. Mon, 09 Apr 2018 14:10:52 GMT vboxsync [71768] * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/Devices/Bus/MsiCommon.cpp (modified) * trunk/src/VBox/Devices/Bus/MsiCommon.h (modified) * trunk/src/VBox/Devices/Bus/MsixCommon.cpp (modified) Msi: Some R3 prefixes and some clenaup. Mon, 09 Apr 2018 11:08:31 GMT vboxsync [71767] * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) DevHDA: Follow-up to r121836 (hdaTimerSet). Mon, 09 Apr 2018 10:56:56 GMT vboxsync [71766] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: drop confusing if (pCfgHost) check in sb16CreateDrvStream. Mon, 09 Apr 2018 10:56:03 GMT vboxsync [71765] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: Don't use RTStrPrintf to name streams 'Output'; eliminated ... Mon, 09 Apr 2018 10:47:02 GMT vboxsync [71763] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: Moved functions around a little to get a more usual grouping. Mon, 09 Apr 2018 10:43:14 GMT vboxsync [71762] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: Moved functions around a little to get a more usual grouping. Mon, 09 Apr 2018 10:36:51 GMT vboxsync [71761] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) DevIchAc97/timer: Paused mplayer fooling me. The timer does stop when ... Mon, 09 Apr 2018 09:32:41 GMT vboxsync [71756] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) DevIchAc97: Injected 'R3' into function prefixes where relevant and ... Mon, 09 Apr 2018 01:27:04 GMT vboxsync [71754] * trunk/src/VBox/Devices/Audio/DevHDACommon.h (modified) * trunk/src/VBox/Devices/Audio/HDAStream.h (modified) * trunk/src/VBox/Devices/Audio/HDAStreamMap.h (modified) * trunk/src/VBox/Devices/Audio/HDAStreamPeriod.h (modified) DevHDA: Alignment fixing. Mon, 09 Apr 2018 01:15:57 GMT vboxsync [71753] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) DevIchAc97: Alignment fixing. Mon, 09 Apr 2018 00:53:45 GMT vboxsync [71752] * trunk/include/VBox/vmm/pdmaudioifs.h (modified) * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Audio/testcase/tstAudioMixBuffer.cpp (modified) DevIchAc97: Alignment fixing. Sun, 08 Apr 2018 23:05:36 GMT vboxsync [71751] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) DevIchAc97: Do simple stuff (most stuff actually) in ring-0 / rawmode ... Sun, 08 Apr 2018 14:52:31 GMT vboxsync [71750] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) DevIchAc97: Remove incorrect locking nodes in I/O port handlers. Sun, 08 Apr 2018 14:36:41 GMT vboxsync [71748] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way ... Sun, 08 Apr 2018 14:34:55 GMT vboxsync [71747] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: mixer_regs should be 'uint8_t' rather than 'int', this way ... Sun, 08 Apr 2018 14:31:11 GMT vboxsync [71746] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: Stop using the IO_WRITE_PROTO and IO_READ_PROTO macros. Sat, 07 Apr 2018 22:40:33 GMT vboxsync [71745] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: mixer_write_datab & mixer_write_indexb are works for I/O ... Sat, 07 Apr 2018 22:33:03 GMT vboxsync [71744] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16: Fixed initialization order so we don't crash in sb16Destruct ... Sat, 07 Apr 2018 22:25:47 GMT vboxsync [71743] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevSB16.cpp,DevHDA.cpp: Just put markers on the ... Sat, 07 Apr 2018 22:25:41 GMT vboxsync [71742] * trunk/src/VBox/Devices/Audio/DevSB16.cpp (modified) DevSB16.cpp,DevHDA.cpp: Just put markers on the ... Sat, 07 Apr 2018 22:24:29 GMT vboxsync [71741] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) DevIchAc97.cpp: some cleanups. Sat, 07 Apr 2018 22:08:11 GMT vboxsync [71740] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: Added a @todo regarding PDMDevHlpPhysRead vs ... Sat, 07 Apr 2018 21:44:18 GMT vboxsync [71738] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) DevAC97: AC97SOUNDSOURCE_LAST_INDEX -> AC97SOUNDSOURCE_END_INDEX, as ... Sat, 07 Apr 2018 21:42:19 GMT vboxsync [71737] * trunk/src/VBox/Devices/Audio/DevIchAc97.cpp (modified) DevAC97: tiny cleanups Sat, 07 Apr 2018 21:29:18 GMT vboxsync [71736] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDACommon.h (modified) * trunk/src/VBox/Devices/Audio/HDAStream.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.h (modified) * trunk/src/VBox/Devices/Audio/HDAStreamChannel.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStreamChannel.h (modified) * trunk/src/VBox/Devices/Audio/HDAStreamMap.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStreamMap.h (modified) * trunk/src/VBox/Devices/Audio/HDAStreamPeriod.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStreamPeriod.h (modified) DevHDA: Use hdaR3 as prefix for ring-3 only methods to make it less ... Sat, 07 Apr 2018 14:55:31 GMT vboxsync [71735] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDACommon.h (modified) * trunk/src/VBox/Devices/Audio/HDAStream.cpp (modified) DevHDACommon.cpp: The two hdaProcessInterrupt() prototypes was ... Sat, 07 Apr 2018 14:46:01 GMT vboxsync [71734] * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) DevHDACommon: Added review comment on some inexplicable code in ... Sat, 07 Apr 2018 14:35:47 GMT vboxsync [71733] * trunk/src/VBox/Devices/Audio/HDAStream.h (modified) * trunk/src/VBox/Devices/Audio/HDAStreamPeriod.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStreamPeriod.h (modified) HDAStreamPeriod.cpp: No point in hdaStreamPeriodCreate returning ... Sat, 07 Apr 2018 14:32:14 GMT vboxsync [71732] * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) Devices/testcase: Detect undef/define of DEBUG, LOG_ENABLED, ... Sat, 07 Apr 2018 14:10:34 GMT vboxsync [71731] * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/VMM/testcase/tstHelp.h (modified) tstDeviceStructSize,tstHelp.h: Fixed cast in CHECK_SIZE that can ... Sat, 07 Apr 2018 13:57:45 GMT vboxsync [71730] * trunk/src/VBox/Devices/Audio/DevHDA.h (modified) no need for flowerboxes in headers Fri, 06 Apr 2018 21:44:21 GMT vboxsync [71727] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA.cpp: build fix and more logging. Fri, 06 Apr 2018 21:14:31 GMT vboxsync [71726] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA.cpp: build fix and more logging. Fri, 06 Apr 2018 21:11:43 GMT vboxsync [71725] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: Enabled ring-0 and raw-mode MMIO handling. Fri, 06 Apr 2018 21:11:13 GMT vboxsync [71724] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStreamMap.cpp (modified) DevHDA: I'm not going to fix this. Fri, 06 Apr 2018 21:08:00 GMT vboxsync [71723] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: Don't crash in the constructor on misconfiguration or other ... Fri, 06 Apr 2018 20:53:04 GMT vboxsync [71722] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: Made it work in raw-mode. [build fix] Fri, 06 Apr 2018 20:51:26 GMT vboxsync [71721] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDA.h (modified) * trunk/src/VBox/Devices/Config.kmk (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) DevHDA: Made it work in raw-mode. Fri, 06 Apr 2018 16:22:30 GMT vboxsync [71712] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: Allocate the CORB / RIRB buffers on device construction and ... Fri, 06 Apr 2018 15:47:49 GMT vboxsync [71711] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStreamPeriod.cpp (modified) DevHDA: More stuff we can do in R0/RC. Fri, 06 Apr 2018 15:18:03 GMT vboxsync [71710] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: CORBRP reset fix. Fri, 06 Apr 2018 15:13:08 GMT vboxsync [71709] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: Locking related adjustments and fix. * hdaRegWriteBase ... Fri, 06 Apr 2018 13:42:58 GMT vboxsync [71707] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: Another nit. bugref:9094 Fri, 06 Apr 2018 13:40:08 GMT vboxsync [71706] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) DevHDA: nits. bugref:9094 Fri, 06 Apr 2018 12:52:24 GMT vboxsync [71704] * trunk/src/VBox/Devices/Audio/DevHDA.cpp (modified) * trunk/src/VBox/Devices/Audio/HDAStream.cpp (modified) DevHDA: hdaTimer + hdaStreamTransferIsScheduled: Please don't make ... Fri, 06 Apr 2018 10:18:48 GMT vboxsync [71698] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) DevVGA: Code cleanup in progress. ?bugref:9094 Thu, 05 Apr 2018 16:58:08 GMT vboxsync [71691] * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) VMMDev: move VMMDEV_SAVED_STATE_VERSION defines to the header file Thu, 05 Apr 2018 15:11:16 GMT vboxsync [71688] * trunk/src/VBox/Devices/Audio/DevHDACommon.cpp (modified) HDA: Removed redundant and wrong STATESTS interrupt check to fix ... Thu, 05 Apr 2018 15:09:33 GMT vboxsync [71687] * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) indent Thu, 05 Apr 2018 15:03:53 GMT vboxsync [71686] * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp (modified) DevVGA: Code cleanup in progress. bugref:9094 Thu, 05 Apr 2018 11:24:04 GMT vboxsync [71673] * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) DevVGA: Code cleanup in progress. bugref:9094 Wed, 04 Apr 2018 13:42:26 GMT vboxsync [71656] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA: Code cleanup in progress. bugref:9094 Wed, 04 Apr 2018 12:20:08 GMT vboxsync [71651] * trunk/include/VBox/Graphics/VBoxVideoGuest.h (modified) * trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h (modified) * trunk/src/VBox/Frontends/VBoxFB/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxFB/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DevVGA,VBoxC,++: Code cleanup in progress. bugref:9094 Tue, 03 Apr 2018 14:23:01 GMT vboxsync [71629] * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) DevVGA: Code cleanup in progress. bugref:9094 Tue, 03 Apr 2018 09:32:05 GMT vboxsync [71628] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA: Code cleanup in progress. bugref:9094 [bugfix] Mon, 02 Apr 2018 21:12:58 GMT vboxsync [71626] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DevVGA,VBoxC: Code cleanup in progress. bugref:9094 Mon, 02 Apr 2018 17:33:45 GMT vboxsync [71622] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA: Code cleanup in progress. bugref:9094 Mon, 02 Apr 2018 17:20:06 GMT vboxsync [71620] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) DevVGA,VBoxC: Code cleanup in progress. bugref:9094 Mon, 02 Apr 2018 17:11:37 GMT vboxsync [71619] * trunk/include/VBox/Graphics/VBoxVideoHost3D.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp (modified) * trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.h (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DevVGA,VBoxC: Code cleanup in progress. bugref:9094 Mon, 02 Apr 2018 02:00:07 GMT vboxsync [71612] * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) DevVGA: Code cleanup in progress. bugref:9094 Mon, 02 Apr 2018 00:08:09 GMT vboxsync [71611] * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094 Sun, 01 Apr 2018 23:38:00 GMT vboxsync [71607] * trunk/include/VBox/Graphics/VBoxVideoHost3D.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/Makefile.kup (added) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/server_presenter.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) DevVGA,SharedOpenGL: Code cleanup in progress. bugref:9094 Sun, 01 Apr 2018 18:11:34 GMT vboxsync [71604] * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) DevVGA,VBoxVideo: Code cleanup in progress: Backed ... Sun, 01 Apr 2018 16:48:45 GMT vboxsync [71603] * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094 Sun, 01 Apr 2018 10:49:30 GMT vboxsync [71598] * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) DevVGA,VBoxVideo: Code cleanup in progress. bugref:9094