[Pkg-virtualbox-commits] [virtualbox] 02/03: Merge tag 'upstream/5.1.14-dfsg'
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Tue Jan 17 15:01:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository virtualbox.
commit 8d90b7e3fae0bf57d01f4b0c121c71d5134f311a
Merge: 162bbf2 057939e
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue Jan 17 15:54:30 2017 +0100
Merge tag 'upstream/5.1.14-dfsg'
Upstream version 5.1.14-dfsg
Config.kmk | 4 +-
doc/manual/user_ChangeLogImpl.xml | 58 ++
include/iprt/formats/pecoff.h | 130 +++-
include/iprt/ldr.h | 14 +-
include/iprt/mangling.h | 1 +
include/iprt/nt/nt.h | 24 +-
src/VBox/Additions/linux/sharedfolders/regops.c | 33 +-
src/VBox/Devices/Audio_50/DevHDA.cpp | 32 +-
src/VBox/Devices/Audio_50/DevIchAc97.cpp | 15 +-
src/VBox/Devices/Audio_50/DevSB16.cpp | 4 +-
src/VBox/Devices/Audio_50/DrvAudio.cpp | 10 +-
src/VBox/Devices/Audio_50/DrvHostCoreAudio.cpp | 114 ++-
src/VBox/Devices/Audio_50/DrvHostDSound.cpp | 38 +-
src/VBox/Devices/Audio_50/HDACodec.cpp | 3 +-
.../Audio_50/testcase/tstAudioMixBuffer.cpp | 1 -
src/VBox/Devices/Bus/DevPciIch9.cpp | 469 +++++++-----
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 2097152 -> 2097152 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 2097152 -> 2097152 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative286.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | 6 +-
.../BIOS/VBoxVgaBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 821 ++++++++++++++++-----
src/VBox/Devices/Graphics/DevVGA-SVGA.h | 2 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m | 10 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h | 1 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 7 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 26 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp | 15 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 13 +-
src/VBox/Devices/Graphics/DevVGA.h | 86 +++
.../Devices/PC/BIOS/VBoxBiosAlternative286.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.md5sum | 2 +-
src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp | 23 +
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 32 +-
.../VirtualBox/src/globals/UIMessageCenter.cpp | 22 +
.../VirtualBox/src/globals/UIMessageCenter.h | 2 +
.../Frontends/VirtualBox/src/net/UIDownloader.cpp | 40 +-
.../Frontends/VirtualBox/src/net/UIDownloader.h | 22 +-
.../VirtualBox/src/net/UIDownloaderAdditions.cpp | 73 +-
.../VirtualBox/src/net/UIDownloaderAdditions.h | 2 +
.../src/net/UIDownloaderExtensionPack.cpp | 82 +-
.../VirtualBox/src/net/UIDownloaderExtensionPack.h | 2 +
.../VirtualBox/src/net/UIUpdateManager.cpp | 4 +-
.../VirtualBox/src/runtime/UIMultiScreenLayout.cpp | 17 +-
.../VirtualBox/src/runtime/UIMultiScreenLayout.h | 1 +
.../VirtualBox/src/selector/VBoxSnapshotsWgt.cpp | 2 +-
.../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp | 12 +-
src/VBox/HostServices/SharedFolders/shflhandle.h | 1 +
src/VBox/HostServices/SharedFolders/vbsf.cpp | 387 ++++++----
src/VBox/Main/include/GuestSessionImpl.h | 2 -
src/VBox/Main/include/MachineImpl.h | 49 +-
src/VBox/Main/include/ThreadTask.h | 10 +-
src/VBox/Main/include/ovfreader.h | 4 +-
src/VBox/Main/src-all/ThreadTask.cpp | 34 +-
src/VBox/Main/src-client/GuestDnDTargetImpl.cpp | 6 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 33 -
src/VBox/Main/src-server/MachineImpl.cpp | 39 +-
src/VBox/Main/src-server/SnapshotImpl.cpp | 47 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 67 +-
src/VBox/Main/src-server/xpcom/server.cpp | 3 +
src/VBox/Runtime/common/ldr/ldrFile.cpp | 31 +-
src/VBox/Runtime/common/ldr/ldrPE.cpp | 50 +-
src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c | 6 +-
.../r0drv/linux/mpnotification-r0drv-linux.c | 55 +-
src/VBox/Runtime/testcase/tstLdr-2.cpp | 5 +-
src/VBox/Runtime/testcase/tstLdr-3.cpp | 5 +-
src/VBox/Runtime/testcase/tstLdr-4.cpp | 4 +-
src/VBox/VMM/VMMAll/IEMAllAImplC.cpp | 15 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 53 +-
src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp | 49 +-
src/VBox/VMM/VMMRZ/VMMRZ.cpp | 6 +-
78 files changed, 2303 insertions(+), 967 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