#
# ChangeLog for trunk in vbox
#
# Generated by Trac 1.4.3.2
# Jan 9, 2025 4:30:51 AM

Tue, 24 Apr 2018 10:00:04 GMT vboxsync [72002]
	* trunk/src/VBox/Main/idl/VirtualBox.xidl (modified)

	Main: API docs.


Tue, 24 Apr 2018 09:41:07 GMT vboxsync [72001]
	* trunk/src/VBox/Main/include/GuestSessionImpl.h (modified)
	* trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified)
	* trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified)
	* trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified)

	Guest Control/Main: Implemented stubs ...


Tue, 24 Apr 2018 09:08:58 GMT vboxsync [72000]
	* trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp (modified)

	WDDM/VBoxTray: bugref:8444, updating all guest monitors 'at once' ...


Tue, 24 Apr 2018 08:40:39 GMT vboxsync [71999]
	* trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified)

	bugref:8345. Removed the trailing blanks.


Tue, 24 Apr 2018 08:12:20 GMT vboxsync [71998]
	* trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp (modified)
	* trunk/src/VBox/Main/include/MachineImplMoveVM.h (modified)

	bugref:8345. Fixed the case when user omits or forgets to point the ...


Tue, 24 Apr 2018 08:05:09 GMT vboxsync [71997]
	* trunk/src/VBox/Main/include/MachineImplMoveVM.h (modified)
	* trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified)

	bugref:8345. Small fix in the ErrorInfoItem() constructor.


Tue, 24 Apr 2018 07:49:53 GMT vboxsync [71996]
	* trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified)

	bugref:8345. Added a check into
	MachineMoveVM::updatePathsToStateFiles().


Tue, 24 Apr 2018 07:44:43 GMT vboxsync [71995]
	* trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified)

	bugref:8345. Call WaitForAsyncProgressCompletion only in success.


Tue, 24 Apr 2018 07:41:06 GMT vboxsync [71994]
	* trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified)

	VMM/IEM: Comment on NMI unmasking and IRET.


Tue, 24 Apr 2018 07:40:00 GMT vboxsync [71993]
	* trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified)

	bugref:8345. Splitted two AutoWriteLocks into two different scopes ...


Tue, 24 Apr 2018 07:26:23 GMT vboxsync [71992]
	* trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified)

	bugref:8345. Fixed the progress operation counter.


Tue, 24 Apr 2018 07:11:35 GMT vboxsync [71991]
	* trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd (modified)
	* trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd (modified)

	Installer/win: Submission packing fixes. bugref:8691


Tue, 24 Apr 2018 06:48:25 GMT vboxsync [71990]
	* trunk/src/VBox/Main/include/MachineImplMoveVM.h (modified)
	* trunk/src/VBox/Main/src-server/MachineImplMoveVM.cpp (modified)

	bugref:8345. Added a new internal class ErrorInfoItem and a list ...


Mon, 23 Apr 2018 20:49:38 GMT vboxsync [71989]
	* trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf (modified)

	VBoxDrv.inf: Must use DefaultInstall rule rather than Manufacturer, ...


Mon, 23 Apr 2018 20:08:37 GMT vboxsync [71988]
	* trunk/src/VBox/ValidationKit/tests/serial/loopback.py (modified)

	ValidationKit/serial: Properly shutodwn the listening socket to avoid ...


Mon, 23 Apr 2018 16:54:18 GMT vboxsync [71987]
	* trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified)

	Serial/DrvChar: Use critical section to protect send path against ...


Mon, 23 Apr 2018 15:47:24 GMT vboxsync [71986]
	* trunk/Config.kmk (modified)
	* trunk/src/VBox/HostDrivers/Support/win/VBoxDrv.inf (modified)
	* trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf (modified)
	* trunk/src/VBox/Installer/win/Scripts/VMMR0.inf (modified)

	*.inf: Trying to make new InfVerif.exe happy. bugref:8691


