[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (1d0b963 -> a0f18d4)

Felix Geyer fgeyer at moszumanska.debian.org
Mon Feb 3 18:35:35 UTC 2014


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

fgeyer pushed a change to branch upstream
in repository virtualbox.

      from  1d0b963   Imported Upstream version 4.3.2-dfsg
       new  a0f18d4   Imported Upstream version 4.3.6-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                                         |   13 +-
 doc/manual/docbook2latex.xsl                       |   39 +-
 doc/manual/en_US/SDKRef.xml                        |   39 +-
 doc/manual/en_US/user_AdvancedTopics.xml           |    9 +-
 doc/manual/en_US/user_BasicConcepts.xml            |    4 +-
 doc/manual/en_US/user_GuestAdditions.xml           |    2 +-
 doc/manual/en_US/user_Introduction.xml             |   23 +-
 doc/manual/fr_FR/user_AdvancedTopics.xml           |   69 +-
 doc/manual/fr_FR/user_ChangeLog.xml                |  383 +++-
 doc/manual/fr_FR/user_GuestAdditions.xml           |    7 +-
 doc/manual/fr_FR/user_VBoxManage.xml               |  242 ++-
 doc/manual/user_ChangeLogImpl.xml                  |  331 +++-
 include/VBox/DevPCNet.h                            |   99 -
 include/VBox/RemoteDesktop/VRDEInput.h             |    1 +
 include/VBox/VMMDev.h                              |    4 +
 include/VBox/settings.h                            |    6 +-
 include/VBox/sup.h                                 |    7 +
 include/VBox/usblib-darwin.h                       |    2 +-
 include/VBox/vd-ifs-internal.h                     |    2 +-
 include/VBox/vmm/cpum.h                            |    4 +-
 include/VBox/vmm/hm.h                              |   65 -
 include/VBox/vmm/hm_vmx.h                          |    6 +-
 include/VBox/vmm/pdmapi.h                          |    3 +-
 include/VBox/vmm/pdmifs.h                          |    7 +-
 include/VBox/vmm/pgm.h                             |    2 +-
 include/iprt/asm.h                                 |  176 ++
 include/iprt/avl.h                                 |   66 +-
 include/iprt/mangling.h                            |    8 +
 src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp  |   41 +-
 .../Additions/common/VBoxService/VBoxService.cpp   |   33 +-
 src/VBox/Additions/common/crOpenGL/fakedri_drv.c   |    4 +-
 src/VBox/Additions/common/crOpenGL/load.c          |   10 +-
 src/VBox/Additions/linux/drm/vboxvideo_drm.c       |    8 +-
 src/VBox/Additions/x11/vboxmouse/undefined         |    1 +
 src/VBox/Additions/x11/vboxvideo/undefined         |    2 +
 src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c   |   17 +-
 .../VBoxDebugAgentLib/VBoxDebugAgentLib.inf        |    2 +-
 .../VBoxPeCoffExtraActionLib.inf                   |    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       |    6 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum    |    2 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |   39 +-
 src/VBox/Devices/Graphics/DevVGA.h                 |   29 +
 src/VBox/Devices/Graphics/DevVGASavedState.h       |    3 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |  267 ++-
 src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp      |    7 -
 src/VBox/Devices/Input/DevPS2.cpp                  |   17 +-
 src/VBox/Devices/Input/PS2Dev.h                    |    1 +
 src/VBox/Devices/Input/PS2K.cpp                    |   77 +-
 src/VBox/Devices/Makefile.kmk                      |    5 +-
 src/VBox/Devices/Network/DevE1000.cpp              |  130 +-
 src/VBox/Devices/Network/DevPCNet.cpp              |  288 +--
 src/VBox/Devices/Network/DevVirtioNet.cpp          |   85 +-
 .../Devices/Network/slirp/libalias/alias_mod.c     |   10 +-
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |    4 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |    2 +-
 src/VBox/Devices/PC/DevAPIC.cpp                    |    6 +-
 src/VBox/Devices/Storage/DevBusLogic.cpp           |    7 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |   17 +
 src/VBox/Devices/VMMDev/VMMDevHGCM.cpp             |  203 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |    4 -
 src/VBox/Frontends/VBoxManage/Makefile.kmk         |    8 +-
 .../Frontends/VBoxManage/VBoxInternalManage.cpp    |    6 +-
 src/VBox/Frontends/VBoxManage/VBoxManage.cpp       |    6 +-
 src/VBox/Frontends/VBoxManage/VBoxManage.h         |   31 +-
 .../VBoxManage/VBoxManageBandwidthControl.cpp      |    7 +-
 .../Frontends/VBoxManage/VBoxManageGuestCtrl.cpp   |  593 +++---
 src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp   |  143 +-
 src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp   |    4 +-
 src/VBox/Frontends/VBoxShell/vboxshell.py          |    6 +-
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |   84 +-
 .../Frontends/VirtualBox/images/os_linux26.png     |  Bin 4957 -> 4665 bytes
 .../Frontends/VirtualBox/nls/ApprovedLanguages.kmk |    1 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts |   26 +-
 .../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts   |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts |   10 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts |   48 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts |   26 +-
 .../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts   |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts |  711 +++----
 .../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts   |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts |   40 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 2050 ++++++++++----------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts |   34 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts |  959 ++++-----
 .../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts   |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts |   37 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts |   26 +-
 .../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts   |   40 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts |   10 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts |   28 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts |   26 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts |   28 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts |   26 +-
 .../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts   |   28 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts   |   34 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts   |   72 +-
 src/VBox/Frontends/VirtualBox/nls/qt_it.ts         |   64 +-
 src/VBox/Frontends/VirtualBox/nls/qt_zh_CN.ts      |    9 +-
 .../Frontends/VirtualBox/src/VBoxFBOverlay.cpp     |  544 +++---
 src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h  |  327 +---
 .../src/converter/UIConverterBackendGlobal.cpp     |   12 +
 .../VirtualBox/src/extensions/QIRichTextLabel.cpp  |   11 +-
 .../VirtualBox/src/globals/UIActionPool.cpp        |    4 +
 .../VirtualBox/src/globals/UIActionPool.h          |    2 +
 .../Frontends/VirtualBox/src/globals/UIDefs.cpp    |    5 +-
 src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h |   34 +-
 .../VirtualBox/src/globals/UIMainEventListener.cpp |    4 +-
 .../VirtualBox/src/globals/UIMainEventListener.h   |    2 +
 .../VirtualBox/src/globals/UIMessageCenter.cpp     |   26 +-
 .../VirtualBox/src/globals/UIMessageCenter.h       |    6 +-
 .../src/globals/UIModalWindowManager.cpp           |    8 +-
 .../VirtualBox/src/globals/UIModalWindowManager.h  |    2 +
 .../VirtualBox/src/globals/UIPopupCenter.cpp       |   13 +-
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |   48 +-
 .../Frontends/VirtualBox/src/globals/VBoxGlobal.h  |    9 +-
 .../Frontends/VirtualBox/src/medium/UIMedium.cpp   |   15 +
 .../Frontends/VirtualBox/src/medium/UIMedium.h     |    5 +
 .../VirtualBox/src/medium/UIMediumEnumerator.cpp   |  404 +++-
 .../VirtualBox/src/medium/UIMediumEnumerator.h     |   19 +-
 .../VirtualBox/src/medium/UIMediumManager.cpp      |  288 ++-
 .../VirtualBox/src/medium/UIMediumManager.h        |   15 +-
 .../src/platform/darwin/DarwinKeyboard.cpp         |  540 ++++--
 .../src/platform/darwin/UICocoaApplication.h       |    1 +
 .../src/platform/darwin/UICocoaApplication.mm      |    5 +
 .../VirtualBox/src/runtime/UIFrameBufferQImage.cpp |    2 +-
 .../src/runtime/UIFrameBufferQuartz2D.cpp          |    2 +-
 .../Frontends/VirtualBox/src/runtime/UIMachine.cpp |  353 +---
 .../Frontends/VirtualBox/src/runtime/UIMachine.h   |   20 +-
 .../VirtualBox/src/runtime/UIMachineLogic.cpp      |   70 +-
 .../VirtualBox/src/runtime/UIMachineLogic.h        |   19 +-
 .../VirtualBox/src/runtime/UIMachineMenuBar.cpp    |   68 +-
 .../VirtualBox/src/runtime/UIMachineMenuBar.h      |   49 +-
 .../VirtualBox/src/runtime/UIMachineView.cpp       |   76 +-
 .../VirtualBox/src/runtime/UIMachineWindow.cpp     |   48 +-
 .../Frontends/VirtualBox/src/runtime/UISession.cpp |  218 ++-
 .../Frontends/VirtualBox/src/runtime/UISession.h   |  102 +-
 .../VirtualBox/src/runtime/UIVMCloseDialog.cpp     |   33 +-
 .../VirtualBox/src/runtime/UIVMCloseDialog.h       |   17 +-
 .../fullscreen/UIMachineLogicFullscreen.cpp        |   56 +-
 .../runtime/fullscreen/UIMachineLogicFullscreen.h  |   12 +-
 .../fullscreen/UIMachineWindowFullscreen.cpp       |    2 +-
 .../src/runtime/normal/UIMachineLogicNormal.cpp    |   61 +-
 .../src/runtime/normal/UIMachineLogicNormal.h      |   17 +-
 .../src/runtime/scale/UIMachineLogicScale.cpp      |   63 +-
 .../src/runtime/scale/UIMachineLogicScale.h        |   14 +-
 .../src/runtime/scale/UIMachineWindowScale.cpp     |    2 +-
 .../runtime/seamless/UIMachineLogicSeamless.cpp    |   75 +-
 .../src/runtime/seamless/UIMachineLogicSeamless.h  |   15 +-
 .../runtime/seamless/UIMachineWindowSeamless.cpp   |    2 +-
 .../VirtualBox/src/selector/UISelectorWindow.cpp   |   42 +-
 .../VirtualBox/src/selector/UISelectorWindow.h     |    4 +-
 .../VirtualBox/src/selector/UIVMDesktop.cpp        |   17 +-
 .../VirtualBox/src/selector/UIVMDesktop.h          |    5 +
 .../src/selector/UIVirtualBoxEventHandler.cpp      |    8 +
 .../src/selector/UIVirtualBoxEventHandler.h        |    2 +
 .../VirtualBox/src/selector/VBoxSnapshotsWgt.cpp   |    3 +-
 .../selector/graphics/chooser/UIGChooserModel.cpp  |    6 +-
 .../selector/graphics/details/UIGDetailsSet.cpp    |    2 +
 .../src/settings/UISettingsDialogSpecific.cpp      |   16 +-
 .../settings/machine/UIMachineSettingsStorage.cpp  |    6 +-
 .../settings/machine/UIMachineSettingsStorage.h    |    2 +-
 .../settings/machine/UIMachineSettingsSystem.cpp   |    2 +-
 .../src/widgets/UIApplianceEditorWidget.cpp        |    4 +
 .../VirtualBox/src/widgets/UILineTextEdit.cpp      |    4 +
 .../VirtualBox/src/widgets/UILineTextEdit.h        |    5 +
 .../VirtualBox/src/widgets/VBoxMediaComboBox.cpp   |    6 +-
 .../VirtualBox/src/widgets/VBoxMediaComboBox.h     |    2 +-
 src/VBox/HostDrivers/Support/SUPDrv.c              |   56 +-
 src/VBox/HostDrivers/Support/SUPDrvIOC.h           |   16 +-
 src/VBox/HostDrivers/Support/SUPDrvInternal.h      |    5 +
 src/VBox/HostDrivers/Support/SUPLib.cpp            |   23 +
 .../HostDrivers/Support/darwin/SUPDrv-darwin.cpp   |   69 +
 src/VBox/HostDrivers/Support/darwin/load.sh        |  154 ++
 .../HostDrivers/Support/freebsd/SUPDrv-freebsd.c   |    2 +-
 .../HostDrivers/Support/solaris/SUPLib-solaris.cpp |   16 +-
 .../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp        |   53 +
 .../HostDrivers/VBoxUSB/darwin/USBLib-darwin.cpp   |    2 +-
 src/VBox/HostDrivers/VBoxUSB/darwin/VBoxUSB.cpp    |    2 +-
 .../HostDrivers/VBoxUSB/darwin/VBoxUSBInterface.h  |    2 +-
 .../SharedOpenGL/crserverlib/server_presenter.cpp  |    5 +-
 .../SharedOpenGL/render/renderspu_cocoa_helper.m   |   30 +-
 .../darwin/VBoxKEXTs/VirtualBoxStartup.sh          |    4 +-
 src/VBox/Installer/darwin/VirtualBox/postflight    |    2 +-
 .../darwin/VirtualBox_mpkg/distribution.dist       |    2 +-
 src/VBox/Installer/solaris/VBoxZoneAccess.c        |   17 +-
 src/VBox/Installer/solaris/vboxconfig.sh           |   17 +-
 src/VBox/Installer/win/NLS/de_DE.wxl               |    1 +
 src/VBox/Installer/win/NLS/en_US.wxl               |    1 +
 src/VBox/Installer/win/NLS/fa_IR.wxl               |    1 +
 src/VBox/Installer/win/NLS/fr_FR.wxl               |    1 +
 src/VBox/Installer/win/NLS/it_IT.wxl               |    1 +
 src/VBox/Installer/win/NLS/zh_TW.wxl               |    1 +
 src/VBox/Installer/win/UserInterface.wxi           |    4 +
 src/VBox/Installer/win/VirtualBox.wxs              |   27 +-
 src/VBox/Main/cbinding/Makefile.kmk                |   17 -
 src/VBox/Main/cbinding/VBoxCAPI_v4_2.h             |  153 +-
 src/VBox/Main/cbinding/VBoxXPCOMC.cpp              |  311 ++-
 src/VBox/Main/cbinding/VBoxXPCOMCGlue.c            |   17 +-
 src/VBox/Main/cbinding/makefile.tstXPCOMCGlue      |   16 +-
 src/VBox/Main/cbinding/tstXPCOMCEvent.c            |  745 -------
 src/VBox/Main/cbinding/tstXPCOMCGlue.c             |  599 +++++-
 src/VBox/Main/cbinding/xpcidl.xsl                  |  126 +-
 src/VBox/Main/glue/vboxapi.py                      |    4 +-
 src/VBox/Main/idl/VirtualBox.xidl                  |    9 +-
 src/VBox/Main/idl/comimpl.xsl                      |   12 +-
 src/VBox/Main/include/DHCPServerImpl.h             |    4 +
 src/VBox/Main/include/DisplayImpl.h                |   16 +-
 src/VBox/Main/include/GuestCtrlImplPrivate.h       |    5 +
 src/VBox/Main/include/GuestDirectoryImpl.h         |    1 +
 src/VBox/Main/include/GuestFileImpl.h              |    1 +
 src/VBox/Main/include/GuestProcessImpl.h           |    1 +
 src/VBox/Main/include/GuestSessionImpl.h           |    3 +-
 src/VBox/Main/include/MachineImpl.h                |    2 -
 src/VBox/Main/include/NATNetworkImpl.h             |    2 +-
 src/VBox/Main/include/NetworkServiceRunner.h       |   59 +-
 src/VBox/Main/include/Wrapper.h                    |    2 +-
 src/VBox/Main/src-client/ConsoleImpl.cpp           |    2 +-
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |   76 +-
 src/VBox/Main/src-client/DisplayImpl.cpp           |  108 +-
 src/VBox/Main/src-client/GuestCtrlImpl.cpp         |   31 +-
 src/VBox/Main/src-client/GuestCtrlPrivate.cpp      |   98 +-
 src/VBox/Main/src-client/GuestDirectoryImpl.cpp    |   32 +-
 src/VBox/Main/src-client/GuestFileImpl.cpp         |  172 +-
 src/VBox/Main/src-client/GuestFsObjInfoImpl.cpp    |    3 +-
 src/VBox/Main/src-client/GuestImpl.cpp             |    2 +-
 src/VBox/Main/src-client/GuestProcessImpl.cpp      |  276 +--
 src/VBox/Main/src-client/GuestSessionImpl.cpp      |  240 ++-
 src/VBox/Main/src-client/GuestSessionImplTasks.cpp |   20 +-
 src/VBox/Main/src-client/SessionImpl.cpp           |    9 +-
 src/VBox/Main/src-server/ApplianceImpl.cpp         |    4 +-
 src/VBox/Main/src-server/ApplianceImplExport.cpp   |    6 +-
 src/VBox/Main/src-server/ApplianceImplImport.cpp   |  142 +-
 src/VBox/Main/src-server/ClientWatcher.cpp         |   40 +-
 src/VBox/Main/src-server/DHCPServerImpl.cpp        |   23 +-
 src/VBox/Main/src-server/HostDnsService.cpp        |  165 +-
 src/VBox/Main/src-server/HostDnsService.h          |  113 +-
 .../Main/src-server/HostDnsServiceResolvConf.cpp   |   17 +-
 src/VBox/Main/src-server/HostImpl.cpp              |    8 +-
 .../Main/src-server/HostNetworkInterfaceImpl.cpp   |    2 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |   32 +-
 src/VBox/Main/src-server/NATNetworkImpl.cpp        |   78 +-
 src/VBox/Main/src-server/NetworkAdapterImpl.cpp    |    9 +-
 src/VBox/Main/src-server/NetworkServiceRunner.cpp  |   93 +-
 src/VBox/Main/src-server/SnapshotImpl.cpp          |    5 +
 src/VBox/Main/src-server/freebsd/NetIf-freebsd.cpp |    3 +-
 .../Main/src-server/freebsd/PerformanceFreeBSD.cpp |    5 +
 .../Main/src-server/linux/HostDnsServiceLinux.cpp  |    6 +-
 src/VBox/Main/src-server/win/HostDnsServiceWin.cpp |   20 +-
 src/VBox/Main/xml/Settings.cpp                     |   18 +-
 src/VBox/NetworkServices/DHCP/Config.cpp           |  159 +-
 src/VBox/NetworkServices/DHCP/Config.h             |   34 +-
 src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp      |  574 +++---
 src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp    |    7 +-
 .../NetworkServices/NetLib/VBoxNetBaseService.cpp  |   49 +-
 .../NetworkServices/NetLib/VBoxNetBaseService.h    |    4 +-
 src/VBox/Runtime/Makefile.kmk                      |   24 +
 .../asm/{ASMGetIDTR.asm => ASMAtomicUoAndU32.asm}  |   40 +-
 ...{ASMAtomicXchgU64.asm => ASMAtomicUoAndU64.asm} |   51 +-
 .../asm/{ASMGetGDTR.asm => ASMAtomicUoOrU32.asm}   |   39 +-
 .../{ASMAtomicXchgU64.asm => ASMAtomicUoOrU64.asm} |   50 +-
 src/VBox/Runtime/common/table/avl_Destroy.cpp.h    |    8 +-
 src/VBox/Runtime/common/table/avl_DoWithAll.cpp.h  |   12 +-
 src/VBox/Runtime/common/table/avlgcphys.cpp        |    1 +
 src/VBox/Runtime/common/table/avlgcptr.cpp         |    2 +-
 src/VBox/Runtime/common/table/avlhcphys.cpp        |    1 +
 src/VBox/Runtime/common/table/avllu32.cpp          |    1 +
 src/VBox/Runtime/common/table/avlogcphys.cpp       |    1 +
 src/VBox/Runtime/common/table/avlogcptr.cpp        |    1 +
 src/VBox/Runtime/common/table/avlohcphys.cpp       |    1 +
 src/VBox/Runtime/common/table/avloioport.cpp       |    1 +
 src/VBox/Runtime/common/table/avlou32.cpp          |    1 +
 src/VBox/Runtime/common/table/avlpv.cpp            |    2 +-
 src/VBox/Runtime/common/table/avlrfoff.cpp         |    1 +
 src/VBox/Runtime/common/table/avlrgcptr.cpp        |    1 +
 src/VBox/Runtime/common/table/avlrogcphys.cpp      |    1 +
 src/VBox/Runtime/common/table/avlrogcptr.cpp       |    1 +
 src/VBox/Runtime/common/table/avlroioport.cpp      |    1 +
 src/VBox/Runtime/common/table/avlroogcptr.cpp      |    1 +
 src/VBox/Runtime/common/table/avlrpv.cpp           |    2 +-
 src/VBox/Runtime/common/table/avlru64.cpp          |    2 +-
 src/VBox/Runtime/common/table/avlruintptr.cpp      |    1 +
 src/VBox/Runtime/common/table/avlu32.cpp           |    1 +
 src/VBox/Runtime/common/table/avluintptr.cpp       |    1 +
 src/VBox/Runtime/common/table/avlul.cpp            |    1 +
 .../Runtime/r0drv/freebsd/alloc-r0drv-freebsd.c    |    5 +
 .../Runtime/r0drv/freebsd/memobj-r0drv-freebsd.c   |   63 +
 src/VBox/Runtime/r0drv/freebsd/mp-r0drv-freebsd.c  |    5 +
 .../Runtime/r0drv/freebsd/the-freebsd-kernel.h     |    3 +
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |    6 +-
 .../Runtime/r3/posix/process-creation-posix.cpp    |   12 +
 src/VBox/Runtime/testcase/Makefile.kmk             |    2 +-
 src/VBox/Storage/ISCSI.cpp                         |    7 +-
 src/VBox/Storage/VD.cpp                            |    3 +-
 src/VBox/VMM/VMMAll/CPUMAllRegs.cpp                |   21 +-
 src/VBox/VMM/VMMAll/IEMAll.cpp                     |    2 +-
 src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h              |   71 +-
 src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h       |   60 +-
 src/VBox/VMM/VMMAll/PDMAll.cpp                     |   16 +-
 src/VBox/VMM/VMMAll/PGMAllPhys.cpp                 |   16 +-
 src/VBox/VMM/VMMR0/GMMR0.cpp                       |    2 +-
 src/VBox/VMM/VMMR0/HMR0.cpp                        |   19 +-
 src/VBox/VMM/VMMR0/HMSVMR0.cpp                     |  273 +--
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |  347 ++--
 src/VBox/VMM/VMMR3/CPUM.cpp                        |    2 +-
 src/VBox/VMM/VMMR3/DBGFDisas.cpp                   |    5 +-
 src/VBox/VMM/VMMR3/HM.cpp                          |    8 +-
 src/VBox/VMM/VMMR3/PATMSSM.cpp                     |  201 +-
 src/VBox/VMM/VMMR3/PDMDevHlp.cpp                   |    2 +-
 src/VBox/VMM/VMMR3/SSM.cpp                         |  265 +--
 src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac        |    6 +-
 src/VBox/VMM/include/HMInternal.h                  |   66 +-
 src/VBox/VMM/include/PATMInternal.h                |    5 +-
 .../testcase/Instructions/InstructionTestGen.py    |  266 ++-
 src/VBox/VMM/testcase/Instructions/env-common.mac  |    1 +
 src/VBox/VMM/testcase/Instructions/itgTableDaa.py  | 1105 +++++++++++
 src/VBox/VMM/testcase/Instructions/itgTableDas.py  | 1105 +++++++++++
 327 files changed, 14524 insertions(+), 7388 deletions(-)
 delete mode 100644 include/VBox/DevPCNet.h
 create mode 100755 src/VBox/HostDrivers/Support/darwin/load.sh
 delete mode 100644 src/VBox/Main/cbinding/tstXPCOMCEvent.c
 copy src/VBox/Runtime/common/asm/{ASMGetIDTR.asm => ASMAtomicUoAndU32.asm} (69%)
 copy src/VBox/Runtime/common/asm/{ASMAtomicXchgU64.asm => ASMAtomicUoAndU64.asm} (67%)
 copy src/VBox/Runtime/common/asm/{ASMGetGDTR.asm => ASMAtomicUoOrU32.asm} (70%)
 copy src/VBox/Runtime/common/asm/{ASMAtomicXchgU64.asm => ASMAtomicUoOrU64.asm} (67%)
 create mode 100644 src/VBox/VMM/testcase/Instructions/itgTableDaa.py
 create mode 100644 src/VBox/VMM/testcase/Instructions/itgTableDas.py

-- 
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