[Pkg-virtualbox-commits] [virtualbox] branch master updated (ef9b4f4 -> 17eba03)
Felix Geyer
fgeyer at moszumanska.debian.org
Sun Apr 6 15:56:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
fgeyer pushed a change to branch master
in repository virtualbox.
from ef9b4f4 Merge branch 'master' of git+ssh://anonscm.debian.org/git/pkg-virtualbox/virtualbox
new 1e85aed Imported Upstream version 4.3.8-dfsg
new 1700c7d Imported Upstream version 4.3.10-dfsg
new 3dd36dc Merge tag 'upstream/4.3.10-dfsg'
new c76644a New upstream release.
new 126b74b Override embedded-library nspr lintian warning, it's a locally modified version.
new 17eba03 Release to unstable.
The 6 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 | 4 +-
debian/changelog | 14 +-
.../39-fix-wrong-vboxvideo_drv-source.patch | 23 -
debian/patches/series | 1 -
debian/virtualbox.lintian-overrides | 1 +
doc/manual/en_US/user_AdvancedTopics.xml | 357 +++-
doc/manual/en_US/user_VBoxManage.xml | 2 +-
doc/manual/fr_FR/user_AdvancedTopics.xml | 94 +-
doc/manual/user_ChangeLogImpl.xml | 386 +++-
include/VBox/HostServices/VBoxCrOpenGLSvc.h | 3 +-
include/VBox/VBoxVideo.h | 70 +-
include/VBox/VBoxVideo3D.h | 32 -
include/VBox/VBoxVideoHost3D.h | 128 ++
include/VBox/log.h | 87 +
include/VBox/vmm/cpum.h | 16 +-
include/VBox/vmm/hm_vmx.h | 40 +
include/VBox/vmm/pdmifs.h | 20 +-
include/VBox/vmm/ssm.h | 1 +
.../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp | 15 +-
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 5 -
src/VBox/Additions/linux/installer/vboxadd-x11.sh | 16 +-
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 92 +-
src/VBox/Additions/x11/vboxvideo/Makefile.kmk | 2 +-
src/VBox/Debugger/DBGPlugInLinux.cpp | 23 +-
src/VBox/Devices/EFI/DevEFI.cpp | 2 +-
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 | 253 +--
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 6 +
src/VBox/Devices/Graphics/DevVGA.h | 11 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 74 +-
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 2098 ++++++++++++--------
src/VBox/Devices/Makefile.kmk | 5 +-
src/VBox/Devices/Network/lwip-new/CHANGELOG | 44 +
src/VBox/Devices/Network/lwip-new/Makefile.kmk | 34 +-
src/VBox/Devices/Network/lwip-new/src/api/tcpip.c | 1 +
.../Devices/Network/lwip-new/src/core/ipv4/icmp.c | 4 +
.../Devices/Network/lwip-new/src/core/ipv4/ip4.c | 4 +-
.../Network/lwip-new/src/core/ipv4/ip_frag.c | 15 +-
.../Devices/Network/lwip-new/src/core/ipv6/icmp6.c | 10 +-
.../Devices/Network/lwip-new/src/core/ipv6/ip6.c | 17 +-
.../Devices/Network/lwip-new/src/core/ipv6/mld6.c | 2 +
.../Devices/Network/lwip-new/src/core/ipv6/nd6.c | 6 +
src/VBox/Devices/Network/lwip-new/src/core/memp.c | 12 +-
src/VBox/Devices/Network/lwip-new/src/core/netif.c | 66 +-
.../Devices/Network/lwip-new/src/core/snmp/mib2.c | 10 +-
src/VBox/Devices/Network/lwip-new/src/core/stats.c | 4 +-
src/VBox/Devices/Network/lwip-new/src/core/tcp.c | 9 +-
.../Devices/Network/lwip-new/src/core/tcp_out.c | 7 +-
.../Devices/Network/lwip-new/src/core/timers.c | 22 +-
.../lwip-new/src/include/ipv4/lwip/autoip.h | 3 +
.../Network/lwip-new/src/include/ipv4/lwip/inet.h | 16 +-
.../lwip-new/src/include/ipv4/lwip/ip4_addr.h | 3 +
.../Network/lwip-new/src/include/ipv6/lwip/inet6.h | 2 +-
.../lwip-new/src/include/ipv6/lwip/ip6_addr.h | 9 +-
.../Network/lwip-new/src/include/lwip/debug.h | 8 +-
.../Network/lwip-new/src/include/lwip/memp_std.h | 2 +-
.../Network/lwip-new/src/include/lwip/netif.h | 2 +-
.../Network/lwip-new/src/include/lwip/netifapi.h | 3 +
.../Network/lwip-new/src/include/lwip/opt.h | 28 +-
.../Network/lwip-new/src/include/lwip/snmp.h | 4 +-
.../Network/lwip-new/src/include/lwip/sockets.h | 51 +-
.../Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp | 10 +-
.../Network/lwip-new/vbox/include/lwip-log.h | 93 +
.../Network/lwip-new/vbox/include/lwip-namespace.h | 26 +-
.../Network/{lwip-new/vbox/include => }/lwipopts.h | 61 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Storage/DrvHostBase.cpp | 4 +-
src/VBox/Devices/VMMDev/VMMDevHGCM.cpp | 12 +
.../src/globals/UIExtraDataEventHandler.cpp | 20 +-
.../src/globals/UIExtraDataEventHandler.h | 1 +
.../src/platform/darwin/UICocoaApplication.h | 23 +
.../src/platform/darwin/UICocoaApplication.mm | 94 +-
.../src/platform/darwin/VBoxUtils-darwin-cocoa.mm | 43 +
.../src/platform/darwin/VBoxUtils-darwin.cpp | 20 +
.../src/platform/darwin/VBoxUtils-darwin.h | 10 +
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 8 +
.../VirtualBox/src/runtime/UIKeyboardHandler.cpp | 12 +-
.../Frontends/VirtualBox/src/runtime/UIMachine.cpp | 53 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 77 +-
.../VirtualBox/src/runtime/UIMachineLogic.h | 15 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 2 +-
.../VirtualBox/src/runtime/UIMachineWindow.cpp | 36 +-
.../VirtualBox/src/runtime/UIMachineWindow.h | 18 +-
.../VirtualBox/src/runtime/UIMouseHandler.cpp | 51 +-
.../VirtualBox/src/runtime/UIMouseHandler.h | 7 +
.../Frontends/VirtualBox/src/runtime/UISession.cpp | 48 +-
.../Frontends/VirtualBox/src/runtime/UISession.h | 9 -
.../fullscreen/UIMachineLogicFullscreen.cpp | 448 ++++-
.../runtime/fullscreen/UIMachineLogicFullscreen.h | 58 +-
.../fullscreen/UIMachineWindowFullscreen.cpp | 228 ++-
.../runtime/fullscreen/UIMachineWindowFullscreen.h | 39 +-
.../src/runtime/normal/UIMachineLogicNormal.cpp | 12 +-
.../src/runtime/normal/UIMachineWindowNormal.cpp | 16 +-
.../src/runtime/scale/UIMachineLogicScale.cpp | 12 +-
.../src/runtime/scale/UIMachineWindowScale.cpp | 16 +-
.../runtime/seamless/UIMachineLogicSeamless.cpp | 40 +-
.../src/runtime/seamless/UIMachineLogicSeamless.h | 3 +
.../runtime/seamless/UIMachineWindowSeamless.cpp | 47 +-
.../src/runtime/seamless/UIMachineWindowSeamless.h | 6 +-
.../src/settings/global/UIGlobalSettingsInput.cpp | 20 +-
.../VirtualBox/src/widgets/UIMiniToolBar.cpp | 28 +-
.../VirtualBox/src/widgets/UIMiniToolBar.h | 13 +
.../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp | 4 +-
src/VBox/GuestHost/OpenGL/include/cr_server.h | 13 +-
src/VBox/GuestHost/OpenGL/include/cr_vreg.h | 18 +-
src/VBox/GuestHost/OpenGL/packer/pack_pixels.c | 3 +-
src/VBox/GuestHost/OpenGL/util/blitter.cpp | 2 +-
src/VBox/GuestHost/OpenGL/util/htable.cpp | 2 +-
.../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp | 84 +-
src/VBox/HostServices/SharedOpenGL/Makefile.kmk | 6 +
.../SharedOpenGL/crserver/crservice.cpp | 73 +-
.../HostServices/SharedOpenGL/crserverlib/server.h | 6 +-
.../SharedOpenGL/crserverlib/server_main.c | 290 ++-
.../SharedOpenGL/crserverlib/server_muralfbo.cpp | 18 +-
.../SharedOpenGL/crserverlib/server_presenter.cpp | 397 +++-
.../SharedOpenGL/crserverlib/server_stream.c | 22 +
.../SharedOpenGL/crserverlib/server_window.c | 44 +-
.../SharedOpenGL/render/renderspu_wgl.c | 41 +-
.../darwin/VirtualBox_mpkg/Localizable.strings | 4 +-
.../darwin/VirtualBox_mpkg/distribution.dist | 24 +-
src/VBox/Installer/linux/run-inst.sh | 25 +-
src/VBox/Main/include/ApplianceImpl.h | 1 +
src/VBox/Main/include/ConsoleImpl.h | 10 +-
src/VBox/Main/include/DisplayImpl.h | 12 +-
src/VBox/Main/include/EventImpl.h | 2 +-
src/VBox/Main/include/MachineImpl.h | 2 +
src/VBox/Main/src-all/EventImpl.cpp | 420 ++--
src/VBox/Main/src-client/ConsoleImpl.cpp | 708 +++----
src/VBox/Main/src-client/ConsoleImpl2.cpp | 8 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 77 +-
src/VBox/Main/src-client/GuestFileImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestProcessImpl.cpp | 2 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 2 +-
src/VBox/Main/src-client/KeyboardImpl.cpp | 2 +-
src/VBox/Main/src-client/MouseImpl.cpp | 2 +-
src/VBox/Main/src-client/VirtualBoxClientImpl.cpp | 2 +-
src/VBox/Main/src-server/ApplianceImpl.cpp | 2 +
src/VBox/Main/src-server/ApplianceImplExport.cpp | 17 +-
src/VBox/Main/src-server/HostDnsService.cpp | 4 +-
src/VBox/Main/src-server/MachineImpl.cpp | 90 +-
src/VBox/Main/src-server/NATNetworkImpl.cpp | 4 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 8 +-
src/VBox/Main/src-server/darwin/iokit.cpp | 4 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp | 6 +-
src/VBox/NetworkServices/NAT/Makefile.kmk | 1 +
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 421 ++--
.../include => NetworkServices/NAT}/lwipopts.h | 67 +-
src/VBox/NetworkServices/NAT/portfwd.c | 57 +-
.../NetworkServices/NetLib/VBoxNetBaseService.cpp | 14 +-
.../NetLib/VBoxNetPortForwardString.cpp | 27 +-
.../NetworkServices/NetLib/VBoxPortForwardString.h | 2 -
src/VBox/Runtime/VBox/log-vbox.cpp | 1 +
.../Runtime/common/asm/ASMAtomicCmpXchgExU64.asm | 8 +-
.../Runtime/common/asm/ASMAtomicCmpXchgU64.asm | 4 +-
src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm | 5 +-
src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm | 10 +-
src/VBox/Runtime/common/string/strformatrt.cpp | 173 +-
src/VBox/Runtime/generic/env-generic.cpp | 5 +
src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp | 19 +-
src/VBox/Runtime/r0drv/nt/symdbdata.h | 96 +-
src/VBox/Runtime/r3/linux/sysfs.cpp | 164 +-
.../Runtime/r3/win/RTSystemQueryDmiString-win.cpp | 8 +-
src/VBox/Runtime/testcase/tstHandleTable.cpp | 8 +-
src/VBox/Runtime/testcase/tstMemAutoPtr.cpp | 6 +-
src/VBox/Runtime/testcase/tstRTStrFormat.cpp | 108 +-
src/VBox/Storage/VD.cpp | 2 +-
src/VBox/Storage/VHD.cpp | 2 +-
src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp | 214 +-
src/VBox/VMM/VMMAll/PGMAllPool.cpp | 7 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 2 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 214 +-
src/VBox/VMM/VMMR3/CPUM.cpp | 8 +
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 65 +-
src/VBox/VMM/VMMR3/CPUMR3Db.cpp | 11 +
src/VBox/VMM/VMMR3/CSAM.cpp | 15 +-
src/VBox/VMM/VMMR3/PATM.cpp | 5 +-
src/VBox/VMM/VMMR3/PATMSSM.cpp | 9 -
src/VBox/VMM/VMMR3/SSM.cpp | 31 +
src/VBox/VMM/VMMR3/VM.cpp | 9 +
src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h | 1 +
...64_3200.h => AMD_Athlon_64_X2_Dual_Core_4200.h} | 187 +-
src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h | 1 +
src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h | 9 +-
...Intel_Core_i5_3570.h => Intel_Core_i7_2635QM.h} | 358 ++--
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h | 5 +-
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h | 9 +-
src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h | 3 +-
.../VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h | 5 +-
src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h | 5 +-
.../VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h | 1 +
.../VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h | 3 +-
src/VBox/VMM/include/CPUMInternal.h | 18 +-
src/VBox/VMM/include/CPUMInternal.mac | 2 +-
src/VBox/VMM/include/HMInternal.h | 2 +-
src/VBox/VMM/include/PATMInternal.h | 1 -
src/VBox/VMM/testcase/tstGlobalConfig.cpp | 4 +-
src/VBox/VMM/testcase/tstInstrEmul.cpp | 10 +-
src/VBox/VMM/testcase/tstVMMFork.cpp | 4 +-
src/VBox/VMM/tools/Makefile.kmk | 2 +-
src/VBox/VMM/tools/VBoxCpuReport.cpp | 168 +-
src/libs/xpcom18a4/python/server/loader.py | 14 +-
src/libs/xpcom18a4/python/src/PyGBase.cpp | 3 +-
src/libs/xpcom18a4/python/src/PyIID.cpp | 2 +-
src/libs/xpcom18a4/python/src/PyISupports.cpp | 4 +-
209 files changed, 7502 insertions(+), 3609 deletions(-)
delete mode 100644 debian/patches/39-fix-wrong-vboxvideo_drv-source.patch
create mode 100644 include/VBox/VBoxVideoHost3D.h
create mode 100644 src/VBox/Devices/Network/lwip-new/vbox/include/lwip-log.h
copy src/VBox/Devices/Network/{lwip-new/vbox/include => }/lwipopts.h (76%)
rename src/VBox/{Devices/Network/lwip-new/vbox/include => NetworkServices/NAT}/lwipopts.h (77%)
copy src/VBox/VMM/VMMR3/cpus/{AMD_Athlon_64_3200.h => AMD_Athlon_64_X2_Dual_Core_4200.h} (58%)
copy src/VBox/VMM/VMMR3/cpus/{Intel_Core_i5_3570.h => Intel_Core_i7_2635QM.h} (63%)
--
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