[Pkg-virtualbox-commits] [virtualbox] 02/05: Merge tag 'upstream/5.0.2-dfsg' into experimental

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Fri Aug 14 17:34:42 UTC 2015


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

locutusofborg-guest pushed a commit to annotated tag debian/5.0.2-dfsg-1
in repository virtualbox.

commit 6faa04cd59aeaf87fc676315604b8583cf380738
Merge: 67946ee 5b8c4cd
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Fri Aug 14 15:23:49 2015 +0200

    Merge tag 'upstream/5.0.2-dfsg' into experimental
    
    Upstream version 5.0.2-dfsg

 Config.kmk                                         |   109 +-
 Makefile.kmk                                       |    16 +-
 configure.vbs                                      |     1 -
 doc/manual/Makefile.kmk                            |     1 +
 doc/manual/en_US/user_AdvancedTopics.xml           |     2 +-
 doc/manual/en_US/user_BasicConcepts.xml            |     3 +-
 doc/manual/en_US/user_Introduction.xml             |     5 +
 doc/manual/en_US/user_Storage.xml                  |    12 +-
 doc/manual/en_US/user_Technical.xml                |     5 +-
 doc/manual/user_ChangeLogImpl.xml                  |   207 +-
 include/VBox/GuestHost/DragAndDrop.h               |    33 +-
 include/VBox/VBoxGuestLib.h                        |     6 +-
 include/VBox/VBoxNetCfg-win.h                      |     1 +
 include/VBox/bioslogo.h                            |     4 +-
 include/VBox/com/string.h                          |     8 +-
 include/VBox/dbg.h                                 |    41 +-
 include/VBox/err.h                                 |    24 +-
 include/VBox/sup.h                                 |    92 +-
 include/VBox/sup.mac                               |     3 +-
 include/VBox/vd-ifs.h                              |    11 +-
 include/VBox/vd.h                                  |    19 +-
 include/VBox/vmm/cfgm.h                            |    16 +-
 include/VBox/vmm/dbgf.h                            |     8 +-
 include/VBox/vmm/dbgfcorefmt.h                     |     4 +-
 include/VBox/vmm/hm_vmx.h                          |   183 +-
 include/VBox/vmm/mm.h                              |     8 +-
 include/VBox/vmm/pdmcritsect.h                     |     3 +-
 include/VBox/vmm/pdmcritsectrw.h                   |     3 +-
 include/VBox/vmm/pdmdev.h                          |    67 +-
 include/VBox/vmm/pdmdrv.h                          |    59 +-
 include/VBox/vmm/pdmifs.h                          |    68 +-
 include/VBox/vmm/pdmusb.h                          |    19 +-
 include/VBox/vmm/ssm.h                             |     6 +-
 include/VBox/vmm/stam.h                            |    16 +-
 include/VBox/vmm/vm.h                              |     4 +-
 include/VBox/vmm/vmapi.h                           |    16 +-
 include/iprt/asm-amd64-x86.h                       |   178 +
 include/iprt/asn1-generator-pass.h                 |     3 +-
 include/iprt/asn1.h                                |     4 +-
 include/iprt/assert.h                              |    16 +-
 include/iprt/cdefs.h                               |    25 +
 include/iprt/condvar.h                             |     3 +-
 include/iprt/cpp/ministring.h                      |     8 +-
 include/iprt/critsect.h                            |     8 +-
 include/iprt/dbg.h                                 |     6 +-
 include/iprt/err.h                                 |     8 +-
 include/iprt/file.h                                |     4 +-
 include/iprt/heap.h                                |     4 +-
 include/iprt/linux/sysfs.h                         |    34 +-
 include/iprt/lockvalidator.h                       |    41 +-
 include/iprt/log.h                                 |    53 +-
 include/iprt/mangling.h                            |     1 +
 include/iprt/message.h                             |    22 +-
 include/iprt/nt/nt.h                               |   121 +-
 include/iprt/semaphore.h                           |    13 +-
 include/iprt/stream.h                              |    15 +-
 include/iprt/string.h                              |    33 +-
 include/iprt/system.h                              |    14 +
 include/iprt/test.h                                |    66 +-
 include/iprt/thread.h                              |     4 +-
 include/iprt/trace.h                               |     8 +-
 include/iprt/types.h                               |    12 +-
 include/iprt/uri.h                                 |     3 +-
 include/iprt/vector.h                              |     9 +-
 .../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp     |    74 +-
 src/VBox/Additions/common/crOpenGL/load.c          |     4 +
 src/VBox/Additions/darwin/vboxfs/Info.plist        |    44 +
 src/VBox/Additions/darwin/vboxfs/Makefile.kmk      |    57 +
 .../Additions/darwin/vboxfs/VBoxVFS-VFSOps.cpp     |   587 +
 .../Additions/darwin/vboxfs/VBoxVFS-VNODEOps.cpp   |   769 +
 src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp |   615 +
 src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp       |   324 +
 src/VBox/Additions/darwin/vboxfs/mount.vboxvfs.c   |    97 +
 src/VBox/Additions/darwin/vboxfs/vboxvfs.h         |   239 +
 src/VBox/Additions/linux/export_modules            |     1 +
 src/VBox/Additions/linux/sharedfolders/dirops.c    |    34 +-
 src/VBox/Additions/linux/sharedfolders/lnkops.c    |    14 +
 .../Additions/solaris/Installer/postinstall.sh     |     1 +
 src/VBox/Additions/solaris/Makefile.kmk            |     1 +
 .../Additions/solaris/SharedFolders/Makefile.kmk   |     7 +-
 src/VBox/Additions/x11/VBoxClient/draganddrop.cpp  |   152 +-
 src/VBox/Additions/x11/VBoxClient/main.cpp         |     4 +-
 src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp |    65 +-
 src/VBox/Additions/x11/VBoxClient/seamless-x11.h   |     5 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |    68 +-
 .../OSE/virtualbox-128px.png                       |   Bin
 .../{Resources => Artwork}/OSE/virtualbox-16px.png |   Bin
 .../{Resources => Artwork}/OSE/virtualbox-20px.png |   Bin
 .../{Resources => Artwork}/OSE/virtualbox-32px.png |   Bin
 .../{Resources => Artwork}/OSE/virtualbox-40px.png |   Bin
 .../{Resources => Artwork}/OSE/virtualbox-48px.png |   Bin
 .../{Resources => Artwork}/OSE/virtualbox-64px.png |   Bin
 src/VBox/{Resources => Artwork}/OSE/virtualbox.svg |     0
 .../images => Artwork/darwin}/OSE/VirtualBox.icns  |   Bin
 .../darwin/virtualbox-hdd.icns                     |   Bin
 .../darwin/virtualbox-ova.icns                     |   Bin
 .../darwin/virtualbox-ovf.icns                     |   Bin
 .../darwin/virtualbox-vbox-extpack.icns            |   Bin
 .../darwin/virtualbox-vbox.icns                    |   Bin
 .../darwin/virtualbox-vdi.icns                     |   Bin
 .../darwin/virtualbox-vhd.icns                     |   Bin
 .../darwin/virtualbox-vmdk.icns                    |   Bin
 .../other/virtualbox-hdd-128px.png                 |   Bin
 .../other/virtualbox-hdd-16px.png                  |   Bin
 .../other/virtualbox-hdd-20px.png                  |   Bin
 .../other/virtualbox-hdd-24px.png                  |   Bin
 .../other/virtualbox-hdd-256px.png                 |   Bin
 .../other/virtualbox-hdd-32px.png                  |   Bin
 .../other/virtualbox-hdd-40px.png                  |   Bin
 .../other/virtualbox-hdd-48px.png                  |   Bin
 .../other/virtualbox-hdd-512px.png                 |   Bin
 .../other/virtualbox-hdd-64px.png                  |   Bin
 .../other/virtualbox-hdd-72px.png                  |   Bin
 .../other/virtualbox-hdd-80px.png                  |   Bin
 .../other/virtualbox-hdd-96px.png                  |   Bin
 .../other/virtualbox-ova-128px.png                 |   Bin
 .../other/virtualbox-ova-16px.png                  |   Bin
 .../other/virtualbox-ova-20px.png                  |   Bin
 .../other/virtualbox-ova-24px.png                  |   Bin
 .../other/virtualbox-ova-256px.png                 |   Bin
 .../other/virtualbox-ova-32px.png                  |   Bin
 .../other/virtualbox-ova-40px.png                  |   Bin
 .../other/virtualbox-ova-48px.png                  |   Bin
 .../other/virtualbox-ova-512px.png                 |   Bin
 .../other/virtualbox-ova-64px.png                  |   Bin
 .../other/virtualbox-ova-72px.png                  |   Bin
 .../other/virtualbox-ova-80px.png                  |   Bin
 .../other/virtualbox-ova-96px.png                  |   Bin
 .../other/virtualbox-ovf-128px.png                 |   Bin
 .../other/virtualbox-ovf-16px.png                  |   Bin
 .../other/virtualbox-ovf-20px.png                  |   Bin
 .../other/virtualbox-ovf-24px.png                  |   Bin
 .../other/virtualbox-ovf-256px.png                 |   Bin
 .../other/virtualbox-ovf-32px.png                  |   Bin
 .../other/virtualbox-ovf-40px.png                  |   Bin
 .../other/virtualbox-ovf-48px.png                  |   Bin
 .../other/virtualbox-ovf-512px.png                 |   Bin
 .../other/virtualbox-ovf-64px.png                  |   Bin
 .../other/virtualbox-ovf-72px.png                  |   Bin
 .../other/virtualbox-ovf-80px.png                  |   Bin
 .../other/virtualbox-ovf-96px.png                  |   Bin
 .../other/virtualbox-vbox-128px.png                |   Bin
 .../other/virtualbox-vbox-16px.png                 |   Bin
 .../other/virtualbox-vbox-20px.png                 |   Bin
 .../other/virtualbox-vbox-24px.png                 |   Bin
 .../other/virtualbox-vbox-256px.png                |   Bin
 .../other/virtualbox-vbox-32px.png                 |   Bin
 .../other/virtualbox-vbox-40px.png                 |   Bin
 .../other/virtualbox-vbox-48px.png                 |   Bin
 .../other/virtualbox-vbox-512px.png                |   Bin
 .../other/virtualbox-vbox-64px.png                 |   Bin
 .../other/virtualbox-vbox-72px.png                 |   Bin
 .../other/virtualbox-vbox-80px.png                 |   Bin
 .../other/virtualbox-vbox-96px.png                 |   Bin
 .../other/virtualbox-vbox-extpack-128px.png        |   Bin
 .../other/virtualbox-vbox-extpack-16px.png         |   Bin
 .../other/virtualbox-vbox-extpack-20px.png         |   Bin
 .../other/virtualbox-vbox-extpack-24px.png         |   Bin
 .../other/virtualbox-vbox-extpack-256px.png        |   Bin
 .../other/virtualbox-vbox-extpack-32px.png         |   Bin
 .../other/virtualbox-vbox-extpack-40px.png         |   Bin
 .../other/virtualbox-vbox-extpack-48px.png         |   Bin
 .../other/virtualbox-vbox-extpack-512px.png        |   Bin
 .../other/virtualbox-vbox-extpack-64px.png         |   Bin
 .../other/virtualbox-vbox-extpack-72px.png         |   Bin
 .../other/virtualbox-vbox-extpack-80px.png         |   Bin
 .../other/virtualbox-vbox-extpack-96px.png         |   Bin
 .../other/virtualbox-vdi-128px.png                 |   Bin
 .../other/virtualbox-vdi-16px.png                  |   Bin
 .../other/virtualbox-vdi-20px.png                  |   Bin
 .../other/virtualbox-vdi-24px.png                  |   Bin
 .../other/virtualbox-vdi-256px.png                 |   Bin
 .../other/virtualbox-vdi-32px.png                  |   Bin
 .../other/virtualbox-vdi-40px.png                  |   Bin
 .../other/virtualbox-vdi-48px.png                  |   Bin
 .../other/virtualbox-vdi-512px.png                 |   Bin
 .../other/virtualbox-vdi-64px.png                  |   Bin
 .../other/virtualbox-vdi-72px.png                  |   Bin
 .../other/virtualbox-vdi-80px.png                  |   Bin
 .../other/virtualbox-vdi-96px.png                  |   Bin
 .../other/virtualbox-vhd-128px.png                 |   Bin
 .../other/virtualbox-vhd-16px.png                  |   Bin
 .../other/virtualbox-vhd-20px.png                  |   Bin
 .../other/virtualbox-vhd-24px.png                  |   Bin
 .../other/virtualbox-vhd-256px.png                 |   Bin
 .../other/virtualbox-vhd-32px.png                  |   Bin
 .../other/virtualbox-vhd-40px.png                  |   Bin
 .../other/virtualbox-vhd-48px.png                  |   Bin
 .../other/virtualbox-vhd-512px.png                 |   Bin
 .../other/virtualbox-vhd-64px.png                  |   Bin
 .../other/virtualbox-vhd-72px.png                  |   Bin
 .../other/virtualbox-vhd-80px.png                  |   Bin
 .../other/virtualbox-vhd-96px.png                  |   Bin
 .../other/virtualbox-vmdk-128px.png                |   Bin
 .../other/virtualbox-vmdk-16px.png                 |   Bin
 .../other/virtualbox-vmdk-20px.png                 |   Bin
 .../other/virtualbox-vmdk-24px.png                 |   Bin
 .../other/virtualbox-vmdk-256px.png                |   Bin
 .../other/virtualbox-vmdk-32px.png                 |   Bin
 .../other/virtualbox-vmdk-40px.png                 |   Bin
 .../other/virtualbox-vmdk-48px.png                 |   Bin
 .../other/virtualbox-vmdk-512px.png                |   Bin
 .../other/virtualbox-vmdk-64px.png                 |   Bin
 .../other/virtualbox-vmdk-72px.png                 |   Bin
 .../other/virtualbox-vmdk-80px.png                 |   Bin
 .../other/virtualbox-vmdk-96px.png                 |   Bin
 .../images => Artwork/win}/OSE/VirtualBox_win.ico  |   Bin
 .../win/OSE/virtualbox-ova.ico                     |   Bin
 .../win/OSE/virtualbox-ovf.ico                     |   Bin
 .../win/OSE/virtualbox-vbox-extpack.ico            |   Bin
 .../win/OSE/virtualbox-vbox.ico                    |   Bin
 src/VBox/{Resources => Artwork}/win/TemplateDll.rc |     0
 src/VBox/{Resources => Artwork}/win/TemplateDrv.rc |     0
 src/VBox/{Resources => Artwork}/win/TemplateExe.rc |     0
 src/VBox/{Resources => Artwork}/win/TemplateR0.rc  |     0
 src/VBox/{Resources => Artwork}/win/TemplateRC.rc  |     0
 .../{Resources => Artwork}/win/TemplateRsrcDefs.h  |     0
 .../{Resources => Artwork}/win/virtualbox-hdd.ico  |   Bin
 .../{Resources => Artwork}/win/virtualbox-vdi.ico  |   Bin
 .../{Resources => Artwork}/win/virtualbox-vhd.ico  |   Bin
 .../{Resources => Artwork}/win/virtualbox-vmdk.ico |   Bin
 src/VBox/Debugger/DBGCEval.cpp                     |     8 +-
 src/VBox/Debugger/DBGCTcp.cpp                      |     4 +-
 src/VBox/Debugger/DBGConsole.cpp                   |    12 +-
 src/VBox/Debugger/DBGPlugInDarwin.cpp              |     2 +-
 src/VBox/Debugger/DBGPlugInWinNt.cpp               |    19 +-
 src/VBox/Debugger/VBoxDbgStatsQt4.cpp              |     2 +-
 src/VBox/Devices/Audio/DevIchHdaCodec.cpp          |    36 +-
 src/VBox/Devices/Audio/DrvAudio.cpp                |    18 +-
 src/VBox/Devices/Audio/DrvHostDSound.cpp           |   223 +-
 src/VBox/Devices/Audio/DrvHostOSSAudio.cpp         |    26 +-
 src/VBox/Devices/Bus/DevPCI.cpp                    |     2 +-
 src/VBox/Devices/Bus/DevPciIch9.cpp                |     2 +-
 src/VBox/Devices/EFI/DevEFI.cpp                    |     6 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.asm       |     6 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum    |     2 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.cpp          |   664 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.h            |     2 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h    |     6 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m    |   389 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-info.cpp   |  1953 ++
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-internal.h |  1062 +
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp    |  2242 +--
 ...VGA3d-shared.h => DevVGA-SVGA3d-savedstate.cpp} |   435 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.cpp |   129 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp    |  1429 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp        |   568 +
 src/VBox/Devices/Graphics/DevVGA-SVGA3d.h          |   143 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |   423 +-
 src/VBox/Devices/Graphics/DevVGA.h                 |    40 +-
 src/VBox/Devices/Graphics/DevVGASavedState.h       |    30 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |    22 +-
 src/VBox/Devices/Graphics/DevVGA_VDMA.cpp          |    19 +-
 src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp      |     6 +-
 src/VBox/Devices/Graphics/VBoxSVGA3DObjC.def       |     1 +
 src/VBox/Devices/Makefile.kmk                      |    23 +-
 src/VBox/Devices/Network/DevE1000.cpp              |     2 +-
 src/VBox/Devices/Network/DevPCNet.cpp              |    16 +-
 src/VBox/Devices/Network/DevVirtioNet.cpp          |    88 +-
 src/VBox/Devices/Network/DrvIntNet.cpp             |     2 +-
 src/VBox/Devices/Network/DrvNAT.cpp                |     9 +-
 src/VBox/Devices/Network/slirp/bootp.c             |    16 +-
 src/VBox/Devices/Network/slirp/debug.h             |    24 +-
 src/VBox/Devices/Network/slirp/ip_input.c          |     4 +
 src/VBox/Devices/Network/slirp/slirp.c             |     2 +-
 src/VBox/Devices/Network/slirp/socket.c            |     6 +
 src/VBox/Devices/Network/testcase/tstIntNet-1.cpp  |     4 +-
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |     8 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |     2 +-
 src/VBox/Devices/PC/BIOS/orgs.asm                  |     6 +-
 src/VBox/Devices/PC/DevPcArch.cpp                  |     2 +-
 src/VBox/Devices/Serial/DrvRawFile.cpp             |     2 +-
 src/VBox/Devices/Storage/DevAHCI.cpp               |     2 +-
 src/VBox/Devices/Storage/DevATA.cpp                |    12 +-
 src/VBox/Devices/Storage/DevFdc.cpp                |     4 +-
 src/VBox/Devices/Storage/DevLsiLogicSCSI.cpp       |     4 +-
 src/VBox/Devices/Storage/DrvBlock.cpp              |     3 +-
 src/VBox/Devices/Storage/DrvSCSI.cpp               |    10 +-
 src/VBox/Devices/Storage/DrvSCSIHost.cpp           |     6 +-
 src/VBox/Devices/Storage/DrvVD.cpp                 |    36 +-
 src/VBox/Devices/Storage/HBDMgmt-darwin.cpp        |   496 +
 src/VBox/Devices/Storage/HBDMgmt-generic.cpp       |    60 +
 src/VBox/Devices/Storage/HBDMgmt-win.cpp           |   560 +
 src/VBox/Devices/Storage/HBDMgmt.h                 |    90 +
 src/VBox/Devices/Storage/UsbMsd.cpp                |     2 +-
 src/VBox/Devices/USB/DevOHCI.cpp                   |    12 +-
 src/VBox/Devices/USB/VUSBDevice.cpp                |     2 +-
 .../Devices/USB/usbip/USBProxyDevice-usbip.cpp     |   677 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |     8 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |    10 +-
 src/VBox/Disassembler/testcase/tstDisasm-1.cpp     |     2 +-
 src/VBox/Disassembler/testcase/tstDisasm-2.cpp     |     4 +-
 src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceR0.cpp      |     2 +-
 .../Frontends/VBoxManage/VBoxInternalManage.cpp    |    71 +-
 .../Frontends/VBoxManage/VBoxManageControlVM.cpp   |     7 -
 src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp   |     4 +-
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |    21 +-
 .../Frontends/VirtualBox/nls/ApprovedLanguages.kmk |     1 +
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts |     6 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts |     9 +-
 .../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts   |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts |     8 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts |     6 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts |  1668 +-
 .../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts   |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts |     9 +-
 .../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts   |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts |     6 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts |     6 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts |     6 +-
 .../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts   |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts |   660 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts |    51 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts |     9 +-
 .../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts   |   674 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts |     6 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts |     9 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts |     8 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts |     9 +-
 .../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts   |     9 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts   |    16 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts   |  1989 +-
 src/VBox/Frontends/VirtualBox/nls/qt_zh_CN.ts      |    32 +-
 .../VirtualBox/src/converter/Makefile.kup          |     0
 .../src/converter/UIConverterBackendCOM.cpp        |     2 +-
 .../VirtualBox/src/globals/UIMessageCenter.cpp     |     7 +
 .../VirtualBox/src/globals/UIMessageCenter.h       |     1 +
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |   162 +-
 .../Frontends/VirtualBox/src/globals/VBoxGlobal.h  |    50 +-
 src/VBox/Frontends/VirtualBox/src/main.cpp         |    10 +
 .../src/platform/darwin/VBoxUtils-darwin-cocoa.mm  |    10 +-
 .../src/platform/win/VirtualBoxHardened.rc         |     2 +-
 .../VirtualBox/src/platform/x11/VBoxX11Helper.cpp  |   139 +-
 .../VirtualBox/src/platform/x11/VBoxX11Helper.h    |    26 +-
 .../VirtualBox/src/runtime/UIActionPoolRuntime.cpp |    55 +-
 .../VirtualBox/src/runtime/UIActionPoolRuntime.h   |     3 +
 .../runtime/UIAddDiskEncryptionPasswordDialog.cpp  |   148 +-
 .../runtime/UIAddDiskEncryptionPasswordDialog.h    |    14 +-
 .../VirtualBox/src/runtime/UIDnDHandler.cpp        |   231 +-
 .../VirtualBox/src/runtime/UIDnDHandler.h          |    25 +-
 .../VirtualBox/src/runtime/UIDnDMIMEData.cpp       |   235 +-
 .../VirtualBox/src/runtime/UIDnDMIMEData.h         |    64 +-
 .../VirtualBox/src/runtime/UIFrameBuffer.cpp       |    56 +-
 .../Frontends/VirtualBox/src/runtime/UIMachine.cpp |     3 +
 .../Frontends/VirtualBox/src/runtime/UIMachine.h   |     3 +
 .../VirtualBox/src/runtime/UIMachineLogic.cpp      |    97 +-
 .../VirtualBox/src/runtime/UIMachineLogic.h        |    11 +-
 .../VirtualBox/src/runtime/UIMachineView.cpp       |     2 +-
 .../VirtualBox/src/runtime/UIMachineWindow.cpp     |    10 +-
 .../VirtualBox/src/runtime/UIMachineWindow.h       |     8 +-
 .../Frontends/VirtualBox/src/runtime/UISession.cpp |    44 +-
 .../Frontends/VirtualBox/src/runtime/UISession.h   |     6 +-
 .../fullscreen/UIMachineLogicFullscreen.cpp        |    20 +-
 .../runtime/fullscreen/UIMachineViewFullscreen.cpp |    77 +-
 .../fullscreen/UIMachineWindowFullscreen.cpp       |   314 +-
 .../runtime/fullscreen/UIMachineWindowFullscreen.h |    70 +-
 .../src/runtime/normal/UIMachineViewNormal.cpp     |    65 +-
 .../src/runtime/normal/UIMachineWindowNormal.cpp   |    36 +-
 .../src/runtime/normal/UIMachineWindowNormal.h     |    54 +-
 .../src/runtime/scale/UIMachineWindowScale.h       |    36 +-
 .../runtime/seamless/UIMachineLogicSeamless.cpp    |    20 +-
 .../src/runtime/seamless/UIMachineViewSeamless.cpp |    67 +-
 .../runtime/seamless/UIMachineWindowSeamless.cpp   |   193 +-
 .../src/runtime/seamless/UIMachineWindowSeamless.h |    70 +-
 .../selector/graphics/chooser/UIGChooserModel.cpp  |    21 +-
 .../selector/graphics/chooser/UIGChooserModel.h    |     3 +
 .../VirtualBox/src/widgets/UIMiniToolBar.cpp       |   843 +-
 .../VirtualBox/src/widgets/UIMiniToolBar.h         |   194 +-
 .../src/widgets/UINameAndSystemEditor.cpp          |     4 +-
 .../VirtualBox/src/wizards/newvm/UIWizardNewVM.cpp |    54 +-
 .../VirtualBox/src/wizards/newvm/UIWizardNewVM.h   |    11 +-
 .../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp  |     4 +-
 src/VBox/GuestHost/DragAndDrop/DnDDir.cpp          |    12 +-
 src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp      |    57 +-
 src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp    |    57 +-
 src/VBox/GuestHost/OpenGL/include/cr_version.h     |     3 +-
 src/VBox/GuestHost/OpenGL/util/error.c             |     4 +-
 src/VBox/HostDrivers/Support/Makefile.kmk          |    13 +-
 src/VBox/HostDrivers/Support/SUPDrv.cpp            |   197 +-
 src/VBox/HostDrivers/Support/SUPDrvGip.cpp         |   290 +-
 src/VBox/HostDrivers/Support/SUPDrvIOC.h           |    30 +-
 src/VBox/HostDrivers/Support/SUPDrvInternal.h      |    16 +
 src/VBox/HostDrivers/Support/SUPLib.cpp            |    27 +-
 src/VBox/HostDrivers/Support/SUPLibAll.cpp         |    57 +
 src/VBox/HostDrivers/Support/SUPLibLdr.cpp         |     7 +-
 .../HostDrivers/Support/darwin/SUPDrv-darwin.cpp   |    76 +-
 .../HostDrivers/Support/freebsd/SUPDrv-freebsd.c   |     3 -
 src/VBox/HostDrivers/Support/linux/Makefile        |     2 +-
 src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c  |    85 +-
 src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp    |     3 -
 .../HostDrivers/Support/solaris/SUPDrv-solaris.c   |     3 -
 src/VBox/HostDrivers/Support/testcase/tstGIP-2.cpp |    67 +-
 src/VBox/HostDrivers/Support/testcase/tstPin.cpp   |     2 +-
 .../HostDrivers/Support/testcase/tstSupSem.cpp     |    12 +-
 src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp    |   108 +-
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |     4 +-
 .../Support/win/SUPR3HardenedMain-win.cpp          |    20 +-
 .../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp        |    11 +-
 .../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp        |    80 +-
 .../VBoxNetFlt/linux/VBoxNetFlt-linux.c            |    69 +-
 .../HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp  |    47 +-
 .../VBoxNetFlt/win/tools/VBoxNetAdpInstall.cpp     |    36 +-
 src/VBox/HostDrivers/linux/export_modules          |    10 +-
 src/VBox/HostServices/DragAndDrop/dndmanager.cpp   |     4 +-
 src/VBox/HostServices/DragAndDrop/service.cpp      |    40 +-
 src/VBox/HostServices/HostChannel/HostChannel.cpp  |     8 +-
 src/VBox/HostServices/SharedFolders/Makefile.kmk   |     1 +
 src/VBox/HostServices/SharedFolders/mappings.cpp   |    14 +
 src/VBox/HostServices/SharedFolders/mappings.h     |     1 +
 src/VBox/HostServices/SharedFolders/service.cpp    |    14 +-
 .../SharedFolders/testcase/Makefile.kmk            |     1 +
 src/VBox/HostServices/SharedFolders/vbsf.cpp       |   583 +-
 src/VBox/HostServices/SharedFolders/vbsfpath.cpp   |   745 +
 src/VBox/HostServices/SharedFolders/vbsfpath.h     |    54 +
 src/VBox/HostServices/SharedOpenGL/Makefile.kmk    |    10 +-
 .../crserverlib/presenter/display_window.cpp       |     6 +-
 .../SharedOpenGL/crserverlib/server_lists.c        |     7 +-
 .../SharedOpenGL/crserverlib/server_main.c         |   182 +-
 src/VBox/HostServices/SharedOpenGL/dlm/dlm.c       |   109 +-
 src/VBox/HostServices/SharedOpenGL/dlm/dlm_bbox.c  |   454 -
 .../HostServices/SharedOpenGL/dlm/dlm_calllist.c   |    67 -
 .../HostServices/SharedOpenGL/dlm/dlm_generated.py |   339 +-
 .../HostServices/SharedOpenGL/dlm/dlm_header.py    |    24 +-
 src/VBox/HostServices/SharedOpenGL/dlm/dlm_lists.c |   181 +-
 src/VBox/HostServices/SharedOpenGL/dlm/dlm_state.c |   280 +
 .../SharedOpenGL/expando/expandospu_init.c         |   283 +-
 src/VBox/Installer/darwin/Makefile.kmk             |    10 +-
 src/VBox/Installer/darwin/VirtualBox/postflight    |    10 +-
 .../darwin/VirtualBox_mpkg/Localizable.strings     |     4 +-
 .../darwin/VirtualBox_mpkg/distribution.dist       |    20 +-
 src/VBox/Installer/linux/Makefile.kmk              |     4 +-
 src/VBox/Installer/solaris/Makefile.kmk            |     8 +-
 src/VBox/Installer/win/Resources/Makefile.kmk      |    34 +-
 src/VBox/Main/Makefile.kmk                         |    17 +
 src/VBox/Main/include/DisplayImpl.h                |     9 +-
 src/VBox/Main/include/GuestDnDPrivate.h            |    74 +-
 src/VBox/Main/include/GuestDnDSourceImpl.h         |     8 +-
 src/VBox/Main/include/GuestDnDTargetImpl.h         |    18 +-
 src/VBox/Main/include/MachineImpl.h                |     7 +-
 src/VBox/Main/include/USBIdDatabase.h              |    91 +
 src/VBox/Main/include/VirtualBoxBase.h             |     4 +-
 src/VBox/Main/src-all/VirtualBoxBase.cpp           |     1 -
 src/VBox/Main/src-client/ConsoleImpl.cpp           |     5 +-
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |     2 +-
 src/VBox/Main/src-client/DisplayImpl.cpp           |   142 +-
 src/VBox/Main/src-client/DrvAudioVRDE.cpp          |     3 +-
 src/VBox/Main/src-client/GuestDnDPrivate.cpp       |   134 +-
 src/VBox/Main/src-client/GuestDnDSourceImpl.cpp    |   149 +-
 src/VBox/Main/src-client/GuestDnDTargetImpl.cpp    |   176 +-
 src/VBox/Main/src-client/Nvram.cpp                 |     6 +-
 src/VBox/Main/src-client/SessionImpl.cpp           |     2 +-
 src/VBox/Main/src-client/UsbCardReader.cpp         |     2 +-
 src/VBox/Main/src-client/VideoRec.cpp              |     2 +-
 .../Main/src-helper-apps/VBoxExtPackHelperApp.cpp  |     2 +-
 src/VBox/Main/src-server/ApplianceImplExport.cpp   |     3 +-
 src/VBox/Main/src-server/ClientWatcher.cpp         |    24 +-
 src/VBox/Main/src-server/HostUSBDeviceImpl.cpp     |    30 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |    33 +-
 src/VBox/Main/src-server/MediumImpl.cpp            |     8 +-
 src/VBox/Main/src-server/Performance.cpp           |     4 +-
 .../Main/src-server/USBIdDatabaseGenerator.cpp     |   356 +
 src/VBox/Main/src-server/USBIdDatabaseStub.cpp     |    26 +
 src/VBox/Main/src-server/VirtualBoxImpl.cpp        |     6 +-
 src/VBox/Main/src-server/custom.ids                |    10 +
 src/VBox/Main/src-server/darwin/iokit.cpp          |    15 +-
 src/VBox/Main/src-server/generic/NetIf-generic.cpp |     3 +-
 src/VBox/Main/src-server/usb.ids                   | 19559 +++++++++++++++++++
 src/VBox/Main/testcase/tstCollector.cpp            |    26 +-
 src/VBox/NetworkServices/NAT/rtmon_linux.c         |     2 +-
 src/VBox/Resources/win/virtualbox-ova.ico          |   Bin 79213 -> 0 bytes
 src/VBox/Resources/win/virtualbox-ovf.ico          |   Bin 79271 -> 0 bytes
 src/VBox/Resources/win/virtualbox-vbox-extpack.ico |   Bin 78576 -> 0 bytes
 src/VBox/Resources/win/virtualbox-vbox.ico         |   Bin 79937 -> 0 bytes
 src/VBox/Runtime/Makefile.kmk                      |     1 +
 src/VBox/Runtime/common/asn1/asn1-ut-string.cpp    |    28 +-
 src/VBox/Runtime/common/checksum/manifest2.cpp     |     2 +-
 src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp    |     2 +-
 src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp     |     4 +-
 src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp    |     8 +-
 src/VBox/Runtime/common/ldr/ldrELF.cpp             |     2 +-
 .../Runtime/common/ldr/ldrELFRelocatable.cpp.h     |    16 +-
 src/VBox/Runtime/common/ldr/ldrEx.cpp              |     5 +-
 src/VBox/Runtime/common/ldr/ldrFile.cpp            |     4 +-
 src/VBox/Runtime/common/ldr/ldrMemory.cpp          |     2 +-
 src/VBox/Runtime/common/ldr/ldrPE.cpp              |    24 +-
 .../RTSystemIsInsideVM-amd64-x86.cpp}              |    25 +-
 src/VBox/Runtime/common/string/RTUtf16Copy.cpp     |     4 +-
 src/VBox/Runtime/common/string/RTUtf16End.cpp      |     2 +-
 src/VBox/Runtime/common/time/time.cpp              |     2 +-
 src/VBox/Runtime/common/zip/tarcmd.cpp             |     2 +-
 src/VBox/Runtime/common/zip/unzipcmd.cpp           |     2 +-
 src/VBox/Runtime/common/zip/zip.cpp                |     2 +-
 .../darwin/RTLogWriteDebugger-r0drv-darwin.cpp     |     3 +-
 .../r0drv/darwin/RTLogWriteStdOut-r0drv-darwin.cpp |     3 +-
 .../Runtime/r0drv/darwin/alloc-r0drv-darwin.cpp    |    22 +-
 .../Runtime/r0drv/darwin/assert-r0drv-darwin.cpp   |     4 +
 .../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp      |    12 +
 .../Runtime/r0drv/darwin/initterm-r0drv-darwin.cpp |     7 +
 .../Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp   |    56 +-
 .../r0drv/darwin/memuserkernel-r0drv-darwin.cpp    |     4 +
 src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp  |    23 +
 .../Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp |    13 +
 .../r0drv/darwin/semeventmulti-r0drv-darwin.cpp    |    16 +
 .../r0drv/darwin/semfastmutex-r0drv-darwin.cpp     |    11 +
 .../Runtime/r0drv/darwin/semmutex-r0drv-darwin.cpp |    26 +-
 .../Runtime/r0drv/darwin/spinlock-r0drv-darwin.cpp |    51 +-
 src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h  |    17 +-
 .../Runtime/r0drv/darwin/thread-r0drv-darwin.cpp   |     8 +
 .../Runtime/r0drv/darwin/thread2-r0drv-darwin.cpp  |     3 +
 .../r0drv/darwin/threadpreempt-r0drv-darwin.cpp    |    10 +
 .../r0drv/linux/RTLogWriteDebugger-r0drv-linux.c   |     2 +
 src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c   |    20 +-
 src/VBox/Runtime/r0drv/linux/assert-r0drv-linux.c  |     4 +
 .../Runtime/r0drv/linux/initterm-r0drv-linux.c     |    20 +-
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |    94 +-
 .../r0drv/linux/memuserkernel-r0drv-linux.c        |    17 +-
 src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c      |    10 +
 .../r0drv/linux/mpnotification-r0drv-linux.c       |     4 +
 .../Runtime/r0drv/linux/semevent-r0drv-linux.c     |    11 +
 .../r0drv/linux/semeventmulti-r0drv-linux.c        |    11 +
 .../Runtime/r0drv/linux/semfastmutex-r0drv-linux.c |    11 +
 .../Runtime/r0drv/linux/semmutex-r0drv-linux.c     |    51 +-
 .../Runtime/r0drv/linux/spinlock-r0drv-linux.c     |     6 +
 src/VBox/Runtime/r0drv/linux/the-linux-kernel.h    |     6 +-
 src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c  |     4 +
 src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c |    14 +-
 .../r0drv/linux/threadctxhooks-r0drv-linux.c       |    24 +
 src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c    |     3 +
 src/VBox/Runtime/r0drv/linux/timer-r0drv-linux.c   |    37 +-
 src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp           |     3 +-
 src/VBox/Runtime/r0drv/nt/symdbdata.h              |    44 +
 .../r0drv/solaris/semeventmulti-r0drv-solaris.c    |     4 +-
 .../r0drv/solaris/threadctxhooks-r0drv-solaris.c   |     2 +
 .../Runtime/r0drv/solaris/timer-r0drv-solaris.c    |     2 +-
 src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp           |   107 +-
 src/VBox/Runtime/r3/posix/path2-posix.cpp          |     2 +-
 src/VBox/Runtime/r3/socket.cpp                     |     6 +-
 src/VBox/Runtime/r3/test.cpp                       |     4 +-
 src/VBox/Runtime/r3/win/init-win.cpp               |     6 +-
 src/VBox/Runtime/testcase/tstRTBase64.cpp          |     4 +-
 src/VBox/Runtime/testcase/tstRTFileAio.cpp         |    13 +-
 src/VBox/Runtime/testcase/tstRTList.cpp            |     2 +-
 .../Runtime/testcase/tstRTR0ThreadPreemption.cpp   |    28 +-
 src/VBox/Runtime/testcase/tstTimer.cpp             |     2 +-
 src/VBox/Runtime/tools/RTDbgSymCache.cpp           |     4 +-
 src/VBox/Runtime/tools/RTGzip.cpp                  |     2 +-
 src/VBox/Runtime/tools/RTLdrFlt.cpp                |     7 +-
 src/VBox/Runtime/tools/RTManifest.cpp              |     8 +-
 src/VBox/Runtime/tools/RTSignTool.cpp              |     2 +-
 src/VBox/Storage/QED.cpp                           |     2 +-
 src/VBox/Storage/RAW.cpp                           |    18 +-
 src/VBox/Storage/VD.cpp                            |    10 +-
 src/VBox/Storage/VDI.cpp                           |     2 +-
 src/VBox/Storage/VHDX.cpp                          |     2 +-
 src/VBox/Storage/VMDK.cpp                          |    24 +-
 src/VBox/Storage/testcase/VDScript.cpp             |    34 +-
 src/VBox/Storage/testcase/tstVDIo.cpp              |     2 +-
 src/VBox/Storage/testcase/vbox-img.cpp             |    66 +-
 src/VBox/Storage/testcase/vditool.cpp              |     7 +-
 src/VBox/VMM/Makefile.kmk                          |     1 +
 src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp                |    16 +-
 src/VBox/VMM/VMMAll/CPUMAllRegs.cpp                |     2 +-
 src/VBox/VMM/VMMAll/EMAll.cpp                      |     6 +-
 src/VBox/VMM/VMMAll/GIMAllHv.cpp                   |    72 +-
 src/VBox/VMM/VMMAll/GIMAllKvm.cpp                  |     8 +-
 src/VBox/VMM/VMMAll/HMAll.cpp                      |     8 +-
 src/VBox/VMM/VMMAll/IEMAll.cpp                     |     6 +-
 src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h              |     8 +-
 src/VBox/VMM/VMMAll/IOMAll.cpp                     |     2 +-
 src/VBox/VMM/VMMAll/PGMAllPool.cpp                 |     7 +-
 src/VBox/VMM/VMMR0/GIMR0Kvm.cpp                    |     1 +
 src/VBox/VMM/VMMR0/GMMR0.cpp                       |     8 +-
 src/VBox/VMM/VMMR0/GVMMR0.cpp                      |    77 +
 src/VBox/VMM/VMMR0/HMR0.cpp                        |     2 +-
 src/VBox/VMM/VMMR0/HMR0A.asm                       |    58 +-
 src/VBox/VMM/VMMR0/HMSVMR0.cpp                     |    12 +-
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |    20 +-
 src/VBox/VMM/VMMR0/VMMR0.cpp                       |   329 +-
 src/VBox/VMM/VMMR3/CPUM.cpp                        |     4 +-
 src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp                 |   113 +-
 src/VBox/VMM/VMMR3/CSAM.cpp                        |   430 +-
 src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp               |    15 +-
 src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp                |     2 +-
 src/VBox/VMM/VMMR3/EM.cpp                          |     2 +-
 src/VBox/VMM/VMMR3/GIM.cpp                         |     2 +-
 src/VBox/VMM/VMMR3/GIMHv.cpp                       |    14 +-
 src/VBox/VMM/VMMR3/GIMKvm.cpp                      |     5 +-
 src/VBox/VMM/VMMR3/HM.cpp                          |    53 +-
 src/VBox/VMM/VMMR3/IOM.cpp                         |     8 +-
 src/VBox/VMM/VMMR3/PATMSSM.cpp                     |    73 +-
 src/VBox/VMM/VMMR3/PDM.cpp                         |    16 +-
 src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp          |     2 +-
 src/VBox/VMM/VMMR3/PDMBlkCache.cpp                 |     2 +-
 src/VBox/VMM/VMMR3/PDMDevHlp.cpp                   |    14 +-
 src/VBox/VMM/VMMR3/PDMDevice.cpp                   |     4 +-
 src/VBox/VMM/VMMR3/PDMDriver.cpp                   |    22 +-
 src/VBox/VMM/VMMR3/PDMLdr.cpp                      |     6 +-
 src/VBox/VMM/VMMR3/PDMQueue.cpp                    |     8 +-
 src/VBox/VMM/VMMR3/PDMUsb.cpp                      |    18 +-
 src/VBox/VMM/VMMR3/PGMDbg.cpp                      |    98 +-
 src/VBox/VMM/VMMR3/PGMHandler.cpp                  |     2 +-
 src/VBox/VMM/VMMR3/PGMR3DbgA.asm                   |   455 +
 src/VBox/VMM/VMMR3/PGMSavedState.cpp               |     2 +-
 src/VBox/VMM/VMMR3/SELM.cpp                        |     2 +-
 src/VBox/VMM/VMMR3/SSM.cpp                         |   258 +-
 src/VBox/VMM/VMMR3/TM.cpp                          |    33 +-
 src/VBox/VMM/VMMR3/TRPM.cpp                        |     2 +-
 src/VBox/VMM/VMMR3/VM.cpp                          |     2 +-
 src/VBox/VMM/VMMR3/VMEmt.cpp                       |     6 +-
 src/VBox/VMM/VMMR3/VMM.cpp                         |     4 +-
 src/VBox/VMM/VMMRC/PATMRC.cpp                      |     4 +-
 src/VBox/VMM/VMMRC/SELMRC.cpp                      |     2 +-
 src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp              |     4 +-
 src/VBox/VMM/include/CSAMInternal.h                |     4 +-
 src/VBox/VMM/include/GIMHvInternal.h               |    43 +
 src/VBox/VMM/include/HMInternal.h                  |     2 +-
 .../testboxscript/testboxscript_real.py            |     8 +-
 src/VBox/ValidationKit/testdriver/vboxtestvms.py   |    32 +-
 .../tests/additions/tdAddGuestCtrl.py              |   253 +-
 .../ValidationKit/tests/network/tdNetBenchmark1.py |    18 +-
 .../tests/storage/tdStorageBenchmark1.py           |    29 +-
 .../tests/storage/tdStorageStress1.py              |    14 +-
 .../ValidationKit/tests/unittests/tdUnitTest1.py   |     8 +-
 .../utils/TestExecServ/TestExecService.cpp         |     4 +-
 src/VBox/ValidationKit/utils/network/NetPerf.cpp   |     8 +-
 src/bldprogs/Makefile.kmk                          |    14 +
 src/bldprogs/VBoxCompilerPlugIns.h                 |   120 +
 src/bldprogs/VBoxCompilerPlugInsCommon.cpp         |   256 +
 src/bldprogs/VBoxCompilerPlugInsGcc.cpp            |   852 +
 src/bldprogs/scm.cpp                               |     4 +-
 src/bldprogs/scmsubversion.cpp                     |     2 +-
 src/bldprogs/solgcc/config/i386/sol2-gas.h         |     0
 src/bldprogs/solgcc/config/usegas.h                |     0
 src/bldprogs/test-gccplugin-2.c                    |    18 +
 src/bldprogs/test-gccplugin.c                      |    10 +
 src/libs/Makefile.kmk                              |     2 +-
 src/libs/kStuff/kStuff/include/k/kHlpAssert.h      |    35 +-
 src/libs/kStuff/kStuff/kDbg/kDbgHlp.h              |    10 +-
 .../xptcall/src/md/unix/xptcinvoke_x86_solaris.cpp |    88 +-
 src/recompiler/VBoxRecompiler.c                    |     4 +-
 649 files changed, 44112 insertions(+), 13221 deletions(-)

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