# # ChangeLog for trunk/include/VBox in vbox # # Generated by Trac 1.4.3.2 # Dec 12, 2024 2:27:41 PM Mon, 04 Apr 2011 13:16:52 GMT vboxsync [36528] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) PCI: fully reworked interrupts, now HDA audio device can be ... Mon, 04 Apr 2011 13:16:09 GMT vboxsync [36527] * trunk/include/VBox/com/string.h (modified) * trunk/include/iprt/cpp/exception.h (modified) * trunk/include/iprt/cpp/list.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/include/iprt/cpp/xml.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageAppliance.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) * trunk/src/VBox/Main/include/ExtPackUtil.h (modified) * trunk/src/VBox/Main/include/HostHardwareLinux.h (modified) * trunk/src/VBox/Main/include/Performance.h (modified) * trunk/src/VBox/Main/include/ovfreader.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-all/ExtPackUtil.cpp (modified) * trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp (modified) * trunk/src/VBox/Main/src-server/Performance.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/Main/xml/ovfreader.cpp (modified) * trunk/src/VBox/Runtime/common/string/ministring.cpp (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstIprtList.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp (modified) iprt::MiniString -> RTCString. Sun, 03 Apr 2011 17:35:40 GMT vboxsync [36516] * trunk/include/VBox/log.h (modified) log: USB CAM log group. Fri, 01 Apr 2011 14:01:42 GMT vboxsync [36503] * trunk/include/VBox/VBoxDrvCfg-win.h (modified) DrvCfg/win: __stdcall -> VBOXCALL Fri, 01 Apr 2011 13:33:40 GMT vboxsync [36498] * trunk/include/VBox/rawpci.h (modified) PCI: sync Fri, 01 Apr 2011 08:21:30 GMT vboxsync [36487] * trunk/include/VBox/VBoxNetCfg-win.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetAdpUninstall.cpp (modified) * trunk/src/VBox/Installer/win/InstallHelper/Makefile.kmk (modified) * trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) netflt/adp/win: switch to new VBoxDrvCfg lib Fri, 01 Apr 2011 07:22:37 GMT vboxsync [36486] * trunk/include/VBox/VBoxDrvCfg-win.h (added) * trunk/src/VBox/HostDrivers/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/win (added) tooling lib for driver configuration on win Fri, 01 Apr 2011 05:04:35 GMT vboxsync [36485] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) PCI: sync of interrupts rework Wed, 30 Mar 2011 16:30:40 GMT vboxsync [36476] * trunk/include/VBox/vusb.h (modified) Forgot to commit. Tue, 29 Mar 2011 12:52:21 GMT vboxsync [36460] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) PCI: fixed init-order issue Mon, 28 Mar 2011 12:37:43 GMT vboxsync [36448] * trunk/include/VBox/rawpci.h (modified) * trunk/include/VBox/vmm/gvm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) PCI: refactoring, further IOMMU work Fri, 25 Mar 2011 21:11:56 GMT vboxsync [36441] * trunk/include/VBox/rawpci.h (modified) * trunk/include/VBox/vmm/hwaccm.h (modified) * trunk/include/VBox/vmm/pgm.h (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PGMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HWACCM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) VMM: Sketched out where to do the initial I/O MMU setup. This adds a ... Fri, 25 Mar 2011 15:36:59 GMT vboxsync [36437] * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMThread.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMEmt.cpp (modified) VMM,Main: Added VMM thread init and term notifications so that Main ... Fri, 25 Mar 2011 15:28:17 GMT vboxsync [36436] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) PCI: more IOMMU bits Fri, 25 Mar 2011 15:13:55 GMT vboxsync [36435] * trunk/include/VBox/RemoteDesktop/VRDE.h (modified) VRDE.h: Remote USB protocol extension (header only). Fri, 25 Mar 2011 12:56:50 GMT vboxsync [36429] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) build fix / file header nits. Fri, 25 Mar 2011 12:46:45 GMT vboxsync [36428] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) com/string.h: AssertLogRel when encountering an invalid encoding in ... Fri, 25 Mar 2011 11:14:52 GMT vboxsync [36423] * trunk/include/VBox/RemoteDesktop/VRDE.h (modified) VRDE.h: note about UTF8 USB descriptor strings. Minor updates for 4th ... Thu, 24 Mar 2011 17:26:59 GMT vboxsync [36413] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) dang. Thu, 24 Mar 2011 17:25:33 GMT vboxsync [36412] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) GuestProps: TRANSRESET implies TRANSIENT, return it for old additions ... Thu, 24 Mar 2011 13:14:26 GMT vboxsync [36400] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GMMR0.cpp (modified) PCI: work on IOMMU notifications Thu, 24 Mar 2011 12:40:25 GMT vboxsync [36398] * trunk/include/VBox/x86.h (modified) x86.h: doxygen comments. Wed, 23 Mar 2011 18:24:11 GMT vboxsync [36382] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) hint Tue, 22 Mar 2011 13:28:35 GMT vboxsync [36342] * trunk/include/VBox/usblib-solaris.h (modified) VBoxUSB/solaris: Fix misleading variable names. Tue, 22 Mar 2011 13:19:08 GMT vboxsync [36340] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) PCI: guest power management Mon, 21 Mar 2011 16:47:48 GMT vboxsync [36329] * trunk/include/VBox/rawpci.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) PCI: per-VM initialization (for IOMMU domains) Fri, 18 Mar 2011 15:49:23 GMT vboxsync [36315] * trunk/include/VBox/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) VMM: more correct MSR_IA32_MISC_ENABLE emulation Thu, 17 Mar 2011 22:05:52 GMT vboxsync [36310] * trunk/include/VBox/VDEPlugSymDefs.h (modified) Networking/VDE: patch by Renzo Davoli to fix ticket #7119 Mon, 14 Mar 2011 18:46:49 GMT vboxsync [36277] * trunk/include/VBox/VBoxNetCfg-win.h (added) fix OSE Mon, 14 Mar 2011 18:01:34 GMT vboxsync [36275] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Main/NetworkAdapter: Bandwidth group attribute implementation (#5582) Fri, 11 Mar 2011 15:03:26 GMT vboxsync [36263] * trunk/include/VBox/sup.h (modified) windows build fix. Fri, 11 Mar 2011 14:50:45 GMT vboxsync [36262] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/sup.mac (modified) * trunk/include/iprt/cpuset.h (modified) * trunk/include/iprt/types.h (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/Runtime/common/time/timesupA.mac (modified) * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/win/mp-win.cpp (modified) SUPDrv,IPRT,++: Enabled the code for supporting up to 256 host ... Fri, 11 Mar 2011 12:57:35 GMT vboxsync [36260] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) PCI: lifetime work, fixed issues with multiple PCI devices attached ... Fri, 11 Mar 2011 10:56:54 GMT vboxsync [36259] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/HostServices/GuestProperties/testcase/tstGuestPropSvc.cpp (modified) HostServices/GuestProperties: fixed the maximum flag length a bit ... Thu, 10 Mar 2011 17:22:08 GMT vboxsync [36254] * trunk/Config.kmk (modified) * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/sup.mac (modified) * trunk/include/iprt/cpuset.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (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/common/time/timesupA.mac (modified) * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) * trunk/src/VBox/Runtime/generic/RTMpGetArraySize-generic.cpp (modified) * trunk/src/VBox/VMM/VMMR3/TM.cpp (modified) GIP,++: Lots of CPUs (disabled). Thu, 10 Mar 2011 15:59:21 GMT vboxsync [36253] * trunk/include/VBox/pci.h (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) PCI: further raw work Wed, 09 Mar 2011 17:40:26 GMT vboxsync [36238] * trunk/include/VBox/vmm/uvm.h (modified) uvm.h alignment fix. Wed, 09 Mar 2011 16:41:09 GMT vboxsync [36232] * trunk/include/VBox/vmm/uvm.h (modified) * trunk/include/iprt/cpuset.h (modified) * trunk/include/iprt/types.h (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/Runtime/generic/RTMpCpuIdToSetIndex-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/vbi/mp-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r3/darwin/mp-darwin.cpp (modified) * trunk/src/VBox/Runtime/r3/freebsd/mp-freebsd.cpp (modified) * trunk/src/VBox/Runtime/r3/win/mp-win.cpp (modified) RTCPUSET, SUPDrv: Preparation for supporting 256 CPUs/cores/threads. Wed, 09 Mar 2011 13:59:54 GMT vboxsync [36225] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) Guest properties: fixed MAX_FLAGS_LEN Wed, 09 Mar 2011 10:57:45 GMT vboxsync [36220] * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/sup.mac (modified) * trunk/src/VBox/Runtime/common/time/timesupA.mac (modified) * trunk/src/VBox/Runtime/common/time/timesupref.h (modified) GIP: Force a couple of aCPUs accesses within bounds. Wed, 09 Mar 2011 10:57:28 GMT vboxsync [36219] * trunk/doc/manual/en_US/user_VBoxManage.xml (modified) * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Addressed some guest property (transient reset) todos. Wed, 09 Mar 2011 09:32:02 GMT vboxsync [36218] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) PCI: interrupts work Tue, 08 Mar 2011 18:33:38 GMT vboxsync [36214] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp (modified) GuestProps: r=bird: Another Q for Michael. Tue, 08 Mar 2011 18:13:57 GMT vboxsync [36213] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) GuestPropertySvc.h: r=bird: Q for Michael. Mon, 07 Mar 2011 17:50:27 GMT vboxsync [36196] * trunk/include/VBox/vmm/pgm.h (modified) * trunk/src/VBox/VMM/VMMAll/PGMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp (modified) VMM: don't die hard during PDPTR preloading (VT-x), try guru meditate ... Mon, 07 Mar 2011 16:28:50 GMT vboxsync [36190] * trunk/include/VBox/SUPDrvMangling.h (added) * trunk/include/VBox/VBoxGuestMangling.h (added) * trunk/include/iprt/mangling.h (added) * trunk/include/iprt/semaphore.h (modified) * trunk/src/VBox/Additions/common/VBoxGuest/freebsd/files_vboxguest (modified) * trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile (modified) * trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest (modified) * trunk/src/VBox/Additions/linux/Makefile (modified) * trunk/src/VBox/Additions/linux/drm/Makefile.module (modified) * trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module (modified) * trunk/src/VBox/Additions/linux/sharedfolders/files_vboxsf (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (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/HostDrivers/VBoxNetAdp/freebsd/files_vboxnetadp (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/files_vboxnetadp (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/freebsd/files_vboxnetflt (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/files_vboxnetflt (modified) * trunk/src/VBox/HostDrivers/linux/Makefile (modified) * trunk/src/VBox/Runtime/common/alloc/alloc.cpp (modified) * trunk/src/VBox/Runtime/generic/RTSemEventMultiWait-2-ex-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTSemEventMultiWait-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTSemEventMultiWaitNoResume-2-ex-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTSemEventWait-2-ex-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTSemEventWait-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTSemEventWaitNoResume-2-ex-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/RTSemMutexRequest-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/semrw-generic.cpp (modified) * trunk/src/VBox/Runtime/generic/semrw-lockless-generic.cpp (modified) * trunk/src/VBox/Runtime/r0drv/alloc-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/semevent-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/semeventmulti-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/freebsd/semmutex-r0drv-freebsd.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r0drv/nt/semevent-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/semeventmulti-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/semmutex-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semevent-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semmutex-r0drv-solaris.c (modified) IPRT,Drivers: Committed a modified version of the ... Mon, 07 Mar 2011 13:14:34 GMT vboxsync [36186] * trunk/include/VBox/com/array.h (modified) com/array.h: whitespace/ifdef cleanup Mon, 07 Mar 2011 09:45:24 GMT vboxsync [36178] * trunk/include/VBox/HostServices/GuestPropertySvc.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServicePropCache.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) Main/VBoxManage/Guest Additions: Added support for "TRANSIENT_RESET" ... Fri, 04 Mar 2011 11:21:44 GMT vboxsync [36164] * trunk/include/VBox/Hardware/VBoxVideoVBE.h (modified) include/VBE definitions: comment explaining unused definition Thu, 03 Mar 2011 16:14:59 GMT vboxsync [36153] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) PCI: more raw and 64-bit BARs coding Thu, 03 Mar 2011 10:44:55 GMT vboxsync [36138] * trunk/include/VBox/pci.h (modified) * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/Devices/Bus/PCIInternal.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) PCI: some of 64-bit BARs support (many real cards do that) Tue, 01 Mar 2011 16:44:58 GMT vboxsync [36124] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) PCI: code to perform host driver detach on Linux - not yet fully ... Tue, 01 Mar 2011 15:25:18 GMT vboxsync [36121] * trunk/include/VBox/WinNetConfig.h (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h (modified) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpInstall.cpp (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/NetAdpUninstall.cpp (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltInstall.cpp (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/NetFltUninstall.cpp (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetAdp.inf (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.c (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.h (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt-win.rc (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt.inf (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltCommon-win.h (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.c (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltMp-win.h (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.c (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFltPt-win.h (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/VBoxNetFlt_m.inf (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/WinNetConfig.cpp (deleted) * trunk/src/VBox/HostDrivers/VBoxNetFlt/win/notifyobj (deleted) * trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp (modified) * trunk/src/VBox/Installer/win/VirtualBox.wxs (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/win/NetIf-win.cpp (modified) rework NetFlt/Adp Mon, 28 Feb 2011 14:20:13 GMT vboxsync [36099] * trunk/include/VBox/HostServices/GuestControlSvc.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) Main/VBoxManage: Added ExecuteProcessStatus, update on todos. Fri, 25 Feb 2011 12:21:57 GMT vboxsync [36082] * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageModifyVM.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) Added a promiscModePolicy attribute to INetworkAdapter, three values: ... Thu, 24 Feb 2011 17:10:31 GMT vboxsync [36079] * trunk/include/VBox/pci.h (modified) * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/Devices/Bus/DevPCI.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/Devices/Bus/MsiCommon.cpp (modified) * trunk/src/VBox/Devices/Bus/MsixCommon.cpp (modified) * trunk/src/VBox/Devices/Bus/PCIInternal.h (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSizeRC.cpp (modified) PCI: cleanup, todos, raw PCI regions work Thu, 24 Feb 2011 16:36:48 GMT vboxsync [36075] * trunk/include/VBox/intnet.h (modified) * trunk/src/VBox/Devices/Network/DrvIntNet.cpp (modified) * trunk/src/VBox/Devices/Network/SrvIntNetR0.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) More flexible internal network promisc mode (++) policy management. Tue, 22 Feb 2011 16:15:17 GMT vboxsync [36055] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) PCI: regions work Tue, 22 Feb 2011 15:04:28 GMT vboxsync [36054] * trunk/include/VBox/vmm/vm.h (modified) * trunk/src/VBox/VMM/VMMR3/EM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VMM.cpp (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) * trunk/src/recompiler/cpu-exec.c (modified) VMM/REM: Made .remstep work to some degree (might skip interrupts/traps). Mon, 21 Feb 2011 16:04:53 GMT vboxsync [36041] * trunk/include/VBox/vmm/uvm.h (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/VMInternal.h (modified) Main/VMM: Use UVM w/ refcounting - part 1. Mon, 21 Feb 2011 09:54:29 GMT vboxsync [36028] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) PCI: more host API, lifetime issues Wed, 16 Feb 2011 21:21:39 GMT vboxsync [36001] * trunk/include/VBox/vmm/pdmasynccompletion.h (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileFailsafe.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp (modified) AsyncCompletion: Add a new flag to enable the host cache, to make ... Wed, 16 Feb 2011 13:30:53 GMT vboxsync [35994] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) Two cases where CPUM_CHANGED_GLOBAL_TLB_FLUSH was missing, causing ... Tue, 15 Feb 2011 19:55:27 GMT vboxsync [35989] * trunk/include/VBox/VMMDev.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/VMMDev/VMMDev.cpp (modified) * trunk/src/VBox/Devices/VMMDev/VMMDevState.h (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) Main/MouseImpl, Devices/VMMDev, pdmif: fixed a number of placed where ... Tue, 15 Feb 2011 17:50:34 GMT vboxsync [35986] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) raw PCI: device open/close Tue, 15 Feb 2011 16:31:55 GMT vboxsync [35985] * trunk/include/VBox/RemoteDesktop/VRDE.h (modified) RemoteDesktop: prototype for next VRDE interface version. Tue, 15 Feb 2011 09:42:25 GMT vboxsync [35968] * trunk/include/VBox/VMMDev.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main/VMMDev: Added all facility classes define. Tue, 15 Feb 2011 09:37:16 GMT vboxsync [35967] * trunk/include/VBox/VMMDev.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) Main/VBoxManage: Update on guest facilities, added ... Mon, 14 Feb 2011 14:30:03 GMT vboxsync [35959] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) PCI: further R0/driver work Fri, 11 Feb 2011 23:24:57 GMT vboxsync [35948] * trunk/include/VBox/VBoxVideoGuest.h (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp (modified) * trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp (modified) * trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.c (modified) Additions/common/VBoxVideo: additional modesetting APIs for saving ... Fri, 11 Feb 2011 17:58:30 GMT vboxsync [35946] * trunk/include/VBox/rawpci.h (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (modified) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (modified) VMM, host drivers: IDC work for PCI Fri, 11 Feb 2011 10:25:18 GMT vboxsync [35939] * trunk/include/VBox/RemoteDesktop/VRDE.h (modified) VRDE.h: comments Wed, 09 Feb 2011 17:14:11 GMT vboxsync [35920] * trunk/include/VBox/rawpci.h (added) * trunk/src/VBox/HostDrivers/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/VBoxPci (added) * trunk/src/VBox/HostDrivers/VBoxPci/Makefile.kmk (added) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPci.c (added) * trunk/src/VBox/HostDrivers/VBoxPci/VBoxPciInternal.h (added) * trunk/src/VBox/HostDrivers/linux/Makefile (modified) * trunk/src/VBox/HostDrivers/linux/dkms.conf (modified) * trunk/src/VBox/HostDrivers/linux/export_modules (modified) PCI: Linux driver Wed, 09 Feb 2011 12:44:03 GMT vboxsync [35913] * trunk/include/VBox/com/array.h (modified) * trunk/include/VBox/com/defs.h (modified) * trunk/src/VBox/Main/idl/comimpl.xsl (modified) * trunk/src/VBox/Main/idl/midl.xsl (modified) Main: pass in safearrays as SAFEARRAY* Wed, 09 Feb 2011 11:25:31 GMT vboxsync [35908] * trunk/include/VBox/VMMDev.h (modified) Typo. Wed, 09 Feb 2011 11:20:31 GMT vboxsync [35907] * trunk/include/VBox/VBoxGuestLib.h (modified) * trunk/include/VBox/VMMDev.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.cpp (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxTray.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest2.cpp (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibAdditions.cpp (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManage.h (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageControlVM.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) Main/Frontends: Also use facilities for guest features (seamless, ... Tue, 08 Feb 2011 16:04:56 GMT vboxsync [35899] * trunk/include/VBox/cdefs.h (modified) VBox/cdefs.h: Liberated the blank lines taken by r69856. Tue, 08 Feb 2011 08:36:00 GMT vboxsync [35887] * trunk/include/VBox/VMMDev.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxHelpers.cpp (modified) * trunk/src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) Main/VBoxManage: Introduced facility handling for more fine grained ... Tue, 08 Feb 2011 01:20:04 GMT vboxsync [35885] * trunk/include/VBox/log.h (modified) * trunk/include/VBox/settings.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/Makefile.kmk (modified) * trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp (modified) * trunk/src/VBox/Frontends/VBoxShell/vboxshell.py (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/PciDeviceAttachmentImpl.h (modified) * trunk/src/VBox/Main/src-all/PciDeviceAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/xml/Settings.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) Main, VMM, vboxshell: more PCI work (persistent settings, logging, ... Fri, 04 Feb 2011 17:02:44 GMT vboxsync [35855] * trunk/include/VBox/cdefs.h (modified) * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) PCI: start of driver communication infrastructure Tue, 01 Feb 2011 15:42:03 GMT vboxsync [35816] * trunk/include/VBox/err.h (modified) wording for error messages Tue, 01 Feb 2011 13:00:24 GMT vboxsync [35810] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/include/VBox/vmm/vmapi.h (modified) * trunk/src/VBox/Runtime/common/err/errmsg.sed (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevice.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMUsb.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/VMMRC/VMMRC.cpp (modified) VMM: Replace most VERR_VERSION_MISMATCH by more specific error ... Thu, 27 Jan 2011 14:17:41 GMT vboxsync [35738] * trunk/include/VBox/pci.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/src/VBox/Devices/Bus/PCIInternal.h (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp (modified) * trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp (modified) r=bird: Clean up of r69600 (PCIRAW), left a few review notes behind. Wed, 26 Jan 2011 17:16:10 GMT vboxsync [35724] * trunk/include/VBox/com/defs.h (modified) * trunk/include/VBox/com/listeners.h (modified) burn fix Wed, 26 Jan 2011 16:37:16 GMT vboxsync [35722] * trunk/include/VBox/com/defs.h (modified) * trunk/include/VBox/com/listeners.h (modified) * trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIExtraDataEventHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIConsoleEventHandler.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVirtualBoxEventHandler.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/include/ConsoleVRDPServer.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/src-all/EventImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) * trunk/src/VBox/Main/webservice/vboxweb.cpp (modified) Main: reworked listener objects creation, fixes Win problems with ... Mon, 24 Jan 2011 18:03:33 GMT vboxsync [35696] * trunk/include/VBox/dbg.h (modified) * trunk/src/VBox/Debugger/DBGCCommands.cpp (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/DBGCEval.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PATM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMPool.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PGMSharedPage.cpp (modified) * trunk/src/VBox/VMM/VMMR3/STAM.cpp (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) PCDBGCCMD & PFNDBGCCMD: Drop the return type & variable. Functions ... Mon, 24 Jan 2011 17:35:59 GMT vboxsync [35694] * trunk/include/VBox/dbg.h (modified) * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/DBGCInternal.h (modified) * trunk/src/VBox/VMM/VMMR3/CSAM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFBp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp (modified) * trunk/src/VBox/VMM/VMMR3/STAM.cpp (modified) * trunk/src/VBox/VMM/include/DBGFInternal.h (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) Debugger console: more cleanup. Mon, 24 Jan 2011 16:05:56 GMT vboxsync [35687] * trunk/include/VBox/version.h (modified) use current year in legal notice Mon, 24 Jan 2011 14:24:34 GMT vboxsync [35676] * trunk/include/VBox/pci.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/src/VBox/Devices/Bus/DevPciIch9.cpp (modified) * trunk/src/VBox/Devices/Bus/DevPciRaw.cpp (modified) * trunk/src/VBox/Devices/Bus/PCIInternal.h (modified) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/MachineImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevHlp.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) Main, VMM: PCI passthrough work Mon, 24 Jan 2011 10:15:44 GMT vboxsync [35673] * trunk/include/VBox/dbg.h (modified) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (modified) * trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/DBGCInternal.h (modified) Debugger Console: Some cleanups. Wed, 19 Jan 2011 19:10:49 GMT vboxsync [35638] * trunk/include/VBox/com/com.h (modified) * trunk/include/VBox/com/defs.h (modified) * trunk/src/VBox/Frontends/VBoxBFE/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMDefs.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/COMWrappers.xsl (modified) * trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp (modified) * trunk/src/VBox/Main/glue/initterm.cpp (modified) * trunk/src/VBox/Main/idl/comimpl.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/BandwidthControlImpl.h (modified) * trunk/src/VBox/Main/include/BandwidthGroupImpl.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/DisplayImpl.h (modified) * trunk/src/VBox/Main/include/EventImpl.h (modified) * trunk/src/VBox/Main/include/ExtPackManagerImpl.h (modified) * 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/HostImpl.h (modified) * trunk/src/VBox/Main/include/HostNetworkInterfaceImpl.h (modified) * trunk/src/VBox/Main/include/HostUSBDeviceImpl.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/MediumAttachmentImpl.h (modified) * trunk/src/VBox/Main/include/MediumFormatImpl.h (modified) * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/include/MouseImpl.h (modified) * trunk/src/VBox/Main/include/NATEngineImpl.h (modified) * trunk/src/VBox/Main/include/NetworkAdapterImpl.h (modified) * trunk/src/VBox/Main/include/ParallelPortImpl.h (modified) * trunk/src/VBox/Main/include/PciDeviceAttachmentImpl.h (modified) * trunk/src/VBox/Main/include/PerformanceImpl.h (modified) * trunk/src/VBox/Main/include/ProgressCombinedImpl.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/include/ProgressProxyImpl.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/USBDeviceFilterImpl.h (modified) * trunk/src/VBox/Main/include/USBDeviceImpl.h (modified) * trunk/src/VBox/Main/include/VFSExplorerImpl.h (modified) * trunk/src/VBox/Main/include/VRDEServerImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/include/VirtualBoxClientImpl.h (modified) * trunk/src/VBox/Main/include/VirtualBoxImpl.h (modified) * trunk/src/VBox/Main/src-all/EventImpl.cpp (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-all/PciDeviceAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/src-all/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/src-all/SharedFolderImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) * trunk/src/VBox/Main/src-client/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) * trunk/src/VBox/Main/src-client/RemoteUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/USBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/VirtualBoxClientImpl.cpp (modified) * trunk/src/VBox/Main/src-server/AudioAdapterImpl.cpp (modified) * trunk/src/VBox/Main/src-server/BIOSSettingsImpl.cpp (modified) * trunk/src/VBox/Main/src-server/BandwidthControlImpl.cpp (modified) * trunk/src/VBox/Main/src-server/BandwidthGroupImpl.cpp (modified) * trunk/src/VBox/Main/src-server/DHCPServerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/GuestOSTypeImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostNetworkInterfaceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostUSBDeviceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumAttachmentImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumFormatImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NATEngineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ParallelPortImpl.cpp (modified) * trunk/src/VBox/Main/src-server/PerformanceImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SerialPortImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/src-server/StorageControllerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBControllerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/USBDeviceFilterImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VRDEServerImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main. QT/FE: fix long standing COM issue Wed, 19 Jan 2011 17:42:59 GMT vboxsync [35637] * trunk/include/VBox/dbg.h (modified) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (modified) * trunk/src/VBox/Debugger/DBGCEval.cpp (modified) * trunk/src/VBox/Debugger/DBGCInternal.h (modified) * trunk/src/VBox/Debugger/DBGCOps.cpp (modified) Debugger console: Made the evaluator a bit smarter wrt to the ... Wed, 19 Jan 2011 12:29:20 GMT vboxsync [35626] * trunk/include/VBox/dbg.h (modified) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (modified) * trunk/src/VBox/Debugger/DBGCCmdWorkers.cpp (modified) * trunk/src/VBox/Debugger/DBGCCommands.cpp (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/DBGCOps.cpp (modified) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) Debugger Console: Drop the HC_FAR type. Wed, 19 Jan 2011 11:17:34 GMT vboxsync [35625] * trunk/include/VBox/dbg.h (modified) * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/Debugger/DBGCBuiltInSymbols.cpp (modified) * trunk/src/VBox/Debugger/DBGCCmdHlp.cpp (modified) * trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp (modified) * trunk/src/VBox/Debugger/DBGCInternal.h (modified) * trunk/src/VBox/Debugger/DBGCOps.cpp (modified) * trunk/src/VBox/Debugger/DBGConsole.cpp (modified) * trunk/src/VBox/Debugger/testcase/tstDBGCStubs.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMDbg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp (modified) DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX ... Tue, 18 Jan 2011 14:04:34 GMT vboxsync [35606] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp (modified) DBGFRegs: Introduced DBGFREG_HYPER_VMCPUID. Fixed some bugs. Tue, 18 Jan 2011 10:43:11 GMT vboxsync [35601] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUMDbg.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp (modified) * trunk/src/VBox/VMM/include/DBGFInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp (modified) DBGF,CPUM: Expose hypervisor registers as hypercpuX. Mon, 17 Jan 2011 19:22:33 GMT vboxsync [35593] * trunk/include/VBox/err.mac (modified) * trunk/include/VBox/x86.mac (modified) * trunk/include/iprt/err.mac (modified) kmk incs Mon, 17 Jan 2011 19:19:58 GMT vboxsync [35592] * trunk/include/VBox/err.h (modified) VBox/err.h: duplicate error value (currently unused) Mon, 17 Jan 2011 14:20:59 GMT vboxsync [35586] * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/src/VBox/Main/src-client/MachineDebuggerImpl.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFReg.cpp (modified) DBGFReg.cpp: Added DBGFR3RegFormatValue, DBGFR3RegFormatValueEx, ... Fri, 14 Jan 2011 13:37:32 GMT vboxsync [35560] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Storage/ATAController.cpp (modified) * trunk/src/VBox/Devices/Storage/DevAHCI.cpp (modified) * trunk/src/VBox/Devices/Storage/DevATA.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvBlock.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is ...