[Pkg-virtualbox-commits] [virtualbox] branch experimental updated (4172cc8 -> 2adb750)

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Tue Nov 22 14:29:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a change to branch experimental
in repository virtualbox.

      from  4172cc8   Merge branch 'master' into experimental
      adds  812ae53   Revert "Revert "Commit Python3 switch""
      adds  1ced9b2   Python3
      adds  b182c15   Python path fix
      adds  e2f3763   Revert "Revert "Revert "Commit Python3 switch"""
      adds  7c6a50a   New upload
      adds  f4cd95f   Try Python3 to experimental
      adds  177d153   Try to fix Python3
      adds  e7f857c   Python3
      adds  8675538   Add patch to make backports easier
      adds  a2f9d06   Fix build with kernel 4.9
      adds  00dbbab   Prepare for new release
      adds  a270b66   Imported Upstream version 5.1.10-dfsg
      adds  2d268bf   Merge tag 'upstream/5.1.10-dfsg'
      adds  c0029b7   Drop old patches
      adds  5b89b29   Update changelog
       new  2adb750   Merge branch 'master' into experimental

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                                         |   34 +-
 configure                                          |    2 +-
 debian/changelog                                   |   38 +-
 debian/control                                     |    6 +-
 debian/patches/29-fix-ftbfs-as-needed.patch        |    2 +-
 debian/patches/36-fix-vnc-version-string.patch     |    2 +-
 debian/patches/fix-build.patch                     |   55 -
 debian/patches/series                              |    1 -
 debian/rules                                       |    7 +-
 doc/manual/en_US/user_Technical.xml                |   37 +-
 doc/manual/en_US/user_VBoxManage.xml               |    7 +-
 doc/manual/user_ChangeLogImpl.xml                  |  109 +-
 include/Makefile.kmk                               |    1 +
 include/VBox/err.h                                 |    7 +-
 include/VBox/param.h                               |   17 +-
 include/VBox/pci.h                                 |  617 +---
 include/VBox/types.h                               |    3 +
 include/VBox/vmm/iom.h                             |   18 +
 include/VBox/vmm/mm.h                              |    2 +-
 include/VBox/vmm/pdmaudioifs.h                     |    4 +
 include/VBox/vmm/pdmaudioifs_50.h                  |  788 ++++
 include/VBox/vmm/pdmdev.h                          |  505 ++-
 include/VBox/vmm/pdmpci.h                          |    2 +-
 include/VBox/vmm/pdmpcidev.h                       |  627 ++++
 .../VBox/vmm/pdmpcidevint.h                        |  163 +-
 include/VBox/vmm/pgm.h                             |   16 +-
 .../Additions/common/VBoxGuest/VBoxGuest-solaris.c |  267 +-
 .../Additions/common/VBoxGuest/VBoxGuest-win.cpp   |    3 +-
 src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp  |   33 +-
 .../Additions/common/VBoxGuest/VBoxGuestInternal.h |   12 +
 .../VBoxGuestLib/VBoxGuestR3LibAdditions.cpp       |    2 +-
 .../common/VBoxService/VBoxServiceVMInfo-win.cpp   |   12 +-
 src/VBox/Additions/common/crOpenGL/dri_util.c      |    2 +-
 src/VBox/Additions/freebsd/Makefile.kmk            |    2 +-
 src/VBox/Additions/linux/Makefile.kmk              |    2 +-
 src/VBox/Additions/linux/drm/vbox_ttm.c            |    4 +-
 src/VBox/Additions/linux/installer/vboxadd-x11.sh  |    4 +-
 src/VBox/Additions/linux/installer/vboxadd.sh      |    6 +-
 src/VBox/Additions/linux/sharedfolders/dirops.c    |   15 +-
 src/VBox/Devices/Audio/AudioMixer.cpp              |    2 +-
 .../Devices/Audio/{DevIchHda.cpp => DevHDA.cpp}    |   19 +-
 .../Audio/{DevIchHdaCommon.h => DevHDACommon.h}    |    2 +-
 src/VBox/Devices/Audio/DevIchAc97.cpp              |   35 +-
 src/VBox/Devices/Audio/DrvHostCoreAudio.cpp        |    2 +-
 src/VBox/Devices/Audio/DrvHostPulseAudio.cpp       |   18 +-
 .../Audio/{DevIchHdaCodec.cpp => HDACodec.cpp}     |    6 +-
 .../Devices/Audio/{DevIchHdaCodec.h => HDACodec.h} |    2 +-
 src/VBox/Devices/Audio/alsa_stubs.c                |    2 +-
 src/VBox/Devices/Audio/pulse_stubs.c               |    4 +-
 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 +
 .../{Audio/DevIchHda.cpp => Audio_50/DevHDA.cpp}   | 3828 +++++++-------------
 .../Devices/{Audio => Audio_50}/DevIchAc97.cpp     | 2062 +++++------
 .../Devices/{Audio => Audio_50}/DevIchHdaCodec.h   |   83 +-
 src/VBox/Devices/Audio_50/DevSB16.cpp              | 2449 +++++++++++++
 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     | 2278 ++++++++++++
 src/VBox/Devices/Audio_50/DrvHostDSound.cpp        | 2292 ++++++++++++
 src/VBox/Devices/Audio_50/DrvHostNullAudio.cpp     |  342 ++
 src/VBox/Devices/Audio_50/DrvHostOSSAudio.cpp      | 1006 +++++
 src/VBox/Devices/Audio_50/DrvHostPulseAudio.cpp    | 1257 +++++++
 .../DevIchHdaCodec.cpp => Audio_50/HDACodec.cpp}   | 2147 +++++------
 .../VBox/Devices/Audio_50}/Makefile.kup            |    0
 src/VBox/Devices/Audio_50/alsa_mangling.h          |   55 +
 src/VBox/Devices/{Audio => Audio_50}/alsa_stubs.c  |   20 +-
 src/VBox/Devices/Audio_50/alsa_stubs.h             |   21 +
 src/VBox/Devices/Audio_50/pulse_mangling.h         |   69 +
 src/VBox/Devices/{Audio => Audio_50}/pulse_stubs.c |   18 +-
 src/VBox/Devices/Audio_50/pulse_stubs.h            |   21 +
 src/VBox/Devices/Audio_50/sys-queue.h              |  241 ++
 src/VBox/Devices/Audio_50/testcase/Makefile.kmk    |   41 +
 .../Audio_50/testcase/tstAudioMixBuffer.cpp        |  592 +++
 src/VBox/Devices/Bus/DevPCI.cpp                    |  470 +--
 src/VBox/Devices/Bus/DevPciIch9.cpp                |  517 +--
 src/VBox/Devices/Bus/DevPciMerge1.cpp.h            |  239 ++
 src/VBox/Devices/Bus/MsiCommon.cpp                 |   50 +-
 src/VBox/Devices/Bus/MsiCommon.h                   |   20 +-
 src/VBox/Devices/Bus/MsixCommon.cpp                |   65 +-
 src/VBox/Devices/Bus/PciInline.h                   |  101 +
 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd      |  Bin 2097152 -> 2097152 bytes
 src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd      |  Bin 2097152 -> 2097152 bytes
 src/VBox/Devices/GIMDev/GIMDev.cpp                 |   10 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative286.asm    |  262 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum |    2 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative386.asm    |  262 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum |    2 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm   |  264 +-
 .../BIOS/VBoxVgaBiosAlternative8086.md5sum         |    2 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.cpp          |   20 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.h            |   15 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |  110 +-
 src/VBox/Devices/Graphics/DevVGA.h                 |    2 +-
 src/VBox/Devices/Makefile.kmk                      |   52 +-
 src/VBox/Devices/Network/DevE1000.cpp              |  110 +-
 src/VBox/Devices/Network/DevPCNet.cpp              |   65 +-
 src/VBox/Devices/Network/DevVirtioNet.cpp          |   13 +-
 src/VBox/Devices/Network/lwip-new/src/api/tcpip.c  |    2 +
 .../Devices/Network/lwip-new/src/core/tcp_in.c     |   39 +-
 src/VBox/Devices/Network/slirp/slirp.c             |    9 +-
 src/VBox/Devices/Network/slirp/slirp.h             |   27 +-
 src/VBox/Devices/Network/slirp/socket.c            |   32 +-
 .../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                    |   49 +-
 src/VBox/Devices/PC/DevLPC.cpp                     |   81 +-
 src/VBox/Devices/Samples/DevPlayground.cpp         |  107 +-
 src/VBox/Devices/Serial/DevSerial.cpp              |   30 +-
 src/VBox/Devices/Storage/DevAHCI.cpp               |   39 +-
 src/VBox/Devices/Storage/DevATA.cpp                |   50 +-
 src/VBox/Devices/Storage/DevBusLogic.cpp           |    9 +-
 src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp       |   12 +-
 src/VBox/Devices/USB/DevOHCI.cpp                   |   32 +-
 .../Devices/USB/linux/USBProxyDevice-linux.cpp     |   16 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |   66 +-
 src/VBox/Devices/VMMDev/VMMDevState.h              |    2 +-
 src/VBox/Devices/VirtIO/Virtio.cpp                 |   45 +-
 src/VBox/Devices/VirtIO/Virtio.h                   |    2 +-
 src/VBox/Devices/build/VBoxDD.cpp                  |    4 +
 src/VBox/Devices/build/VBoxDD.h                    |    4 +
 src/VBox/Devices/testcase/tstDeviceStructSize.cpp  |    6 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |   50 +-
 src/VBox/Disassembler/DisasmCore.cpp               |    2 +-
 src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp   |    5 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts |    4 +
 .../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts   |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts |   32 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_el.ts |   99 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts |   51 +-
 .../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts   |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts |    4 +
 .../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts   |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_he.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts |    8 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts |    4 +
 .../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts   |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts |  353 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts |    4 +
 .../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts   |   46 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts |   55 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts |    4 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts |  482 +--
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts |    4 +
 .../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts   |    4 +
 .../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts   |    4 +
 .../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts   |    4 +
 src/VBox/Frontends/VirtualBox/nls/qt_el.ts         |  183 +-
 .../src/converter/UIConverterBackendGlobal.cpp     |   42 +-
 .../VirtualBox/src/extradata/UIExtraDataDefs.h     |   22 +-
 .../VirtualBox/src/globals/UIActionPool.h          |    1 +
 src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h |   11 +
 .../src/globals/UIDesktopWidgetWatchdog.cpp        |  208 +-
 .../src/globals/UIDesktopWidgetWatchdog.h          |   17 +-
 .../Frontends/VirtualBox/src/globals/UIIconPool.h  |    4 +-
 .../VirtualBox/src/globals/UIMessageCenter.cpp     |   13 +-
 src/VBox/Frontends/VirtualBox/src/main.cpp         |    2 +-
 .../platform/darwin/UIAbstractDockIconPreview.h    |    2 +-
 .../VirtualBox/src/runtime/UIActionPoolRuntime.cpp |   66 +
 .../VirtualBox/src/runtime/UIActionPoolRuntime.h   |    2 +
 .../VirtualBox/src/runtime/UIDnDMIMEData.cpp       |    2 +-
 .../VirtualBox/src/runtime/UIFrameBuffer.cpp       |   20 +-
 .../VirtualBox/src/runtime/UIMachineLogic.cpp      |   38 +
 .../VirtualBox/src/runtime/UIMachineLogic.h        |    2 +
 .../src/runtime/UIMenuBarEditorWindow.cpp          |   14 +
 .../Frontends/VirtualBox/src/runtime/UISession.cpp |   62 +-
 .../src/settings/machine/UIMachineSettingsUSB.h    |    1 +
 .../machine/UIMachineSettingsUSBFilterDetails.cpp  |    2 +-
 .../src/wizards/newvd/UIWizardNewVDPageBasic3.cpp  |    4 +-
 .../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp  |   10 +-
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |   46 +
 .../Support/win/SUPR3HardenedMain-win.cpp          |    2 +-
 .../HostDrivers/Support/win/VBoxSupLib-win.cpp     |    2 +-
 .../SharedOpenGL/crserverlib/server_main.c         |    2 +
 src/VBox/Installer/darwin/Makefile.kmk             |    6 -
 src/VBox/Installer/linux/distributions_rpm         |    1 +
 src/VBox/Installer/linux/rpm/rules                 |    2 +-
 src/VBox/Installer/solaris/Makefile.kmk            |    2 +-
 src/VBox/Installer/win/Makefile.kmk                |    1 +
 src/VBox/Installer/win/VBoxMergeApp.wxi            |   17 +-
 src/VBox/Installer/win/VBoxMergeCOM32On64.wxs      |    4 +-
 src/VBox/Installer/win/VirtualBox_TypeLib.xsl      |    2 +-
 .../win/VirtualBox_TypeLibWithInterfaces.xsl       |    2 +-
 src/VBox/Main/Makefile.kmk                         |    7 +-
 src/VBox/Main/cbinding/VBoxCAPIGlue.c              |   11 +-
 src/VBox/Main/idl/VirtualBox.xidl                  |    2 +-
 src/VBox/Main/include/DrvAudioVRDE_50.h            |   64 +
 src/VBox/Main/include/DrvAudioVideoRec_50.h        |   62 +
 src/VBox/Main/src-all/Global.cpp                   |    2 +-
 src/VBox/Main/src-client/DisplayImpl.cpp           |    3 +
 src/VBox/Main/src-client/DrvAudioVRDE_50.cpp       |  618 ++++
 src/VBox/Main/src-client/DrvAudioVideoRec_50.cpp   |  911 +++++
 src/VBox/Main/src-client/GuestProcessImpl.cpp      |    2 +-
 .../Main/src-server/linux/HostDnsServiceLinux.cpp  |    5 +
 src/VBox/Main/xml/Settings.cpp                     |   21 +-
 src/VBox/Main/xml/VirtualBox-settings.xsd          |    8 +-
 src/VBox/NetworkServices/NAT/RTWinPoll.cpp         |   36 +-
 src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp    |    3 +
 src/VBox/NetworkServices/NAT/proxy_pollmgr.c       |    5 +
 src/VBox/NetworkServices/NAT/pxtcp.c               |    4 +
 src/VBox/Runtime/common/crypto/pemfile.cpp         |    1 +
 src/VBox/Runtime/common/crypto/pkcs7-verify.cpp    |    2 +-
 src/VBox/Runtime/common/crypto/spc-template.h      |    2 +-
 src/VBox/Runtime/common/crypto/x509-certpaths.cpp  |    2 +-
 src/VBox/Runtime/common/err/errmsgxpcom.cpp        |    1 +
 src/VBox/Runtime/common/misc/uri.cpp               |    2 +-
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |   18 +
 src/VBox/Runtime/r3/win/mp-win.cpp                 |    2 +-
 src/VBox/Runtime/tools/RTSignTool.cpp              |   10 +-
 src/VBox/Storage/VDI.cpp                           |  201 +-
 src/VBox/Storage/testcase/VDScriptInterp.cpp       |    2 +-
 src/VBox/VMM/VMMAll/PGMAllHandler.cpp              |  294 +-
 src/VBox/VMM/VMMAll/PGMAllPhys.cpp                 |    2 +-
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |    4 +-
 src/VBox/VMM/VMMR0/PDMR0Device.cpp                 |   72 +-
 src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp                 |    4 +-
 src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp               |    2 +-
 src/VBox/VMM/VMMR3/DBGFBp.cpp                      |    2 +-
 src/VBox/VMM/VMMR3/GIM.cpp                         |    2 +-
 src/VBox/VMM/VMMR3/IOM.cpp                         |  213 ++
 src/VBox/VMM/VMMR3/MMHyper.cpp                     |   19 +-
 src/VBox/VMM/VMMR3/PDM.cpp                         |   61 +-
 src/VBox/VMM/VMMR3/PDMBlkCache.cpp                 |    2 +-
 src/VBox/VMM/VMMR3/PDMDevHlp.cpp                   |  705 ++--
 src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp               |    6 +-
 src/VBox/VMM/VMMR3/PDMDevice.cpp                   |    9 +-
 src/VBox/VMM/VMMR3/PDMDriver.cpp                   |   11 +
 src/VBox/VMM/VMMR3/PGM.cpp                         |    2 +-
 src/VBox/VMM/VMMR3/PGMPhys.cpp                     | 1150 ++++--
 src/VBox/VMM/VMMR3/PGMSavedState.cpp               |  348 +-
 src/VBox/VMM/VMMRC/PDMRCDevice.cpp                 |   69 +-
 src/VBox/VMM/include/MMInternal.h                  |    6 +
 src/VBox/VMM/include/PDMInternal.h                 |   58 +-
 src/VBox/VMM/include/PGMInline.h                   |    2 +-
 src/VBox/VMM/include/PGMInternal.h                 |   88 +-
 src/VBox/VMM/testcase/tstVMStruct.h                |   46 +-
 src/VBox/VMM/testcase/tstVMStructSize.cpp          |    2 +-
 .../bootsectors/bootsector2-common-traprec.mac     |    2 +-
 .../bootsectors/bs3-cpu-basic-2-template.c         |    2 +-
 .../ValidationKit/bootsectors/bs3-cpu-basic-2-x0.c |    2 +-
 .../bootsectors/bs3kit/bs3-c16-Trap16Generic.asm   |    8 +-
 .../bs3kit/bs3-c16-TrapRmV86Generic.asm            |    4 +-
 .../bootsectors/bs3kit/bs3-c32-Trap32Generic.asm   |    2 +-
 .../bootsectors/bs3kit/bs3-c64-Trap64Generic.asm   |    4 +-
 src/VBox/ValidationKit/testanalysis/diff.py        |    4 +-
 src/VBox/ValidationKit/testanalysis/reporting.py   |    4 +-
 .../ValidationKit/testmanager/webui/wuimain.py     |    4 +-
 src/bldprogs/scmstream.h                           |    2 +-
 src/libs/Makefile.kmk                              |    2 +-
 .../ipc/ipcd/client/src/ipcConnectionUnix.cpp      |    8 +-
 src/libs/xpcom18a4/python/src/PyIID.cpp            |    9 +
 src/libs/xpcom18a4/python/src/PyXPCOM.h            |    8 +
 src/libs/xpcom18a4/python/src/TypeObject.cpp       |    8 +
 src/libs/xpcom18a4/xpcom/base/nsError.h            |    3 +
 .../xpcom/components/nsComponentManager.cpp        |    3 +-
 src/recompiler/VBoxRecompiler.c                    |    2 +-
 277 files changed, 30595 insertions(+), 9558 deletions(-)
 delete mode 100644 debian/patches/fix-build.patch
 create mode 100644 include/VBox/vmm/pdmaudioifs_50.h
 create mode 100644 include/VBox/vmm/pdmpcidev.h
 rename src/VBox/Devices/Bus/PCIInternal.h => include/VBox/vmm/pdmpcidevint.h (55%)
 copy src/VBox/Devices/Audio/{DevIchHda.cpp => DevHDA.cpp} (99%)
 rename src/VBox/Devices/Audio/{DevIchHdaCommon.h => DevHDACommon.h} (99%)
 copy src/VBox/Devices/Audio/{DevIchHdaCodec.cpp => HDACodec.cpp} (99%)
 copy src/VBox/Devices/Audio/{DevIchHdaCodec.h => HDACodec.h} (99%)
 create mode 100644 src/VBox/Devices/Audio_50/AudioMixBuffer.cpp
 create mode 100644 src/VBox/Devices/Audio_50/AudioMixBuffer.h
 create mode 100644 src/VBox/Devices/Audio_50/AudioMixer.cpp
 create mode 100644 src/VBox/Devices/Audio_50/AudioMixer.h
 rename src/VBox/Devices/{Audio/DevIchHda.cpp => Audio_50/DevHDA.cpp} (60%)
 copy src/VBox/Devices/{Audio => Audio_50}/DevIchAc97.cpp (52%)
 rename src/VBox/Devices/{Audio => Audio_50}/DevIchHdaCodec.h (68%)
 create mode 100644 src/VBox/Devices/Audio_50/DevSB16.cpp
 create mode 100644 src/VBox/Devices/Audio_50/DrvAudio.cpp
 create mode 100644 src/VBox/Devices/Audio_50/DrvAudio.h
 create mode 100644 src/VBox/Devices/Audio_50/DrvAudioCommon.cpp
 create mode 100644 src/VBox/Devices/Audio_50/DrvHostALSAAudio.cpp
 create mode 100644 src/VBox/Devices/Audio_50/DrvHostCoreAudio.cpp
 create mode 100644 src/VBox/Devices/Audio_50/DrvHostDSound.cpp
 create mode 100644 src/VBox/Devices/Audio_50/DrvHostNullAudio.cpp
 create mode 100644 src/VBox/Devices/Audio_50/DrvHostOSSAudio.cpp
 create mode 100644 src/VBox/Devices/Audio_50/DrvHostPulseAudio.cpp
 rename src/VBox/Devices/{Audio/DevIchHdaCodec.cpp => Audio_50/HDACodec.cpp} (61%)
 copy {doc/manual/en_US => src/VBox/Devices/Audio_50}/Makefile.kup (100%)
 create mode 100644 src/VBox/Devices/Audio_50/alsa_mangling.h
 copy src/VBox/Devices/{Audio => Audio_50}/alsa_stubs.c (91%)
 create mode 100644 src/VBox/Devices/Audio_50/alsa_stubs.h
 create mode 100644 src/VBox/Devices/Audio_50/pulse_mangling.h
 copy src/VBox/Devices/{Audio => Audio_50}/pulse_stubs.c (92%)
 create mode 100644 src/VBox/Devices/Audio_50/pulse_stubs.h
 create mode 100644 src/VBox/Devices/Audio_50/sys-queue.h
 create mode 100644 src/VBox/Devices/Audio_50/testcase/Makefile.kmk
 create mode 100644 src/VBox/Devices/Audio_50/testcase/tstAudioMixBuffer.cpp
 create mode 100644 src/VBox/Devices/Bus/DevPciMerge1.cpp.h
 create mode 100644 src/VBox/Devices/Bus/PciInline.h
 create mode 100644 src/VBox/Main/include/DrvAudioVRDE_50.h
 create mode 100644 src/VBox/Main/include/DrvAudioVideoRec_50.h
 create mode 100644 src/VBox/Main/src-client/DrvAudioVRDE_50.cpp
 create 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