[Pkg-virtualbox-commits] [virtualbox] 11/14: Merge tag 'upstream/4.3.12-dfsg'
Ritesh Raj Sarraf
rrs at moszumanska.debian.org
Wed Jun 4 14:25:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
rrs pushed a commit to branch master
in repository virtualbox.
commit f6de72feaa6636134bfa4a29242098ae36ba2ac8
Merge: 17eba03 0e889e3
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue May 27 14:35:08 2014 +0200
Merge tag 'upstream/4.3.12-dfsg'
Upstream version 4.3.12-dfsg
# gpg: Firma eseguita in data "mar 27 mag 2014 14:35:07 CEST" usando RSA, ID chiave 8F075E1D
# gpg: Good signature from "Gianfranco Costamagna <costamagnagianfranco at yahoo.it>"
# gpg: conosciuto anche come "[jpeg image of size 4550]"
# gpg: ATTENZIONE: questa chiave non è certificata con una firma fidata!
# gpg: Non ci sono indicazioni che la firma appartenga al proprietario.
# Impronta digitale della chiave primaria: 2985 B56E 5FBC 9D9C 21E9 597B 8B6E F252 8F07 5E1D
Config.kmk | 9 +-
Makefile.kmk | 13 +
doc/manual/en_US/user_AdvancedTopics.xml | 56 +-
doc/manual/en_US/user_BasicConcepts.xml | 12 +
doc/manual/en_US/user_Frontends.xml | 4 +-
doc/manual/en_US/user_GuestAdditions.xml | 3 +-
doc/manual/en_US/user_KnownIssues.xml | 5 +
doc/manual/en_US/user_Storage.xml | 6 +-
doc/manual/user_ChangeLogImpl.xml | 131 +++
include/VBox/VBoxCrHgsmi.h | 1 +
include/VBox/shflsvc.h | 56 +-
include/VBox/vmm/hm_vmx.h | 2 +-
include/iprt/mangling.h | 3 +
include/iprt/string.h | 39 +-
src/VBox/Additions/common/VBoxGuest/Makefile.kmk | 1 -
.../Additions/common/VBoxGuest/VBoxGuest-win.cpp | 99 +-
src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp | 49 +-
.../Additions/common/VBoxGuest/VBoxGuestInternal.h | 3 -
.../VBoxService/VBoxServiceControlProcess.cpp | 2 +
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 4 +-
.../Additions/common/crOpenGL/getprocaddress.py | 3 +-
src/VBox/Additions/common/crOpenGL/load.c | 8 +-
src/VBox/Additions/common/crOpenGL/pack/packspu.h | 2 +
.../Additions/common/crOpenGL/pack/packspu_get.py | 2 +-
.../Additions/common/crOpenGL/pack/packspu_glsl.c | 76 +-
.../Additions/common/crOpenGL/pack/packspu_net.c | 6 +
.../Additions/common/crOpenGL/pack/packspu_special | 2 +
.../common/crOpenGL/windows_getprocaddress.py | 3 +-
src/VBox/Additions/linux/Makefile.kmk | 10 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 18 +-
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.cpp | 5 +-
src/VBox/Devices/Graphics/DevVGA.h | 5 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 62 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 125 +--
src/VBox/Devices/Network/slirp/bootp.c | 14 +-
src/VBox/Devices/Network/slirp/dnsproxy/dnsproxy.c | 5 +-
src/VBox/Devices/Network/slirp/ip_icmp.c | 168 ++-
src/VBox/Devices/Network/slirp/libalias/alias_db.c | 9 +-
.../Devices/Network/slirp/resolv_conf_parser.h | 2 +-
src/VBox/Devices/Network/slirp/slirp.c | 2 +-
src/VBox/Devices/Network/slirp/slirp.h | 2 +
src/VBox/Devices/Network/slirp/socket.c | 3 +
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 27 +-
src/VBox/Devices/VMMDev/VMMDev.cpp | 2 +
src/VBox/Devices/VMMDev/VMMDevHGCM.cpp | 43 +-
src/VBox/Devices/VMMDev/VMMDevHGCM.h | 2 +
src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp | 22 +-
src/VBox/Frontends/VirtualBox/Makefile.kmk | 1 +
.../VirtualBox/src/converter/UIConverterBackend.h | 6 +
.../src/converter/UIConverterBackendGlobal.cpp | 68 ++
.../Frontends/VirtualBox/src/globals/UIDefs.cpp | 6 +
src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h | 21 +
.../VirtualBox/src/globals/VBoxGlobal.cpp | 37 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 10 +
.../Frontends/VirtualBox/src/medium/UIMedium.cpp | 19 +
.../Frontends/VirtualBox/src/medium/UIMedium.h | 3 +
.../VirtualBox/src/medium/UIMediumManager.cpp | 23 +-
.../VirtualBox/src/medium/UIMediumManager.h | 3 -
.../VirtualBox/src/net/UIUpdateManager.cpp | 113 +-
.../src/platform/darwin/UICocoaApplication.mm | 12 +-
.../src/platform/darwin/VBoxUtils-darwin-cocoa.mm | 30 +-
.../src/platform/darwin/VBoxUtils-darwin.cpp | 5 +
.../src/platform/darwin/VBoxUtils-darwin.h | 4 +
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 22 +
.../VirtualBox/src/runtime/UIFrameBuffer.h | 16 +
.../VirtualBox/src/runtime/UIFrameBufferQImage.cpp | 110 +-
.../VirtualBox/src/runtime/UIFrameBufferQImage.h | 10 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 26 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 10 +
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 16 +-
.../VirtualBox/src/runtime/UIMouseHandler.cpp | 4 +-
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 34 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 46 +-
.../fullscreen/UIMachineLogicFullscreen.cpp | 158 ++-
.../runtime/fullscreen/UIMachineLogicFullscreen.h | 9 +-
.../fullscreen/UIMachineWindowFullscreen.cpp | 14 +-
.../runtime/fullscreen/UIMachineWindowFullscreen.h | 2 +
.../src/runtime/normal/UIMachineLogicNormal.cpp | 3 +-
.../runtime/seamless/UIMachineLogicSeamless.cpp | 3 +-
.../runtime/seamless/UIMachineWindowSeamless.cpp | 2 -
.../graphics/details/UIGMachinePreview.cpp | 22 +-
.../selector/graphics/details/UIGMachinePreview.h | 1 +
.../VirtualBox/src/widgets/UIMiniToolBar.cpp | 18 +-
.../VirtualBox/src/widgets/VBoxMediaComboBox.cpp | 5 +
src/VBox/GuestHost/OpenGL/Makefile.kmk | 6 +
src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt | 12 +
src/VBox/GuestHost/OpenGL/include/cr_net.h | 5 +
src/VBox/GuestHost/OpenGL/include/cr_protocol.h | 21 +-
src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h | 6 +
src/VBox/GuestHost/OpenGL/packer/pack_shaders.c | 16 +
src/VBox/GuestHost/OpenGL/packer/packer_special | 1 +
.../GuestHost/OpenGL/state_tracker/state_glsl.c | 289 ++++-
.../GuestHost/OpenGL/state_tracker/state_special | 1 +
src/VBox/GuestHost/OpenGL/util/net.c | 12 +
src/VBox/GuestHost/OpenGL/util/net_internals.h | 3 +
src/VBox/GuestHost/OpenGL/util/vboxhgcm.c | 132 ++-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 23 +-
.../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp | 36 +-
src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp | 2 +-
src/VBox/HostDrivers/darwin/VBoxNetSend.h | 9 -
src/VBox/HostServices/SharedClipboard/service.cpp | 24 +-
src/VBox/HostServices/SharedFolders/mappings.cpp | 11 +-
src/VBox/HostServices/SharedFolders/service.cpp | 59 +-
src/VBox/HostServices/SharedFolders/vbsf.cpp | 753 +++++++------
.../SharedOpenGL/crserverlib/server_config.c | 19 +-
.../SharedOpenGL/crserverlib/server_getshaders.c | 23 +
.../SharedOpenGL/crserverlib/server_special | 1 +
.../HostServices/SharedOpenGL/unpacker/unpack.py | 12 +-
.../SharedOpenGL/unpacker/unpack_shaders.c | 10 +
.../SharedOpenGL/unpacker/unpacker_special | 1 +
.../darwin/VirtualBox_mpkg/distribution.dist | 11 +-
src/VBox/Installer/linux/run-inst.sh | 1 +
.../win/InstallHelper/VBoxInstallHelper.cpp | 31 +-
src/VBox/Installer/win/Makefile.kmk | 235 +++-
src/VBox/Installer/win/NLS/de_DE.wxl | 4 +-
src/VBox/Installer/win/NLS/en_US.wxl | 4 +-
src/VBox/Installer/win/NLS/fa_IR.wxl | 11 +-
src/VBox/Installer/win/NLS/fr_FR.wxl | 4 +-
src/VBox/Installer/win/NLS/it_IT.wxl | 11 +-
src/VBox/Installer/win/NLS/tr_TR.wxl | 112 +-
src/VBox/Installer/win/NLS/zh_TW.wxl | 12 +-
src/VBox/Installer/win/Properties.wxi | 60 +
src/VBox/Installer/win/Stub/VBoxStub.cpp | 263 +++--
src/VBox/Installer/win/UserInterface.wxi | 25 +-
src/VBox/Installer/win/VBoxMergeApp.wxi | 346 ++++++
src/VBox/Installer/win/VBoxMergeApp.wxs | 69 ++
src/VBox/Installer/win/VBoxMergeAppCA.wxi | 19 +
src/VBox/Installer/win/VBoxMergeAppSeq.wxi | 19 +
src/VBox/Installer/win/VBoxMergeCOM32On64.wxi | 55 +
src/VBox/Installer/win/VBoxMergeCOM32On64.wxs | 46 +
src/VBox/Installer/win/VBoxMergeCOM32On64CA.wxi | 19 +
src/VBox/Installer/win/VBoxMergeCOM32On64Seq.wxi | 19 +
src/VBox/Installer/win/VBoxMergeNetAdp.wxi | 29 +
src/VBox/Installer/win/VBoxMergeNetAdp.wxs | 54 +
src/VBox/Installer/win/VBoxMergeNetAdpCA.wxi | 26 +
src/VBox/Installer/win/VBoxMergeNetAdpSeq.wxi | 44 +
src/VBox/Installer/win/VBoxMergeNetFlt.wxi | 35 +
src/VBox/Installer/win/VBoxMergeNetFlt.wxs | 54 +
src/VBox/Installer/win/VBoxMergeNetFltCA.wxi | 33 +
src/VBox/Installer/win/VBoxMergeNetFltSeq.wxi | 78 ++
src/VBox/Installer/win/VBoxMergePython.wxi | 41 +
src/VBox/Installer/win/VBoxMergePython.wxs | 54 +
src/VBox/Installer/win/VBoxMergePythonCA.wxi | 22 +
src/VBox/Installer/win/VBoxMergePythonSeq.wxi | 34 +
src/VBox/Installer/win/VBoxMergeUSB.wxi | 49 +
src/VBox/Installer/win/VBoxMergeUSB.wxs | 46 +
src/VBox/Installer/win/VBoxMergeUSBCA.wxi | 19 +
src/VBox/Installer/win/VBoxMergeUSBSeq.wxi | 19 +
src/VBox/Installer/win/VirtualBox.wxs | 1184 +++++++-------------
src/VBox/Main/Makefile.kmk | 3 +-
src/VBox/Main/cbinding/Makefile.kmk | 3 +-
src/VBox/Main/cbinding/VBoxCAPI.cpp | 142 ++-
src/VBox/Main/cbinding/capiidl.xsl | 34 +-
src/VBox/Main/cbinding/tstCAPIGlue.c | 31 +-
src/VBox/Main/include/ConsoleImpl.h | 49 +-
src/VBox/Main/include/DisplayImpl.h | 11 +-
src/VBox/Main/src-all/win/comregister.cmd | 12 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 14 +-
src/VBox/Main/src-server/MachineImpl.cpp | 2 +-
src/VBox/Main/src-server/darwin/iokit.cpp | 22 +-
src/VBox/Main/src-server/linux/USBGetDevices.cpp | 4 +-
src/VBox/Main/src-server/win/HostPowerWin.cpp | 19 +-
src/VBox/Main/src-server/win/svcmain.cpp | 4 +-
src/VBox/NetworkServices/NAT/proxy.c | 4 +-
src/VBox/Runtime/Makefile.kmk | 10 +-
src/VBox/Runtime/common/asm/ASMAtomicUoAndU32.asm | 4 +-
src/VBox/Runtime/common/asm/ASMAtomicUoOrU32.asm | 4 +-
src/VBox/Runtime/common/log/log.cpp | 54 +-
src/VBox/Runtime/common/string/utf-16.cpp | 109 ++
src/VBox/Runtime/common/string/utf-8.cpp | 18 +-
.../Runtime/r3/posix/process-creation-posix.cpp | 17 +-
.../Runtime/r3/win/RTSystemQueryOSInfo-win.cpp | 9 +-
src/VBox/Runtime/r3/win/init-win.cpp | 74 +-
src/VBox/Runtime/r3/win/internal-r3-win.h | 10 +-
src/VBox/Storage/VHD.cpp | 17 +-
src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp | 8 +
src/VBox/VMM/VMMAll/IEMAll.cpp | 2 +-
.../VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h | 40 +
184 files changed, 5206 insertions(+), 2240 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