Mon, 23 Apr 2018 15:25:48 GMT vboxsync [71985]
	* trunk/src/VBox/Additions/linux/drm/vbox_ttm.c (modified)

	Additions/linux/drm: update drm driver for Linux 4.16.  No bugref.


Mon, 23 Apr 2018 15:07:03 GMT vboxsync [71984]
	* trunk/src/VBox/Devices/Network/slirp/socket.c (modified)

	NAT: trailing spaces


Mon, 23 Apr 2018 14:11:09 GMT vboxsync [71983]
	* trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py (modified)
	* trunk/src/VBox/ValidationKit/tests/usb/usbgadget.py (modified)

	ValidationKit/tdUsb1: Needed more changes to truly turn gadget host ...


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 ...


Mon, 23 Apr 2018 12:00:34 GMT vboxsync [71981]
	* trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd (modified)

	Installer/win: Submission packing fixes. bugref:8691


Mon, 23 Apr 2018 11:57:16 GMT vboxsync [71980]
	* trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd (modified)
	* trunk/src/VBox/Installer/win/Scripts/VBoxExtPackPuel.inf (modified)

	Installer/win: Submission packing fixes. bugref:8691


Mon, 23 Apr 2018 11:36:21 GMT vboxsync [71979]
	* trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified)

	Build fix.


Mon, 23 Apr 2018 11:26:21 GMT vboxsync [71978]
	* trunk/src/VBox/Runtime/r3/nt/RTPathQueryInfo-nt.cpp (modified)

	rtPathNtQueryInfoInDirectoryObject: Return caller status when ...


Mon, 23 Apr 2018 11:14:27 GMT vboxsync [71977]
	* trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified)

	Build fix.


Mon, 23 Apr 2018 10:52:51 GMT vboxsync [71976]
	* trunk/src/VBox/Main/idl/VirtualBox.xidl (modified)
	* trunk/src/VBox/Main/include/GuestSessionImpl.h (modified)
	* trunk/src/VBox/Main/include/GuestSessionImplTasks.h (modified)
	* trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp (modified)
	* trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified)
	* trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified)

	Guest Control/Main: Added stubs for ...


Mon, 23 Apr 2018 10:38:56 GMT vboxsync [71975]
	* trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf (modified)

	VBoxUSBMon.inf: Repplied r122211 (reverted in r122231) with some ...


Mon, 23 Apr 2018 10:33:08 GMT vboxsync [71974]
	* trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf (modified)

	VBoxNetAdp.inf: Restored r122210 that was reverted in r122229, as it ...


Mon, 23 Apr 2018 10:02:49 GMT vboxsync [71973]
	* trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf (modified)

	VBoxUSBMon.inf: Reverted r122211 (bugref:8691)


Mon, 23 Apr 2018 09:35:55 GMT vboxsync [71972]
	* trunk/src/VBox/Main/include/GuestFsObjInfoImpl.h (modified)

	Guest Control/Main: Added internal access helper for IGuestFsObjInfo.


