[Pkg-virtualbox-commits] [virtualbox] 02/03: Merge tag 'upstream/5.0.0_RC3-dfsg' into experimental
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Fri Jul 3 19:06:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch experimental
in repository virtualbox.
commit 80082f4e95526e752fba025add313c42c66b5b18
Merge: e131ba0 f552048
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Jul 3 19:06:03 2015 +0200
Merge tag 'upstream/5.0.0_RC3-dfsg' into experimental
Upstream version 5.0.0~RC3-dfsg
Config.kmk | 21 +-
doc/manual/en_US/images/clone-vm.png | Bin 87747 -> 27242 bytes
doc/manual/en_US/images/create-vdi-1.png | Bin 134442 -> 34961 bytes
doc/manual/en_US/images/create-vm-1.png | Bin 141652 -> 39447 bytes
doc/manual/en_US/images/create-vm-2.png | Bin 157453 -> 43915 bytes
doc/manual/en_US/images/dnd-modes.png | Bin 149172 -> 36457 bytes
doc/manual/en_US/images/ovf-import.png | Bin 200797 -> 51253 bytes
doc/manual/en_US/images/seamless.png | Bin 2499275 -> 603665 bytes
doc/manual/en_US/images/snapshots-1.png | Bin 152166 -> 50267 bytes
doc/manual/en_US/images/vbox-components.png | Bin 178225 -> 61668 bytes
doc/manual/en_US/images/vbox-sdl.png | Bin 955880 -> 287450 bytes
doc/manual/en_US/images/vboxlogo.png | Bin 206625 -> 57874 bytes
doc/manual/en_US/images/virtual-disk-manager.png | Bin 94196 -> 24362 bytes
doc/manual/en_US/images/virtual-disk-manager2.png | Bin 107755 -> 27222 bytes
doc/manual/en_US/images/virtualbox-main-empty.png | Bin 108117 -> 26800 bytes
doc/manual/en_US/images/virtualbox-main.png | Bin 656931 -> 236759 bytes
doc/manual/en_US/images/vm-close.png | Bin 27509 -> 6360 bytes
doc/manual/en_US/images/vm-groups.png | Bin 248830 -> 67765 bytes
doc/manual/en_US/images/vm-hostkey.png | Bin 10655 -> 1977 bytes
doc/manual/en_US/images/vm-settings-harddisk.png | Bin 67423 -> 17982 bytes
doc/manual/en_US/images/vm-vista-running.png | Bin 300956 -> 76644 bytes
doc/manual/user_ChangeLogImpl.xml | 7 +-
include/VBox/log.h | 30 +-
include/VBox/sup.h | 8 +
include/iprt/timer.h | 4 +
.../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp | 14 +-
.../common/VBoxService/VBoxServiceAutoMount.cpp | 1 +
.../common/VBoxService/VBoxServiceToolBox.cpp | 178 +--
.../Additions/linux/installer/vboxadd-service.sh | 2 +-
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 29 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 4 +-
.../Additions/linux/sharedfolders/mount.vboxsf.c | 11 +-
src/VBox/Additions/linux/sharedfolders/vbsfmount.h | 1 +
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 1556 +++++++++++++-------
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 16 +-
src/VBox/Devices/Audio/AudioMixBuffer.cpp | 8 +-
src/VBox/Devices/Audio/AudioMixer.cpp | 26 +-
src/VBox/Devices/Audio/AudioMixer.h | 1 +
src/VBox/Devices/Audio/DevIchAc97.cpp | 15 +-
src/VBox/Devices/Audio/DevIchHda.cpp | 31 +-
src/VBox/Devices/Audio/DevIchHdaCodec.cpp | 915 ++++++++----
src/VBox/Devices/Audio/DevIchHdaCodec.h | 10 +-
src/VBox/Devices/Audio/DevSB16.cpp | 9 +-
src/VBox/Devices/Audio/DrvAudio.cpp | 9 +-
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 9 +-
src/VBox/Devices/Audio/DrvHostALSAAudio.cpp | 26 +-
src/VBox/Devices/Audio/DrvHostCoreAudio.cpp | 14 +-
src/VBox/Devices/Audio/DrvHostDSound.cpp | 9 +-
src/VBox/Devices/Audio/DrvHostNullAudio.cpp | 8 +-
src/VBox/Devices/Audio/DrvHostOSSAudio.cpp | 13 +-
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 10 +-
src/VBox/Devices/Audio/alsa_stubs.c | 3 +-
src/VBox/Devices/Audio/pulse_stubs.c | 3 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 1048576 -> 1048576 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 21 +-
src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp | 6 +-
src/VBox/Devices/Input/PS2K.cpp | 2 +-
src/VBox/Devices/Makefile.kmk | 4 +-
src/VBox/Devices/Network/DevE1000.cpp | 8 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 89 +-
src/VBox/Devices/Storage/DevATA.cpp | 6 +-
.../onnv/lib/libdtrace/common/dt_printf.c | 2 +-
.../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp | 6 +-
.../Frontends/VirtualBox/nls/ApprovedLanguages.kmk | 1 -
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 6 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 6 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 1250 ++++++++--------
.../Frontends/VirtualBox/src/VBoxFBOverlay.cpp | 2 +
.../VirtualBox/src/extradata/UIExtraDataDefs.cpp | 1 +
.../VirtualBox/src/extradata/UIExtraDataDefs.h | 3 +
.../src/extradata/UIExtraDataManager.cpp | 30 +-
.../VirtualBox/src/extradata/UIExtraDataManager.h | 9 +-
.../VirtualBox/src/runtime/UIDnDDataObject_win.cpp | 458 +++---
.../VirtualBox/src/runtime/UIDnDDataObject_win.h | 16 +-
.../VirtualBox/src/runtime/UIDnDDropSource_win.cpp | 8 +
.../VirtualBox/src/runtime/UIDnDHandler.cpp | 99 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 56 +-
.../VirtualBox/src/runtime/UIMachineView.h | 16 +-
.../src/runtime/UIMenuBarEditorWindow.cpp | 791 +++++-----
.../VirtualBox/src/runtime/UIMenuBarEditorWindow.h | 111 +-
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 17 +-
.../src/runtime/UIStatusBarEditorWindow.cpp | 177 +--
.../src/runtime/UIStatusBarEditorWindow.h | 19 +-
.../src/runtime/normal/UIMachineViewNormal.cpp | 18 +-
.../src/runtime/scale/UIMachineViewScale.cpp | 10 +-
.../machine/UIMachineSettingsInterface.cpp | 84 +-
.../settings/machine/UIMachineSettingsInterface.h | 65 +-
src/VBox/GuestHost/OpenGL/util/vboxhgcm.c | 2 +-
src/VBox/HostDrivers/Support/SUPDrv.cpp | 14 +
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 2 +-
src/VBox/HostDrivers/Support/SUPLibInternal.h | 17 +-
src/VBox/HostDrivers/Support/SUPR0-def-lx.sed | 9 +
src/VBox/HostDrivers/Support/SUPR0-def-pe.sed | 8 +
src/VBox/HostDrivers/Support/SUPR3HardenedIPRT.cpp | 4 +-
src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp | 88 +-
.../Support/SUPR3HardenedMainTemplateTestcase.cpp | 34 +
.../HostDrivers/Support/SUPR3HardenedVerify.cpp | 65 +-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 8 +
.../Support/testcase/tstSupTscDelta.cpp | 2 +-
.../Support/win/SUPHardenedVerify-win.h | 2 +-
.../Support/win/SUPHardenedVerifyImage-win.cpp | 4 +-
.../Support/win/SUPR3HardenedMain-win.cpp | 195 ++-
.../Support/win/SUPR3HardenedMainA-win.asm | 7 +-
.../Support/win/SUPR3HardenedMainImports-win.cpp | 8 +-
src/VBox/HostDrivers/Support/win/winstub.com | Bin 128 -> 0 bytes
.../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp | 2 +-
.../VBoxNetFlt/linux/VBoxNetFlt-linux.c | 2 +-
src/VBox/Installer/linux/Makefile.kmk | 15 +
src/VBox/Installer/linux/install.sh | 29 +-
src/VBox/Installer/linux/routines.sh | 627 +++-----
src/VBox/Installer/linux/run-inst.sh | 7 +-
src/VBox/Installer/linux/vboxautostart-service.sh | 2 +-
.../Installer/linux/vboxballoonctrl-service.sh | 2 +-
src/VBox/Installer/linux/vboxdrv.sh.in | 2 +-
src/VBox/Installer/linux/vboxweb-service.sh | 2 +-
src/VBox/Installer/win/Makefile.kmk | 12 +-
src/VBox/Installer/win/VirtualBox.wxs | 2 +
src/VBox/Main/cbinding/capiidl.xsl | 54 +-
src/VBox/Main/cbinding/tstCAPIGlue.c | 2 +-
src/VBox/Main/glue/vboxapi.py | 29 +-
src/VBox/Main/include/GuestCtrlImplPrivate.h | 15 +-
src/VBox/Main/include/GuestDnDPrivate.h | 24 +-
src/VBox/Main/src-client/DrvAudioVRDE.cpp | 7 +-
src/VBox/Main/src-client/GuestDirectoryImpl.cpp | 3 +-
src/VBox/Main/src-client/GuestDnDPrivate.cpp | 80 +-
src/VBox/Main/src-client/GuestDnDSourceImpl.cpp | 8 +-
src/VBox/Main/src-client/GuestDnDTargetImpl.cpp | 139 +-
src/VBox/Main/src-client/GuestProcessImpl.cpp | 4 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 16 +-
src/VBox/Main/src-client/SessionImpl.cpp | 16 +-
src/VBox/Main/src-server/AudioAdapterImpl.cpp | 26 +-
src/VBox/Runtime/VBox/log-vbox.cpp | 10 +-
src/VBox/Runtime/common/misc/getopt.cpp | 2 +-
src/VBox/Runtime/common/path/RTPathRmCmd.cpp | 2 +-
src/VBox/Runtime/generic/env-generic.cpp | 4 +-
.../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp | 4 +-
src/VBox/Runtime/r0drv/nt/timer-r0drv-nt.cpp | 4 +-
src/VBox/Runtime/r3/isofs.cpp | 8 +-
src/VBox/Runtime/testcase/Makefile.kmk | 24 +-
src/VBox/Runtime/testcase/tstRTR0DbgKrnlInfo.cpp | 12 +-
src/VBox/Runtime/testcase/tstRTR0Timer.cpp | 26 +-
src/VBox/Runtime/testcase/tstRTR0TimerDriver.cpp | 4 -
src/VBox/Storage/Debug/VDDbgIoLog.cpp | 3 +
src/VBox/Storage/VCICache.cpp | 2 +
src/VBox/Storage/VD.cpp | 10 +-
src/VBox/Storage/VMDK.cpp | 10 +
src/VBox/Storage/testcase/tstVDIo.cpp | 6 +
src/VBox/Storage/testcase/tstVDSnap.cpp | 11 +
src/VBox/VMM/VMMAll/IEMAllAImplC.cpp | 6 +-
src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h | 4 +-
src/VBox/VMM/VMMAll/IOMAllMMIO.cpp | 23 +-
src/VBox/VMM/VMMR0/GIMR0Hv.cpp | 11 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 16 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 28 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 6 -
src/VBox/VMM/VMMR0/VMMR0.cpp | 1 +
src/VBox/VMM/VMMR3/CFGM.cpp | 13 +
src/VBox/VMM/VMMR3/GIMHv.cpp | 133 +-
src/VBox/VMM/VMMR3/GIMKvm.cpp | 15 +-
src/VBox/VMM/include/GIMHvInternal.h | 2 +
src/VBox/VMM/include/GIMKvmInternal.h | 4 +-
src/VBox/VMM/include/HMInternal.h | 4 +-
src/VBox/VMM/testcase/Makefile.kmk | 16 +-
src/VBox/VMM/testcase/tstVMREQ.cpp | 12 +-
src/VBox/ValidationKit/common/webutils.py | 6 +-
src/VBox/ValidationKit/testdriver/reporter.py | 34 +-
src/VBox/ValidationKit/testdriver/vbox.py | 24 +-
src/VBox/ValidationKit/testdriver/vboxinstaller.py | 21 +-
src/VBox/ValidationKit/testmanager/core/base.py | 5 +-
src/VBox/ValidationKit/testmanager/core/report.py | 7 +-
.../ValidationKit/testmanager/core/testresults.py | 235 +--
.../ValidationKit/testmanager/webui/wuimain.py | 4 +-
.../tests/additions/tdAddGuestCtrl.py | 994 ++++++++-----
.../ValidationKit/tests/unittests/tdUnitTest1.py | 5 +-
src/VBox/ValidationKit/utils/network/NetPerf.cpp | 5 +-
180 files changed, 5919 insertions(+), 3865 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list