[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (7853b92 -> 40b3330)
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Tue Mar 17 07:41:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a change to branch upstream
in repository virtualbox.
from 7853b92 Imported Upstream version 4.3.24-dfsg
new 40b3330 Imported Upstream version 4.3.26-dfsg
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Config.kmk | 5 +-
doc/manual/en_US/user_BasicConcepts.xml | 8 +
doc/manual/en_US/user_Introduction.xml | 17 +-
doc/manual/en_US/user_Storage.xml | 6 +
doc/manual/user_ChangeLogImpl.xml | 68 +
include/VBox/sup.h | 1 +
include/iprt/asm-amd64-x86.h | 43 +
include/iprt/asn1-generator-pass.h | 27 +-
include/iprt/x86.h | 68 +-
include/iprt/x86.mac | 27 +
.../common/VBoxService/VBoxServiceVMInfo.cpp | 37 +-
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-SVGA.cpp | 6 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m | 5 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 1615 +++++++++++++++-----
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp | 3 +
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h | 31 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 409 ++---
src/VBox/Devices/Graphics/DevVGA-SVGA3d.h | 4 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 2 +-
src/VBox/Devices/Graphics/shaderlib/glsl_shader.c | 105 ++
src/VBox/Devices/Graphics/shaderlib/shader.c | 2 +
src/VBox/Devices/Graphics/shaderlib/shader_sm1.c | 4 +
.../Devices/Graphics/shaderlib/wined3d_private.h | 6 +
src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c | 629 ++++++++
src/VBox/Devices/Makefile.kmk | 3 -
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/ipxe/iPxeBiosBin.rom | Bin 53248 -> 54272 bytes
.../VirtualBox/src/globals/VBoxGlobal.cpp | 3 +-
.../VirtualBox/src/selector/VBoxSnapshotsWgt.cpp | 22 +-
src/VBox/HostDrivers/Support/SUPDrv.c | 29 +
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 4 +-
src/VBox/HostDrivers/Support/SUPDrvInternal.h | 1 +
src/VBox/HostDrivers/Support/SUPLib.cpp | 2 +-
.../HostDrivers/Support/darwin/SUPDrv-darwin.cpp | 49 +
src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c | 23 +-
src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp | 68 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp | 7 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.m | 350 +++--
src/VBox/Main/include/NetworkServiceRunner.h | 5 +-
src/VBox/Main/src-all/DisplayUtils.cpp | 6 +-
src/VBox/Main/src-client/ConsoleImpl.cpp | 3 +
src/VBox/Main/src-client/DisplayImpl.cpp | 4 +
src/VBox/Main/src-server/DHCPServerImpl.cpp | 14 +-
src/VBox/Main/src-server/HostDnsService.cpp | 49 +-
src/VBox/Main/src-server/HostDnsService.h | 1 -
src/VBox/Main/src-server/NATNetworkImpl.cpp | 8 +-
src/VBox/Main/src-server/NetworkServiceRunner.cpp | 62 +-
.../src-server/darwin/HostDnsServiceDarwin.cpp | 1 -
.../Main/src-server/linux/HostDnsServiceLinux.cpp | 4 -
src/VBox/Main/src-server/win/HostDnsServiceWin.cpp | 1 -
src/VBox/NetworkServices/DHCP/Config.cpp | 55 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 11 +
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 11 +
src/VBox/NetworkServices/NetLib/ComHostUtils.cpp | 4 +-
.../NetworkServices/NetLib/VBoxNetBaseService.cpp | 59 +-
.../NetworkServices/NetLib/VBoxNetBaseService.h | 1 +
src/VBox/NetworkServices/NetLib/utils.h | 2 +-
src/VBox/RDP/client/Makefile.in | 4 +-
src/VBox/RDP/client/Makefile.kmk | 1 +
src/VBox/RDP/client/vrdp/rdpusb.c | 52 +-
src/VBox/Runtime/common/string/strformatrt.cpp | 1 +
src/VBox/Runtime/r0drv/linux/the-linux-kernel.h | 5 +
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 17 +-
src/VBox/VMM/VMMR3/CPUM.cpp | 7 +-
src/VBox/VMM/VMMR3/PGMPhys.cpp | 2 +-
70 files changed, 3137 insertions(+), 956 deletions(-)
create mode 100644 src/VBox/Devices/Graphics/testcase/dump-vmwgfx.c
--
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