[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (057939e -> 348874e)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Mar 8 23:17:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a change to branch upstream
in repository virtualbox.
from 057939e Imported Upstream version 5.1.14-dfsg
new 348874e Imported Upstream version 5.1.16-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 | 27 +-
configure | 29 +-
doc/manual/user_ChangeLogImpl.xml | 156 +-
include/VBox/usblib.h | 10 +
include/VBox/vmm/cpum.h | 4 +-
include/VBox/vmm/em.h | 1 +
include/VBox/vmm/pdmaudioifs.h | 866 +-
include/VBox/vmm/pdmaudioifs_50.h | 788 --
include/VBox/vmm/pdmpcidev.h | 11 +
include/VBox/vmm/vm.h | 7 +-
include/iprt/asm.h | 2 +-
include/iprt/circbuf.h | 16 +-
include/iprt/cpp/ministring.h | 3 +-
include/iprt/mangling.h | 6 +-
include/iprt/net.h | 24 +
include/iprt/x86.h | 6 +-
src/VBox/Additions/linux/drm/vbox_drv.h | 7 +
src/VBox/Additions/linux/drm/vbox_fb.c | 14 +-
src/VBox/Additions/linux/drm/vbox_main.c | 10 +
src/VBox/Additions/linux/drm/vbox_mode.c | 19 +-
src/VBox/Additions/linux/drm/vbox_ttm.c | 2 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 3 +-
src/VBox/Additions/linux/sharedfolders/lnkops.c | 2 +
src/VBox/Additions/linux/sharedfolders/regops.c | 9 +-
src/VBox/Additions/linux/sharedfolders/utils.c | 7 +
src/VBox/Additions/linux/sharedfolders/vfsmod.c | 3 +
src/VBox/Additions/linux/sharedfolders/vfsmod.h | 5 +
src/VBox/Debugger/VBoxDbgConsole.cpp | 51 +-
src/VBox/Debugger/VBoxDbgConsole.h | 15 +-
src/VBox/Debugger/VBoxDbgGui.cpp | 4 +-
src/VBox/Devices/Audio/AudioMixBuffer.cpp | 1118 +--
src/VBox/Devices/Audio/AudioMixBuffer.h | 20 +-
src/VBox/Devices/Audio/AudioMixer.cpp | 1829 +---
src/VBox/Devices/Audio/AudioMixer.h | 193 +-
src/VBox/Devices/Audio/DevHDA.cpp | 3849 +++-----
src/VBox/Devices/Audio/DevHDACommon.h | 75 -
src/VBox/Devices/Audio/DevIchAc97.cpp | 2026 ++---
.../Devices/{Audio_50 => Audio}/DevIchHdaCodec.h | 0
src/VBox/Devices/Audio/DevSB16.cpp | 584 +-
src/VBox/Devices/Audio/DrvAudio.cpp | 2989 ++++---
src/VBox/Devices/Audio/DrvAudio.h | 100 +-
src/VBox/Devices/Audio/DrvAudioCommon.cpp | 860 +-
src/VBox/Devices/Audio/DrvHostALSAAudio.cpp | 858 +-
src/VBox/Devices/Audio/DrvHostCoreAudio.cpp | 2688 ++----
src/VBox/Devices/Audio/DrvHostDSound.cpp | 1281 ++-
src/VBox/Devices/Audio/DrvHostDebugAudio.cpp | 486 --
src/VBox/Devices/Audio/DrvHostNullAudio.cpp | 342 +-
src/VBox/Devices/Audio/DrvHostOSSAudio.cpp | 710 +-
src/VBox/Devices/Audio/DrvHostPulseAudio.cpp | 1166 +--
src/VBox/Devices/Audio/HDACodec.cpp | 2148 ++---
src/VBox/Devices/Audio/HDACodec.h | 130 -
src/VBox/Devices/Audio/alsa_mangling.h | 7 +-
src/VBox/Devices/Audio/alsa_stubs.c | 20 +-
src/VBox/Devices/Audio/alsa_stubs.h | 2 +-
src/VBox/Devices/Audio/pulse_mangling.h | 5 +-
src/VBox/Devices/Audio/pulse_stubs.c | 18 +-
src/VBox/Devices/Audio/pulse_stubs.h | 2 +-
src/VBox/Devices/{Audio_50 => Audio}/sys-queue.h | 0
src/VBox/Devices/Audio/testcase/Makefile.kmk | 9 +-
.../Devices/Audio/testcase/tstAudioMixBuffer.cpp | 367 +-
src/VBox/Devices/Audio_50/AudioMixBuffer.cpp | 1756 ----
src/VBox/Devices/Audio_50/AudioMixBuffer.h | 82 -
src/VBox/Devices/Audio_50/AudioMixer.cpp | 520 --
src/VBox/Devices/Audio_50/AudioMixer.h | 113 -
src/VBox/Devices/Audio_50/DevHDA.cpp | 5139 -----------
src/VBox/Devices/Audio_50/DevIchAc97.cpp | 2758 ------
src/VBox/Devices/Audio_50/DevSB16.cpp | 2451 ------
src/VBox/Devices/Audio_50/DrvAudio.cpp | 2627 ------
src/VBox/Devices/Audio_50/DrvAudio.h | 156 -
src/VBox/Devices/Audio_50/DrvAudioCommon.cpp | 413 -
src/VBox/Devices/Audio_50/DrvHostALSAAudio.cpp | 1425 ---
src/VBox/Devices/Audio_50/DrvHostCoreAudio.cpp | 2260 -----
src/VBox/Devices/Audio_50/DrvHostDSound.cpp | 2302 -----
src/VBox/Devices/Audio_50/DrvHostNullAudio.cpp | 342 -
src/VBox/Devices/Audio_50/DrvHostOSSAudio.cpp | 1006 ---
src/VBox/Devices/Audio_50/DrvHostPulseAudio.cpp | 1257 ---
src/VBox/Devices/Audio_50/HDACodec.cpp | 2782 ------
src/VBox/Devices/Audio_50/Makefile.kup | 0
src/VBox/Devices/Audio_50/alsa_mangling.h | 55 -
src/VBox/Devices/Audio_50/alsa_stubs.c | 190 -
src/VBox/Devices/Audio_50/alsa_stubs.h | 21 -
src/VBox/Devices/Audio_50/pulse_mangling.h | 69 -
src/VBox/Devices/Audio_50/pulse_stubs.c | 287 -
src/VBox/Devices/Audio_50/pulse_stubs.h | 21 -
src/VBox/Devices/Audio_50/testcase/Makefile.kmk | 41 -
.../Audio_50/testcase/tstAudioMixBuffer.cpp | 591 --
src/VBox/Devices/Bus/DevPCI.cpp | 16 +-
src/VBox/Devices/Bus/DevPciIch9.cpp | 490 +-
src/VBox/Devices/EFI/DevEFI.cpp | 35 +-
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_VBVA.cpp | 2 +-
src/VBox/Devices/Makefile.kmk | 51 +-
src/VBox/Devices/Network/DrvNAT.cpp | 17 +-
src/VBox/Devices/Network/lwip-new/src/api/tcpip.c | 1 +
.../Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp | 27 +-
src/VBox/Devices/Network/slirp/ip_input.c | 4 +-
src/VBox/Devices/Network/slirp/slirp.c | 6 +
src/VBox/Devices/Network/slirp/socket.c | 2 +-
.../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/Devices/PC/DevACPI.cpp | 80 +-
src/VBox/Devices/PC/DevFwCommon.cpp | 29 +-
src/VBox/Devices/PC/DevPcBios.cpp | 76 +-
src/VBox/Devices/PC/vbox.dsl | 191 +-
src/VBox/Devices/Samples/DevPlayground.cpp | 9 +-
src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp | 3 +-
src/VBox/Devices/USB/VUSBSnifferPcapNg.cpp | 17 +-
src/VBox/Devices/VMMDev/VMMDev.cpp | 9 +-
src/VBox/Devices/VirtIO/Virtio.cpp | 2 +-
src/VBox/Devices/build/VBoxDD.cpp | 4 -
src/VBox/Devices/build/VBoxDD.h | 4 -
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 34 +-
src/VBox/Frontends/VBoxBugReport/VBoxBugReport.cpp | 134 +-
src/VBox/Frontends/VBoxBugReport/VBoxBugReport.h | 44 +-
.../Frontends/VBoxBugReport/VBoxBugReportWin.cpp | 50 +
src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp | 3 +-
.../Frontends/VBoxManage/VBoxManageHostonly.cpp | 42 +-
src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp | 2 +-
src/VBox/Frontends/VirtualBox/VBoxUI.pro | 1 +
.../Frontends/VirtualBox/nls/ApprovedLanguages.kmk | 1 +
src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 24 +-
.../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts | 24 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 2 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_el.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 18 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 159 +-
.../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_he.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 26 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 16 +-
.../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts | 185 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 20 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_th.ts | 9213 ++++++++++++++++++++
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 16 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts | 20 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 16 +-
.../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts | 16 +-
.../VirtualBox/nls/{qt_pt.ts => qt_th.ts} | 1876 ++--
.../Frontends/VirtualBox/src/UIVMInfoDialog.cpp | 2 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 48 +-
.../Frontends/VirtualBox/src/globals/VBoxGlobal.h | 4 +
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 8 +-
.../runtime/fullscreen/UIMachineViewFullscreen.cpp | 4 +-
.../runtime/information/UIInformationDataItem.cpp | 4 +-
.../src/runtime/normal/UIMachineViewNormal.cpp | 13 +
.../src/runtime/seamless/UIMachineViewSeamless.cpp | 4 +-
.../runtime/seamless/UIMachineWindowSeamless.cpp | 95 +-
.../src/runtime/seamless/UIMachineWindowSeamless.h | 10 +
.../graphics/details/UIGDetailsElements.cpp | 4 +-
.../VirtualBox/src/settings/UISettingsDialog.cpp | 12 +-
.../VirtualBox/src/settings/UISettingsDialog.h | 2 +
.../src/settings/UISettingsSerializer.cpp | 4 +
.../VirtualBox/src/settings/UISettingsSerializer.h | 6 +
.../settings/global/UIGlobalSettingsNetwork.cpp | 96 +-
.../src/settings/global/UIGlobalSettingsNetwork.h | 36 +-
.../global/UIGlobalSettingsNetworkDetailsHost.cpp | 53 +-
.../global/UIGlobalSettingsNetworkDetailsHost.h | 11 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.cpp | 2 +-
.../global/UIGlobalSettingsNetworkDetailsNAT.h | 6 +-
.../src/settings/machine/UIMachineSettingsAudio.h | 4 +-
.../settings/machine/UIMachineSettingsDisplay.h | 4 +-
.../settings/machine/UIMachineSettingsGeneral.h | 4 +-
.../settings/machine/UIMachineSettingsInterface.h | 4 +-
.../settings/machine/UIMachineSettingsNetwork.cpp | 10 +-
.../settings/machine/UIMachineSettingsNetwork.h | 10 +-
.../settings/machine/UIMachineSettingsParallel.cpp | 6 +-
.../settings/machine/UIMachineSettingsParallel.h | 10 +-
.../src/settings/machine/UIMachineSettingsSF.cpp | 6 +-
.../src/settings/machine/UIMachineSettingsSF.h | 10 +-
.../settings/machine/UIMachineSettingsSerial.cpp | 6 +-
.../src/settings/machine/UIMachineSettingsSerial.h | 10 +-
.../settings/machine/UIMachineSettingsStorage.cpp | 36 +-
.../settings/machine/UIMachineSettingsStorage.h | 30 +-
.../src/settings/machine/UIMachineSettingsSystem.h | 4 +-
.../src/settings/machine/UIMachineSettingsUSB.cpp | 2 +-
.../src/settings/machine/UIMachineSettingsUSB.h | 6 +-
.../VirtualBox/src/widgets/UIMiniToolBar.cpp | 36 +-
.../VirtualBox/src/widgets/UIMiniToolBar.h | 2 +-
.../src/widgets/UIPortForwardingTable.cpp | 7 +-
.../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp | 130 +-
src/VBox/HostServices/GuestProperties/service.cpp | 14 +
src/VBox/HostServices/SharedFolders/vbsfpath.cpp | 253 +-
src/VBox/Installer/common/virtualbox.desktop.in | 6 +
src/VBox/Installer/linux/vboxdrv.sh | 2 +-
src/VBox/Installer/win/NLS/en_US.wxl | 2 +-
src/VBox/Installer/win/NLS/it_IT.wxl | 2 +-
src/VBox/Main/Makefile.kmk | 10 +-
src/VBox/Main/include/ApplianceImplPrivate.h | 2 +
src/VBox/Main/include/DrvAudioVRDE.h | 2 +-
src/VBox/Main/include/DrvAudioVRDE_50.h | 64 -
src/VBox/Main/include/DrvAudioVideoRec.h | 2 +-
src/VBox/Main/include/DrvAudioVideoRec_50.h | 62 -
src/VBox/Main/include/USBProxyBackend.h | 21 +-
src/VBox/Main/include/USBProxyService.h | 2 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 11 +-
src/VBox/Main/src-client/DrvAudioVRDE.cpp | 431 +-
src/VBox/Main/src-client/DrvAudioVRDE_50.cpp | 618 --
src/VBox/Main/src-client/DrvAudioVideoRec.cpp | 81 +-
src/VBox/Main/src-client/DrvAudioVideoRec_50.cpp | 911 --
src/VBox/Main/src-server/ApplianceImplExport.cpp | 308 +-
src/VBox/Main/src-server/ApplianceImplImport.cpp | 5 +-
src/VBox/Main/src-server/DHCPServerImpl.cpp | 82 +-
src/VBox/Main/src-server/HostImpl.cpp | 1 +
src/VBox/Main/src-server/MachineImpl.cpp | 4 +-
src/VBox/Main/src-server/MediumImpl.cpp | 2 +-
src/VBox/Main/src-server/USBProxyBackend.cpp | 11 +-
src/VBox/Main/src-server/USBProxyService.cpp | 17 +-
.../src-server/darwin/USBProxyBackendDarwin.cpp | 5 +-
.../src-server/freebsd/USBProxyBackendFreeBSD.cpp | 5 +-
.../src-server/generic/USBProxyBackendUsbIp.cpp | 74 +-
.../Main/src-server/linux/USBProxyBackendLinux.cpp | 5 +-
.../src-server/solaris/USBProxyBackendSolaris.cpp | 5 +-
.../Main/src-server/win/USBProxyBackendWindows.cpp | 5 +-
src/VBox/Main/src-server/win/svcmain.cpp | 52 +-
src/VBox/Main/src-server/xpcom/server.cpp | 24 +-
src/VBox/NetworkServices/DHCP/Config.cpp | 5 +-
src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp | 14 +-
src/VBox/NetworkServices/NetLib/VBoxNetUDP.cpp | 2 +-
src/VBox/RDP/client-1.8.3/Makefile.in | 2 +-
src/VBox/RDP/client-1.8.3/Makefile.kmk | 28 +-
src/VBox/RDP/client-1.8.3/rdesktop.c | 15 +-
src/VBox/Runtime/common/dbg/dbgas.cpp | 2 +
src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp | 15 +-
src/VBox/Runtime/common/misc/circbuf.cpp | 18 +-
src/VBox/Runtime/common/net/netaddrstr2.cpp | 50 +
src/VBox/Runtime/common/string/RTUtf16NLen.cpp | 2 +-
src/VBox/Runtime/common/zip/tarcmd.cpp | 4 +-
.../Runtime/r0drv/linux/semmutex-r0drv-linux.c | 2 +-
src/VBox/Runtime/r0drv/linux/the-linux-kernel.h | 4 +
src/VBox/Runtime/r3/posix/ldrNative-posix.cpp | 5 +
src/VBox/Runtime/r3/xml.cpp | 22 +
src/VBox/Runtime/testcase/tstLdr-4.cpp | 9 +
src/VBox/Runtime/testcase/tstRTInlineAsm.cpp | 8 +-
src/VBox/Runtime/testcase/tstRTNetIPv4.cpp | 157 +
src/VBox/Storage/testcase/vbox-img.cpp | 2 +
src/VBox/VMM/VMMAll/EMAll.cpp | 46 +
src/VBox/VMM/VMMAll/GIMAllKvm.cpp | 17 +-
src/VBox/VMM/VMMAll/IEMAll.cpp | 70 +-
src/VBox/VMM/VMMAll/IEMAllAImplC.cpp | 2 +-
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 7 +-
src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h | 20 +-
src/VBox/VMM/VMMAll/PGMAllBth.h | 24 +-
src/VBox/VMM/VMMAll/PGMAllPool.cpp | 21 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 6 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 20 +-
src/VBox/VMM/VMMR3/CFGM.cpp | 6 -
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 3 +-
src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp | 10 +-
src/VBox/VMM/VMMR3/EM.cpp | 40 +-
src/VBox/VMM/VMMR3/MMHyper.cpp | 2 +
src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp | 3 +
src/VBox/VMM/VMMR3/PDMBlkCache.cpp | 2 +
src/VBox/VMM/VMMR3/PGM.cpp | 8 +-
src/VBox/VMM/include/GIMHvInternal.h | 12 +-
src/VBox/VMM/testcase/tstAnimate.cpp | 3 -
src/VBox/VMM/testcase/tstIEMCheckMc.cpp | 1 +
.../bootsectors/bs3kit/bs3-cmn-Trap16SetGate.c | 4 +-
.../bootsectors/bs3kit/bs3-cmn-Trap32SetGate.c | 4 +-
src/libs/Makefile.kmk | 8 +-
src/libs/xpcom18a4/nsprpub/pr/src/io/prlayer.c | 7 +-
.../xpcom18a4/xpcom/base/nsExceptionService.cpp | 8 +-
292 files changed, 22510 insertions(+), 50212 deletions(-)
delete mode 100644 include/VBox/vmm/pdmaudioifs_50.h
delete mode 100644 src/VBox/Devices/Audio/DevHDACommon.h
rename src/VBox/Devices/{Audio_50 => Audio}/DevIchHdaCodec.h (100%)
delete mode 100644 src/VBox/Devices/Audio/DrvHostDebugAudio.cpp
delete mode 100644 src/VBox/Devices/Audio/HDACodec.h
rename src/VBox/Devices/{Audio_50 => Audio}/sys-queue.h (100%)
delete mode 100644 src/VBox/Devices/Audio_50/AudioMixBuffer.cpp
delete mode 100644 src/VBox/Devices/Audio_50/AudioMixBuffer.h
delete mode 100644 src/VBox/Devices/Audio_50/AudioMixer.cpp
delete mode 100644 src/VBox/Devices/Audio_50/AudioMixer.h
delete mode 100644 src/VBox/Devices/Audio_50/DevHDA.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DevIchAc97.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DevSB16.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DrvAudio.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DrvAudio.h
delete mode 100644 src/VBox/Devices/Audio_50/DrvAudioCommon.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DrvHostALSAAudio.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DrvHostCoreAudio.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DrvHostDSound.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DrvHostNullAudio.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DrvHostOSSAudio.cpp
delete mode 100644 src/VBox/Devices/Audio_50/DrvHostPulseAudio.cpp
delete mode 100644 src/VBox/Devices/Audio_50/HDACodec.cpp
delete mode 100644 src/VBox/Devices/Audio_50/Makefile.kup
delete mode 100644 src/VBox/Devices/Audio_50/alsa_mangling.h
delete mode 100644 src/VBox/Devices/Audio_50/alsa_stubs.c
delete mode 100644 src/VBox/Devices/Audio_50/alsa_stubs.h
delete mode 100644 src/VBox/Devices/Audio_50/pulse_mangling.h
delete mode 100644 src/VBox/Devices/Audio_50/pulse_stubs.c
delete mode 100644 src/VBox/Devices/Audio_50/pulse_stubs.h
delete mode 100644 src/VBox/Devices/Audio_50/testcase/Makefile.kmk
delete mode 100644 src/VBox/Devices/Audio_50/testcase/tstAudioMixBuffer.cpp
create mode 100644 src/VBox/Frontends/VirtualBox/nls/VirtualBox_th.ts
copy src/VBox/Frontends/VirtualBox/nls/{qt_pt.ts => qt_th.ts} (68%)
delete mode 100644 src/VBox/Main/include/DrvAudioVRDE_50.h
delete mode 100644 src/VBox/Main/include/DrvAudioVideoRec_50.h
delete mode 100644 src/VBox/Main/src-client/DrvAudioVRDE_50.cpp
delete mode 100644 src/VBox/Main/src-client/DrvAudioVideoRec_50.cpp
--
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