Mon, 23 Apr 2018 09:32:28 GMT vboxsync [71971]
	* trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf (modified)

	VBoxNetAdp.inf: Reverted r122210. ( Removed 2nd VBoxNetAdp.AddService ...


Mon, 23 Apr 2018 09:04:53 GMT vboxsync [71970]
	* trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h (modified)
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM: Nested hw.virt: Try run whatever VMRUN emulations in ring-0 ...


Mon, 23 Apr 2018 05:28:17 GMT vboxsync [71969]
	* trunk/include/VBox/vmm/hm_svm.h (modified)

	hm_svm.h: Doxygen build fix.


Mon, 23 Apr 2018 05:27:53 GMT vboxsync [71968]
	* trunk/include/VBox/vmm/hm_svm.h (modified)

	hm_svm.h: Doxygen build fix.


Mon, 23 Apr 2018 05:08:48 GMT vboxsync [71967]
	* trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h (modified)

	VMM/IEM: Nested hw.virt: comment nit.


Mon, 23 Apr 2018 04:40:51 GMT vboxsync [71966]
	* trunk/include/VBox/vmm/hm_svm.h (modified)
	* trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp (modified)

	VMM/HMSVMAll: Some comments on the nuances of the VMCB caching with ...


Mon, 23 Apr 2018 03:57:03 GMT vboxsync [71965]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Comment.


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 ...


Sun, 22 Apr 2018 13:12:48 GMT vboxsync [71963]
	* trunk/src/VBox/ValidationKit/common/utils.py (modified)
	* trunk/src/VBox/ValidationKit/tests/api/tdMoveMedium1.py (modified)
	* trunk/src/VBox/ValidationKit/tests/api/tdMoveVM1.py (modified)

	ValidationKit: Make pylint happy


Sun, 22 Apr 2018 12:57:03 GMT vboxsync [71962]
	* trunk/src/VBox/Installer/win/Scripts/VBoxExtPackPuel.inf (modified)
	* trunk/src/VBox/Installer/win/Scripts/VMMR0.inf (modified)

	Installer/win: Corrected license text. bugref:8691


Sun, 22 Apr 2018 12:56:13 GMT vboxsync [71961]
	* trunk/src/VBox/Installer/win/Scripts/VBoxExtPackPuel.inf (modified)
	* trunk/src/VBox/Installer/win/Scripts/VMMR0.inf (modified)

	Installer/win: Reverted eol change, I was wrong. bugref:8691


Sun, 22 Apr 2018 12:54:07 GMT vboxsync [71960]
	* trunk/src/VBox/Installer/win/Scripts/VBoxExtPackPuel.inf (modified)
	* trunk/src/VBox/Installer/win/Scripts/VMMR0.inf (modified)

	Installer/win: Fixed eol style on fake .inf files (svn-ps.cmd didn't ...


Sun, 22 Apr 2018 12:53:58 GMT vboxsync [71959]
	* trunk/src/VBox/ValidationKit/testdriver/vboxtestvms.py (modified)

	ValidationKit: Add tst-arch to the set of standard test VMs


Sun, 22 Apr 2018 12:38:54 GMT vboxsync [71958]
	* trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd (modified)

	Installer/win: Include the PUEL extension pack bits into the ...


Sun, 22 Apr 2018 11:50:39 GMT vboxsync [71957]
	* trunk/src/VBox/ValidationKit/utils/serial/SerialTest.cpp (modified)

	ValidationKit/SerialTest: Fix selecting the data bit count


Sun, 22 Apr 2018 11:50:09 GMT vboxsync [71956]
	* trunk/src/VBox/Runtime/r3/posix/serialport-posix.cpp (modified)

	Runtime/serialport-posix: Add custom baud rate support on Linux hosts


Sat, 21 Apr 2018 23:15:06 GMT vboxsync [71955]
	* trunk/src/VBox/Installer/win/Makefile.kmk (modified)
	* trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd (modified)
	* trunk/src/VBox/Installer/win/Scripts/VBoxExtPackPuel.inf (added)
	* trunk/src/VBox/Installer/win/Scripts/VMMR0.inf (added)

	Installer/win: Dummy INF files for ring-0 bits. bugref:8691


Sat, 21 Apr 2018 22:14:45 GMT vboxsync [71954]
	* trunk/src/VBox/Installer/win/Makefile.kmk (modified)

	Installer/win: Added script for packing submission. bugref:8691 ...


Sat, 21 Apr 2018 21:57:52 GMT vboxsync [71953]
	* trunk/src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUSBMon.inf (modified)

	VBoxUSBMon.inf: Fixes to make InfVerif.exe happy. bugref:8691


Sat, 21 Apr 2018 21:57:13 GMT vboxsync [71952]
	* trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetAdp.inf (modified)

	VBoxNetAdp.inf: Removed 2nd VBoxNetAdp.AddService section to make ...


Sat, 21 Apr 2018 21:39:16 GMT vboxsync [71951]
	* trunk/src/VBox/Installer/win/Makefile.kmk (modified)
	* trunk/src/VBox/Installer/win/Scripts/Makefile.kup (added)
	* trunk/src/VBox/Installer/win/Scripts/UnpackBlessedDrivers.cmd (added)

	Installer/win: Added script for packing unpacking and .cat-file ...


Fri, 20 Apr 2018 21:31:06 GMT vboxsync [71950]
	* trunk/src/VBox/Runtime/r3/socket.cpp (modified)
	* trunk/src/VBox/Runtime/r3/win/init-win.cpp (modified)
	* trunk/src/VBox/Runtime/r3/win/internal-r3-win.h (modified)

	socket.cpp: Windows polling fixes for problem where we got stuck ...


Fri, 20 Apr 2018 17:57:17 GMT vboxsync [71949]
	* trunk/src/VBox/Runtime/r3/socket.cpp (modified)

	Runtime/socket.cpp: Typo


Fri, 20 Apr 2018 15:34:35 GMT vboxsync [71948]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_gl.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/precomp.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.ui (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.cpp (moved)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediaComboBox.h (moved)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageBasic1.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/UIWizardCloneVDPageExpert.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/UIWizardFirstRunPageBasic.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic3.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified)

	FE/Qt: bugref:9049: Full and huge cleanup for VBoxMediaComboBox, ...


Fri, 20 Apr 2018 14:59:20 GMT vboxsync [71947]
	* trunk/src/VBox/Additions/linux/drm/vbox_drv.c (modified)
	* trunk/src/VBox/Additions/linux/drm/vbox_drv.h (modified)
	* trunk/src/VBox/Additions/linux/drm/vbox_fb.c (modified)
	* trunk/src/VBox/Additions/linux/drm/vbox_main.c (modified)
	* trunk/src/VBox/Additions/linux/drm/vbox_mode.c (modified)
	* trunk/src/VBox/Additions/linux/drm/vbox_ttm.c (modified)

	Additions/linux/drm: update drm driver to work with EL7.5, standard ...


Fri, 20 Apr 2018 14:54:27 GMT vboxsync [71946]
	* trunk/src/VBox/Additions/linux/drm/vbox_mode.c (modified)

	Additions/linux/drm: drop some workarounds.  No bugref.
	Drop a ...


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:55:21 GMT vboxsync [71943]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/precomp.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsSystem.ui (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestRAMSlider.cpp (moved)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIGuestRAMSlider.h (moved)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic2.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageExpert.cpp (modified)

	FE/Qt: bugref:9049: Full and heavy cleanup for VBoxGuestRAMSlider, ...


Fri, 20 Apr 2018 13:30:02 GMT vboxsync [71942]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIWarningPane.h (modified)

	FE/Qt: bugref:9049: Full and heavy cleanup for UIWarningPane and move ...


Fri, 20 Apr 2018 13:23:41 GMT vboxsync [71941]
	* trunk/src/VBox/Frontends/VirtualBox/VBoxUI.pro (modified)

	FE/Qt: add Croatian build to VBoxUI.pro.


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 13:04:41 GMT vboxsync [71939]
	* trunk/src/VBox/Frontends/VirtualBox/nls/ApprovedLanguages.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_el.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fa.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_gl.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_he.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_hr_HR.ts (added)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_km_KH.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_th.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/qt_hr_HR.ts (added)
	* trunk/src/VBox/Frontends/VirtualBox/nls/qt_id.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/qt_pt_BR.ts (modified)
	* trunk/src/VBox/Frontends/VirtualBox/nls/qt_zh_TW.ts (modified)

	FE/Qt: updated NLS from 5.2


Fri, 20 Apr 2018 12:10:09 GMT vboxsync [71938]
	* trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/shared/VBoxDispMpLogger.cpp (modified)

	WDDM: VBoxDispMpLogger headers cleanup


Fri, 20 Apr 2018 12:08:03 GMT vboxsync [71937]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.h (modified)

	FE/Qt: bugref:9049: Full and huge cleanup for UIPortForwardingTable ...


Fri, 20 Apr 2018 12:02:33 GMT vboxsync [71936]
	* trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp (modified)

	FE/Qt: bugref:9150: Disabling Ctrl+M shortcut for now, as it's ...


Fri, 20 Apr 2018 11:48:38 GMT vboxsync [71935]
	* trunk/src/VBox/Installer/win/Makefile.kmk (modified)
	* trunk/src/VBox/Installer/win/Scripts (added)
	* trunk/src/VBox/Installer/win/Scripts/PackDriversForSubmission.cmd (added)

	Installer/win: Added script for packing submission. bugref:8691


Fri, 20 Apr 2018 11:45:18 GMT vboxsync [71934]
	* trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk (modified)
	* trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp (modified)
	* trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.h (modified)

	WDDM: VBoxDispD3D: OpenAdapter cleanup, moved DllMain to the end of ...


Fri, 20 Apr 2018 10:54:01 GMT vboxsync [71933]
	* trunk/include/VBox/vmm/hm_svm.h (modified)
	* trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/IEMAllCImplSvmInstr.cpp.h (modified)
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)
	* trunk/src/VBox/VMM/VMMR3/HM.cpp (modified)

	VMM/HM: Nested hw.virt: Fix the issue with preserving reserved bits ...


Fri, 20 Apr 2018 10:40:17 GMT vboxsync [71932]
	* trunk/src/VBox/Main/idl/VirtualBox.xidl (modified)

	Docs/Main: Fixed description for GuestSessionWaitForFlag and ...


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.


Fri, 20 Apr 2018 10:10:23 GMT vboxsync [71930]
	* trunk/src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt (modified)
	* trunk/src/VBox/GuestHost/OpenGL/include/chromium.h (modified)

	Linux Additions/3D: add symbols needed by Compton in Ubuntu 18.04. ...


Fri, 20 Apr 2018 07:45:03 GMT vboxsync [71929]
	* trunk/include/VBox/vmm/hm_svm.h (modified)

	hm_svm.h: nit.


Fri, 20 Apr 2018 07:14:16 GMT vboxsync [71928]
	* trunk/src/VBox/ValidationKit/tests/unittests/tdUnitTest1.py (modified)

	tdUnitTest1.py: Prep for new combined VBoxAll layout. bugref:8691


Fri, 20 Apr 2018 04:18:24 GMT vboxsync [71927]
	* trunk/include/VBox/vmm/hm_svm.h (modified)
	* trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HM: Naming, nits.


Thu, 19 Apr 2018 23:19:27 GMT vboxsync [71926]
	* trunk/Config.kmk (modified)
	* trunk/src/VBox/Installer/win/Makefile.kmk (modified)

	installer/win/Makefile.kmk,/Config.kmk: Prepwork for repackaging a ...


Thu, 19 Apr 2018 21:43:40 GMT vboxsync [71925]
	* trunk/include/VBox/vmm/iom.h (modified)

	iom.h: Fixed buggy IOMMMIO_DOES_WRITE_MODE_ALLOW_QWORD macro (only ...


Thu, 19 Apr 2018 13:56:18 GMT vboxsync [71924]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsGeneral.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UINameAndSystemEditor.h (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp (modified)

	FE/Qt: bugref:9049: Full and heavy cleanup for UINameAndSystemEditor, ...


Thu, 19 Apr 2018 13:22:46 GMT vboxsync [71923]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMenuBar.h (modified)

	FE/Qt: bugref:9049: Tiny cleanup for UIMenuBar and move it to ...


Thu, 19 Apr 2018 13:14:59 GMT vboxsync [71922]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIMediumSizeEditor.h (modified)

	FE/Qt: bugref:9049: Tiny cleanup for UIMediumSizeEditor and move it ...


Thu, 19 Apr 2018 13:09:04 GMT vboxsync [71921]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHotKeyEditor.h (modified)

	FE/Qt: bugref:9049: Full and heavy cleanup for UIHotKeyEditor and ...


Thu, 19 Apr 2018 12:42:46 GMT vboxsync [71920]
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIHostComboEditor.h (modified)

	FE/Qt: bugref:9049: A bit of coding-style fixes for
	UIHostComboEditor.


Thu, 19 Apr 2018 11:15:56 GMT vboxsync [71919]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Nested hw.virt: Naming.


Thu, 19 Apr 2018 11:06:54 GMT vboxsync [71918]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Nested hw.virt: Clean up and unify hmR0SvmPostRunGuest ...


Thu, 19 Apr 2018 10:09:31 GMT vboxsync [71917]
	* trunk/src/VBox/Runtime/common/asm/asm-fake.cpp (modified)
	* trunk/src/VBox/Runtime/common/string/memrchr.cpp (modified)

	Build fixes


Thu, 19 Apr 2018 10:05:28 GMT vboxsync [71916]
	* trunk/Config.kmk (modified)
	* trunk/src/VBox/Runtime/Makefile.kmk (modified)
	* trunk/src/VBox/Runtime/common/asm/asm-fake.cpp (modified)
	* trunk/src/VBox/Runtime/common/string/memrchr.cpp (added)
	* trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp (modified)
	* trunk/src/VBox/Runtime/testcase/tstRTMemSafer.cpp (modified)

	More fixes for SPARC: No ASM for openssl crypto, add simple memrchr() ...


Thu, 19 Apr 2018 10:03:20 GMT vboxsync [71915]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Nested Hw.virt: Sync VMCPU_FF_INTERRUPT_NESTED_GUEST ...


Thu, 19 Apr 2018 09:04:03 GMT vboxsync [71914]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Build fix.


Thu, 19 Apr 2018 08:58:32 GMT vboxsync [71913]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Build fix.


Thu, 19 Apr 2018 08:57:19 GMT vboxsync [71912]
	* trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified)

	space.


Thu, 19 Apr 2018 08:55:26 GMT vboxsync [71911]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: typo.


Thu, 19 Apr 2018 08:54:23 GMT vboxsync [71910]
	* trunk/src/VBox/VMM/VMMAll/HMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMAll/HMSVMAll.cpp (modified)
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)
	* trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified)
	* trunk/src/VBox/VMM/include/HMInternal.h (modified)

	VMM/HM: Clean up and also fix HMR0EnsureCompleteBasicContext for ...


Thu, 19 Apr 2018 05:46:44 GMT vboxsync [71909]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Tidy and unify the TSC offsetting code.


Thu, 19 Apr 2018 05:13:28 GMT vboxsync [71908]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Cleanup, for using up next added if 0'd set/clear ...


Thu, 19 Apr 2018 04:55:15 GMT vboxsync [71907]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Verify hardware capability while enabling VGIF assertion ...


Thu, 19 Apr 2018 04:53:56 GMT vboxsync [71906]
	* trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified)

	VMM/HMSVMR0: Clean up VMCB initialization.


Wed, 18 Apr 2018 17:02:14 GMT vboxsync [71905]
	* trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.cpp (modified)
	* trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFilmContainer.h (modified)

	FE/Qt: bugref:9049: Full and heavy cleanup for UIFilmContainer and ...


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 16:22:34 GMT vboxsync [71903]
	* trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_client.c (modified)
	* trunk/src/VBox/GuestHost/OpenGL/state_tracker/state_program.c (modified)
	* trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_arrays.c (modified)
	* trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_program.c (modified)

	3D: bugref:9096, Chromium code cleanup