[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (11c9708 -> 2f501cd)

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Sun Nov 15 11:56:59 UTC 2015


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

locutusofborg-guest pushed a change to branch upstream
in repository virtualbox.

      from  11c9708   Imported Upstream version 5.0.8-dfsg
       new  2f501cd   Imported Upstream version 5.0.10-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                                         |    12 +-
 Doxyfile.Core                                      |   372 +-
 Makefile.kmk                                       |   163 +-
 configure                                          |    19 +-
 doc/VBox-doc.c                                     |    18 +-
 doc/manual/en_US/user_Installation.xml             |    63 +
 doc/manual/user_ChangeLogImpl.xml                  |   137 +-
 include/VBox/ExtPack/ExtPack.h                     |     6 +-
 include/VBox/GuestHost/clipboard-helper.h          |    89 +-
 include/VBox/HostServices/Service.h                |    13 +-
 include/VBox/VBoxGuest.h                           |    10 +-
 include/VBox/VBoxGuest2.h                          |     4 +
 include/VBox/VBoxGuestLib.h                        |   304 +-
 include/VBox/VBoxGuestLibSharedFolders.h           |   120 +
 include/VBox/VBoxTpG.h                             |     8 +-
 include/VBox/VMMDev.h                              |     7 +-
 include/VBox/VMMDev2.h                             |     8 +
 include/VBox/VMMDevTesting.h                       |     8 +
 include/VBox/bioslogo.h                            |     5 +-
 include/VBox/cdefs.h                               |    10 +
 include/VBox/com/AutoLock.h                        |    20 +-
 include/VBox/com/ErrorInfo.h                       |    36 +-
 include/VBox/com/EventQueue.h                      |    10 +-
 include/VBox/com/Guid.h                            |     8 +
 include/VBox/com/MultiResult.h                     |    15 +-
 include/VBox/com/NativeEventQueue.h                |    16 +-
 include/VBox/com/VirtualBox.h                      |     2 +-
 include/VBox/com/array.h                           |    67 +-
 include/VBox/com/assert.h                          |    76 +-
 include/VBox/com/com.h                             |     7 +-
 include/VBox/com/defs.h                            |    19 +-
 include/VBox/com/errorprint.h                      |    25 +-
 include/VBox/com/list.h                            |    15 +-
 include/VBox/com/listeners.h                       |    10 +-
 include/VBox/com/mtlist.h                          |    14 +-
 include/VBox/com/ptr.h                             |     9 +
 include/VBox/com/string.h                          |    16 +-
 include/VBox/dbg.h                                 |    20 +-
 include/VBox/dbggui.h                              |     5 +-
 include/VBox/dis.h                                 |     3 +
 include/VBox/err.h                                 |    12 +-
 include/VBox/hgcmsvc.h                             |    14 +-
 include/VBox/intnetinline.h                        |     3 +-
 include/VBox/log.h                                 |     6 +-
 include/VBox/pci.h                                 |     5 +-
 include/VBox/rawpci.h                              |    26 +-
 include/VBox/sup.h                                 |     8 +-
 include/VBox/types.h                               |     2 +-
 include/VBox/usb.h                                 |     6 +
 include/VBox/usbfilter.h                           |     4 +-
 include/VBox/usblib-darwin.h                       |    10 +-
 include/VBox/usblib-solaris.h                      |     8 +-
 include/VBox/usblib-win.h                          |    11 +-
 include/VBox/usblib.h                              |     2 +-
 include/VBox/vd-ifs-internal.h                     |    18 +-
 include/VBox/vd-ifs.h                              |    85 +-
 include/VBox/vd-image-backend.h                    |    12 +-
 include/VBox/vd.h                                  |   190 +-
 include/VBox/vddbg.h                               |     3 +-
 include/VBox/vmm/cfgm.h                            |     7 +-
 include/VBox/vmm/cpum.h                            |     6 +-
 include/VBox/vmm/cpumctx-v1_6.h                    |     2 +-
 include/VBox/vmm/cpumctx.h                         |     2 +-
 include/VBox/vmm/csam.h                            |     3 +-
 include/VBox/vmm/dbgf.h                            |    10 +-
 include/VBox/vmm/dbgfcorefmt.h                     |     2 +-
 include/VBox/vmm/dbgftrace.h                       |     4 +-
 include/VBox/vmm/em.h                              |    11 +-
 include/VBox/vmm/ftm.h                             |     1 +
 include/VBox/vmm/gim.h                             |    23 +-
 include/VBox/vmm/gmm.h                             |     3 +-
 include/VBox/vmm/gvm.h                             |     5 +-
 include/VBox/vmm/gvmm.h                            |     3 +-
 include/VBox/vmm/hm.h                              |    15 +-
 include/VBox/vmm/hm_svm.h                          |     2 +-
 include/VBox/vmm/hm_vmx.h                          |    14 +-
 include/VBox/vmm/iem.h                             |     1 +
 include/VBox/vmm/iom.h                             |     1 +
 include/VBox/vmm/mm.h                              |     1 +
 include/VBox/vmm/patm.h                            |     3 +-
 include/VBox/vmm/pdmapi.h                          |     3 +-
 include/VBox/vmm/pdmasynccompletion.h              |     5 +-
 include/VBox/vmm/pdmaudioifs.h                     |   163 +-
 include/VBox/vmm/pdmblkcache.h                     |   183 +-
 include/VBox/vmm/pdmcardreaderinfs.h               |    22 +-
 include/VBox/vmm/pdmdev.h                          |   103 +-
 include/VBox/vmm/pdmdrv.h                          |    99 +-
 include/VBox/vmm/pdmifs.h                          |    10 +-
 include/VBox/vmm/pdmnetifs.h                       |     4 +-
 include/VBox/vmm/pdmnetinline.h                    |    12 +-
 include/VBox/vmm/pdmqueue.h                        |     2 +-
 include/VBox/vmm/pdmsrv.h                          |     2 +-
 include/VBox/vmm/pdmthread.h                       |     4 +-
 include/VBox/vmm/pdmusb.h                          |    14 +-
 include/VBox/vmm/pdmwebcaminfs.h                   |    36 +-
 include/VBox/vmm/pgm.h                             |    31 +-
 include/VBox/vmm/rem.h                             |     1 +
 include/VBox/vmm/selm.h                            |     4 +-
 include/VBox/vmm/ssm.h                             |    19 +-
 include/VBox/vmm/stam.h                            |    26 +-
 include/VBox/vmm/tm.h                              |     3 +-
 include/VBox/vmm/trpm.h                            |     3 +-
 include/VBox/vmm/uvm.h                             |     4 +
 include/VBox/vmm/vm.h                              |    33 +-
 include/VBox/vmm/vmapi.h                           |    12 +-
 include/VBox/vmm/vmcpuset.h                        |     2 +-
 include/VBox/vmm/vmm.h                             |    26 +-
 include/VBox/vrdpusb.h                             |    15 +-
 include/VBox/vscsi.h                               |    82 +-
 include/VBox/vusb.h                                |    19 +-
 include/iprt/asm-amd64-x86.h                       |     2 +-
 include/iprt/asm.h                                 |     2 +-
 include/iprt/asn1.h                                |    17 +-
 include/iprt/assert.h                              |     8 +-
 include/iprt/cdefs.h                               |    28 +-
 include/iprt/cdrom.h                               |     4 +-
 include/iprt/condvar.h                             |    62 +-
 include/iprt/coredumper.h                          |     2 -
 include/iprt/cpp/list.h                            |     8 +-
 include/iprt/cpp/ministring.h                      |    22 +-
 include/iprt/cpp/mtlist.h                          |     6 +-
 include/iprt/cpp/xml.h                             |     6 +-
 include/iprt/critsect.h                            |    43 +-
 include/iprt/crypto/digest.h                       |     2 +-
 include/iprt/crypto/pkcs7.h                        |     4 +-
 include/iprt/crypto/rsa.h                          |     2 +-
 include/iprt/crypto/spc.h                          |     3 +-
 include/iprt/crypto/tsp.h                          |     2 +-
 include/iprt/crypto/x509.h                         |     2 +-
 include/iprt/dbg.h                                 |    18 +-
 include/iprt/file.h                                |    16 +-
 include/iprt/getopt.h                              |     6 +-
 include/iprt/http.h                                |    69 +-
 include/iprt/initterm.h                            |    12 +-
 include/iprt/isofs.h                               |    15 +-
 include/iprt/latin1.h                              |   392 +
 include/iprt/ldr.h                                 |    32 +-
 include/iprt/ldrlazy.h                             |     9 +-
 include/iprt/list-off32.h                          |    18 +-
 include/iprt/list.h                                |    18 +-
 include/iprt/lockvalidator.h                       |    22 +-
 include/iprt/log.h                                 |    10 +-
 include/iprt/mangling.h                            |     2 +
 include/iprt/manifest.h                            |     7 +-
 include/iprt/mem.h                                 |    34 +-
 include/iprt/memsafer.h                            |     2 +-
 include/iprt/message.h                             |     6 +-
 include/iprt/net.h                                 |    20 +-
 include/iprt/path.h                                |     2 +-
 include/iprt/process.h                             |     8 +-
 include/iprt/semaphore.h                           |    81 +-
 include/iprt/sha.h                                 |    82 +-
 include/iprt/socket.h                              |    27 +-
 include/iprt/sort.h                                |    10 +-
 include/iprt/string.h                              |  1211 +-
 include/iprt/tcp.h                                 |    69 +-
 include/iprt/test.h                                |     7 +-
 include/iprt/udp.h                                 |     1 +
 include/iprt/uint128.h                             |    34 +-
 include/iprt/uri.h                                 |     2 +-
 include/iprt/utf16.h                               |   885 ++
 include/iprt/vfs.h                                 |    26 +-
 include/iprt/vfslowlevel.h                         |     9 +-
 .../Additions/common/VBoxControl/VBoxControl.cpp   |    22 +-
 .../common/VBoxControl/testcase/tstVBoxControl.cpp |    36 +-
 .../Additions/common/VBoxGuest/VBoxDev-haiku.c     |   109 +-
 .../common/VBoxGuest/VBoxGuest-darwin.cpp          |   327 +-
 .../Additions/common/VBoxGuest/VBoxGuest-freebsd.c |   260 +-
 .../common/VBoxGuest/VBoxGuest-haiku-stubs.c       |    12 +-
 .../Additions/common/VBoxGuest/VBoxGuest-haiku.c   |   126 +-
 .../Additions/common/VBoxGuest/VBoxGuest-haiku.h   |    10 +-
 .../Additions/common/VBoxGuest/VBoxGuest-linux.c   |   376 +-
 .../Additions/common/VBoxGuest/VBoxGuest-os2.cpp   |   113 +-
 .../Additions/common/VBoxGuest/VBoxGuest-solaris.c |   200 +-
 .../common/VBoxGuest/VBoxGuest-win-legacy.cpp      |    38 +-
 .../common/VBoxGuest/VBoxGuest-win-pnp.cpp         |   158 +-
 .../Additions/common/VBoxGuest/VBoxGuest-win.cpp   |   409 +-
 .../Additions/common/VBoxGuest/VBoxGuest-win.h     |    79 +-
 src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp  |   639 +-
 .../Additions/common/VBoxGuest/VBoxGuestA-os2.asm  |   276 +-
 .../common/VBoxGuest/VBoxGuestIDC-unix.c.h         |    17 +-
 .../Additions/common/VBoxGuest/VBoxGuestInternal.h |    38 +-
 .../common/VBoxGuest/freebsd/files_vboxguest       |     2 +
 .../common/VBoxGuest/linux/files_vboxguest         |     2 +
 .../common/VBoxGuestLib/GenericRequest.cpp         |   133 +-
 src/VBox/Additions/common/VBoxGuestLib/HGCM.cpp    |   177 +-
 .../Additions/common/VBoxGuestLib/HGCMInternal.cpp |     4 +-
 src/VBox/Additions/common/VBoxGuestLib/Init.cpp    |    10 +-
 src/VBox/Additions/common/VBoxGuestLib/Mouse.cpp   |    16 +-
 .../Additions/common/VBoxGuestLib/PhysHeap.cpp     |     2 +-
 src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp  |    82 +-
 src/VBox/Additions/common/VBoxGuestLib/SysHlp.h    |    28 +-
 .../Additions/common/VBoxGuestLib/VBGLInternal.h   |    10 +-
 .../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp    |    77 +-
 .../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.h      |    40 -
 .../VBoxGuestLib/VBoxGuestR0LibSharedFolders.c     |   397 +-
 .../VBoxGuestLib/VBoxGuestR0LibSharedFolders.h     |   200 -
 .../VBoxGuestLib/VBoxGuestR3LibAdditions.cpp       |   370 +-
 .../VBoxGuestLib/VBoxGuestR3LibAutoLogon.cpp       |    13 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibBalloon.cpp  |     2 +-
 .../VBoxGuestLib/VBoxGuestR3LibClipboard.cpp       |    36 +-
 .../VBoxGuestLib/VBoxGuestR3LibCpuHotPlug.cpp      |     2 +-
 .../VBoxGuestLib/VBoxGuestR3LibCredentials.cpp     |     2 +-
 .../VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp     |     2 +-
 .../VBoxGuestLib/VBoxGuestR3LibGuestCtrl.cpp       |    78 +-
 .../VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp       |    99 +-
 .../VBoxGuestLib/VBoxGuestR3LibGuestUser.cpp       |    32 +-
 .../VBoxGuestLib/VBoxGuestR3LibHostVersion.cpp     |    29 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibMisc.cpp     |     2 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp    |     3 +-
 .../VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp   |    49 +-
 .../common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp    |   148 +-
 src/VBox/Additions/common/VBoxGuestLib/VMMDev.cpp  |     5 +-
 .../common/VBoxService/VBoxService-os2.def         |     1 +
 .../common/VBoxService/VBoxService-win.cpp         |   132 +-
 .../Additions/common/VBoxService/VBoxService.cpp   |   278 +-
 .../common/VBoxService/VBoxServiceAutoMount.cpp    |   313 +-
 .../common/VBoxService/VBoxServiceBalloon.cpp      |   113 +-
 .../VBoxService/VBoxServiceClipboard-os2.cpp       |   275 +-
 .../common/VBoxService/VBoxServiceControl.cpp      |   212 +-
 .../common/VBoxService/VBoxServiceControl.h        |    70 +-
 .../VBoxService/VBoxServiceControlProcess.cpp      |   647 +-
 .../VBoxService/VBoxServiceControlSession.cpp      |   931 +-
 .../common/VBoxService/VBoxServiceCpuHotPlug.cpp   |   145 +-
 .../common/VBoxService/VBoxServiceInternal.h       |    51 +-
 .../common/VBoxService/VBoxServicePageSharing.cpp  |   341 +-
 .../common/VBoxService/VBoxServicePropCache.cpp    |    65 +-
 .../common/VBoxService/VBoxServicePropCache.h      |    32 +-
 .../common/VBoxService/VBoxServiceStats.cpp        |   274 +-
 .../common/VBoxService/VBoxServiceTimeSync.cpp     |   240 +-
 .../common/VBoxService/VBoxServiceToolBox.cpp      |   373 +-
 .../common/VBoxService/VBoxServiceUtils.cpp        |    88 +-
 .../common/VBoxService/VBoxServiceUtils.h          |    11 +-
 .../common/VBoxService/VBoxServiceVMInfo-win.cpp   |   641 +-
 .../common/VBoxService/VBoxServiceVMInfo.cpp       |   485 +-
 .../common/VBoxService/VBoxServiceVMInfo.h         |     8 +-
 .../Additions/darwin/vboxfs/VBoxVFS-VFSOps.cpp     |    19 +-
 .../Additions/darwin/vboxfs/VBoxVFS-VNODEOps.cpp   |    13 +-
 src/VBox/Additions/darwin/vboxfs/VBoxVFS-utils.cpp |     8 +-
 src/VBox/Additions/darwin/vboxfs/VBoxVFS.cpp       |    25 +-
 src/VBox/Additions/darwin/vboxfs/vboxvfs.h         |    15 +-
 src/VBox/Additions/freebsd/vboxvfs/vboxvfs.h       |     4 +-
 .../Additions/freebsd/vboxvfs/vboxvfs_vfsops.c     |    26 +-
 .../Additions/haiku/SharedFolders/Makefile.kmk     |     1 -
 src/VBox/Additions/haiku/SharedFolders/vboxsf.c    |   110 +-
 src/VBox/Additions/haiku/SharedFolders/vboxsf.h    |     8 +-
 src/VBox/Additions/linux/drm/Makefile.module       |     6 +-
 src/VBox/Additions/linux/drm/Makefile.module.kms   |     5 +-
 src/VBox/Additions/linux/drm/files_vboxvideo_drv   |     2 +
 src/VBox/Additions/linux/drm/vbox_drv.c            |     4 +-
 src/VBox/Additions/linux/drm/vbox_drv.h            |     4 +-
 src/VBox/Additions/linux/drm/vbox_fb.c             |     4 +-
 src/VBox/Additions/linux/drm/vbox_main.c           |     4 +-
 src/VBox/Additions/linux/drm/vbox_mode.c           |     4 +-
 src/VBox/Additions/linux/drm/vbox_ttm.c            |     4 +-
 src/VBox/Additions/linux/drm/vboxvideo_drm.c       |     4 +-
 src/VBox/Additions/linux/drm/vboxvideo_drm.h       |     4 +-
 .../Additions/linux/installer/vboxadd-service.sh   |    40 +-
 src/VBox/Additions/linux/installer/vboxadd-x11.sh  |    31 +-
 src/VBox/Additions/linux/installer/vboxadd.sh      |    17 +-
 .../Additions/linux/sharedfolders/Makefile.kmk     |     1 -
 src/VBox/Additions/linux/sharedfolders/dirops.c    |    48 +-
 .../Additions/linux/sharedfolders/files_vboxsf     |     4 +-
 src/VBox/Additions/linux/sharedfolders/lnkops.c    |     4 +-
 .../Additions/linux/sharedfolders/mount.vboxsf.c   |    41 +-
 src/VBox/Additions/linux/sharedfolders/regops.c    |    20 +-
 src/VBox/Additions/linux/sharedfolders/utils.c     |    38 +-
 src/VBox/Additions/linux/sharedfolders/vfsmod.c    |    32 +-
 src/VBox/Additions/linux/sharedfolders/vfsmod.h    |     6 +-
 .../Additions/solaris/Mouse/testcase/solaris.h     |     2 +-
 src/VBox/Additions/solaris/Mouse/vboxms.c          |     2 +-
 src/VBox/Additions/solaris/SharedFolders/vboxfs.h  |    10 +-
 .../Additions/solaris/SharedFolders/vboxfs_prov.c  |   112 +-
 .../Additions/solaris/SharedFolders/vboxfs_prov.h  |    18 +-
 src/VBox/Additions/x11/undefined_xorg              |     1 +
 src/VBox/Additions/x11/vboxvideo/Makefile.kmk      |    18 +-
 src/VBox/Additions/x11/vboxvideo/setmode.c         |     1 -
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |     1 -
 src/VBox/Additions/x11/vboxvideo/vboxvideo.h       |     1 -
 src/VBox/Additions/x11/vboxvideo/vboxvideo_dri.c   |     4 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo_dri2.c  |     4 +-
 src/VBox/Debugger/DBGCCmdHlp.cpp                   |    10 +-
 src/VBox/Debugger/DBGCCommands.cpp                 |    58 +-
 src/VBox/Debugger/DBGCEmulateCodeView.cpp          |    88 +-
 src/VBox/Debugger/DBGCFunctions.cpp                |     2 +-
 src/VBox/Debugger/DBGCOps.cpp                      |    99 +-
 src/VBox/Debugger/DBGCTcp.cpp                      |     6 +-
 src/VBox/Debugger/DBGConsole.cpp                   |    12 +-
 src/VBox/Devices/Audio/AudioMixer.cpp              |    67 +-
 src/VBox/Devices/Audio/DevIchAc97.cpp              |   167 +-
 src/VBox/Devices/Audio/DevIchHda.cpp               |    38 +-
 src/VBox/Devices/Audio/DevIchHdaCodec.cpp          |     6 +-
 src/VBox/Devices/Audio/DevIchHdaCodec.h            |    24 +-
 src/VBox/Devices/Audio/DevSB16.cpp                 |     6 +-
 src/VBox/Devices/Audio/DrvAudio.cpp                |   205 +-
 src/VBox/Devices/Audio/DrvHostPulseAudio.cpp       |    77 +-
 src/VBox/Devices/Bus/DevPCI.cpp                    |    12 +-
 src/VBox/Devices/EFI/DevEFI.cpp                    |     4 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.asm       |   262 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum    |     2 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.cpp          |    18 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp    |     4 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA3d.cpp        |     2 +-
 src/VBox/Devices/Graphics/DevVGA.cpp               |    10 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |    20 +-
 src/VBox/Devices/Input/DevPS2.cpp                  |     8 +-
 src/VBox/Devices/Input/DrvKeyboardQueue.cpp        |     8 +-
 src/VBox/Devices/Input/DrvMouseQueue.cpp           |     8 +-
 src/VBox/Devices/Input/PS2M.cpp                    |     6 +-
 src/VBox/Devices/Network/DevE1000.cpp              |     2 +-
 src/VBox/Devices/Network/DevINIP.cpp               |     2 +-
 src/VBox/Devices/Network/slirp/tcp_subr.c          |    16 +
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   |     4 +-
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |     2 +-
 src/VBox/Devices/PC/DevACPI.cpp                    |    16 +-
 src/VBox/Devices/PC/DevDMA.cpp                     |    84 +-
 src/VBox/Devices/PC/DevPIC.cpp                     |     2 +-
 src/VBox/Devices/PC/vbox-cpuhotplug.dsl            |    14 +-
 src/VBox/Devices/Parallel/DevParallel.cpp          |     2 +-
 src/VBox/Devices/Parallel/DrvHostParallel.cpp      |    15 +-
 src/VBox/Devices/Serial/DevSerial.cpp              |    20 +-
 src/VBox/Devices/Storage/DevAHCI.cpp               |    18 +-
 src/VBox/Devices/Storage/DevATA.cpp                |    12 +-
 src/VBox/Devices/Storage/DrvBlock.cpp              |     6 +-
 src/VBox/Devices/Storage/DrvSCSI.cpp               |     4 +-
 src/VBox/Devices/Storage/DrvVD.cpp                 |    98 +-
 src/VBox/Devices/Storage/UsbMsd.cpp                |    40 +-
 src/VBox/Devices/USB/DevOHCI.cpp                   |     8 +-
 src/VBox/Devices/USB/USBProxyDevice.cpp            |    14 +
 src/VBox/Devices/USB/USBProxyDevice.h              |    37 +-
 src/VBox/Devices/USB/VUSBDevice.cpp                |    17 +-
 .../Devices/USB/darwin/USBProxyDevice-darwin.cpp   |    25 +-
 .../Devices/USB/linux/USBProxyDevice-linux.cpp     |     6 +-
 .../Devices/USB/usbip/USBProxyDevice-usbip.cpp     |     2 +-
 src/VBox/Devices/VMMDev/VMMDev.cpp                 |   680 +-
 src/VBox/Devices/VMMDev/VMMDevState.h              |    42 +-
 src/VBox/Devices/VirtIO/Virtio.cpp                 |     2 +-
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |    12 +-
 src/VBox/ExtPacks/BusMouseSample/BusMouse.cpp      |     2 +-
 .../Frontends/VBoxManage/VBoxManageControlVM.cpp   |    21 +-
 .../Frontends/VBoxManage/VBoxManageSnapshot.cpp    |    10 +
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |     2 +-
 .../Frontends/VirtualBox/nls/ApprovedLanguages.kmk |     3 -
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts |    72 +-
 .../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts   |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts |  1090 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts |    81 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts |    74 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts |   537 +-
 .../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts   | 11940 ++++++++++---------
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts |    76 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts |  1142 +-
 .../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts   |    76 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts |    72 +-
 .../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts   |    76 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts |    76 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts |    76 +-
 .../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts   |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts |    76 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts |    72 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts |    82 +-
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts |    72 +-
 .../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts   |    76 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts   |    72 +-
 .../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts   |    74 +-
 src/VBox/Frontends/VirtualBox/nls/qt_zh_TW.ts      |     4 +-
 .../VirtualBox/src/globals/UIIconPool.cpp          |    62 +
 .../Frontends/VirtualBox/src/globals/UIIconPool.h  |     9 +
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |   184 +-
 .../Frontends/VirtualBox/src/globals/VBoxGlobal.h  |    20 +-
 .../Frontends/VirtualBox/src/globals/VBoxUtils.h   |   120 +-
 .../Frontends/VirtualBox/src/net/UIDownloader.cpp  |    26 +-
 .../Frontends/VirtualBox/src/net/UIDownloader.h    |     6 +-
 .../VirtualBox/src/net/UIDownloaderAdditions.cpp   |    11 +-
 .../VirtualBox/src/net/UIDownloaderAdditions.h     |     3 +
 .../src/net/UIDownloaderExtensionPack.cpp          |    11 +-
 .../VirtualBox/src/net/UIDownloaderExtensionPack.h |     3 +
 .../VirtualBox/src/net/UIDownloaderUserManual.cpp  |    11 +-
 .../VirtualBox/src/net/UIDownloaderUserManual.h    |     3 +
 .../VirtualBox/src/net/UINetworkCustomer.cpp       |    12 +-
 .../VirtualBox/src/net/UINetworkCustomer.h         |    12 +-
 .../Frontends/VirtualBox/src/net/UINetworkDefs.h   |    24 +-
 .../VirtualBox/src/net/UINetworkManager.cpp        |    16 +-
 .../VirtualBox/src/net/UINetworkManager.h          |    20 +-
 .../VirtualBox/src/net/UINetworkReply.cpp          |   804 +-
 .../Frontends/VirtualBox/src/net/UINetworkReply.h  |    91 +-
 .../VirtualBox/src/net/UINetworkRequest.cpp        |   176 +-
 .../VirtualBox/src/net/UINetworkRequest.h          |   108 +-
 .../VirtualBox/src/net/UINetworkRequestWidget.cpp  |    55 +-
 .../VirtualBox/src/net/UINetworkRequestWidget.h    |     3 +
 .../VirtualBox/src/net/UIUpdateManager.cpp         |    13 +-
 .../VirtualBox/src/net/tstSSLCertDownloads.cpp     |     5 +-
 src/VBox/Frontends/VirtualBox/src/precomp.h        |     5 -
 .../VirtualBox/src/runtime/UIFrameBuffer.cpp       |     5 +
 .../VirtualBox/src/runtime/UIMachineLogic.cpp      |    61 +-
 .../src/selector/UIActionPoolSelector.cpp          |     4 +-
 .../VirtualBox/src/selector/UISelectorWindow.cpp   |    10 +-
 .../settings/global/UIGlobalSettingsNetwork.cpp    |    74 +-
 .../src/settings/global/UIGlobalSettingsProxy.cpp  |    31 +-
 .../src/settings/global/UIGlobalSettingsProxy.h    |     5 +-
 .../src/settings/global/UIGlobalSettingsProxy.ui   |    32 +-
 .../src/widgets/UIPortForwardingTable.cpp          |    11 +-
 src/VBox/GuestHost/HGSMI/HGSMICommon.cpp           |     4 +-
 src/VBox/HostDrivers/Support/SUPDrv-dtrace.cpp     |     2 -
 src/VBox/HostDrivers/Support/SUPDrv.cpp            |    14 +-
 src/VBox/HostDrivers/Support/SUPDrvGip.cpp         |     2 +-
 src/VBox/HostDrivers/Support/SUPDrvIOC.h           |     2 +-
 src/VBox/HostDrivers/Support/SUPDrvInternal.h      |    13 +-
 src/VBox/HostDrivers/Support/SUPDrvTracer.cpp      |     4 +-
 src/VBox/HostDrivers/Support/SUPLib.cpp            |    16 +-
 src/VBox/HostDrivers/Support/SUPLibLdr.cpp         |     7 +-
 src/VBox/HostDrivers/Support/SUPR0IdcClientStubs.c |     4 +-
 src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp |     6 +-
 src/VBox/HostDrivers/Support/SUPSvc.cpp            |     2 +-
 src/VBox/HostDrivers/Support/SUPSvcInternal.h      |     2 +-
 .../HostDrivers/Support/darwin/SUPDrv-darwin.cpp   |     2 +-
 .../HostDrivers/Support/freebsd/SUPDrv-freebsd.c   |    38 +-
 src/VBox/HostDrivers/Support/freebsd/files_vboxdrv |     2 +
 src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c  |    11 +-
 src/VBox/HostDrivers/Support/linux/files_vboxdrv   |     2 +
 .../HostDrivers/Support/solaris/SUPDrv-solaris.c   |     6 +-
 src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp    |     4 +-
 .../Support/win/SUPHardenedVerifyImage-win.cpp     |    10 +-
 .../Support/win/SUPHardenedVerifyProcess-win.cpp   |    11 +-
 .../Support/win/SUPR3HardenedMain-win.cpp          |    10 +-
 .../Support/win/SUPR3HardenedMainImports-win.cpp   |     5 +-
 src/VBox/HostDrivers/VBoxNetAdp/VBoxNetAdp.c       |  1011 --
 .../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp        |     6 +-
 .../VBoxNetAdp/freebsd/files_vboxnetadp            |     2 +
 .../VBoxNetAdp/linux/VBoxNetAdp-linux.c            |     1 +
 .../HostDrivers/VBoxNetAdp/linux/files_vboxnetadp  |     4 +-
 src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.c       |     2 +-
 .../HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h    |     1 +
 .../VBoxNetFlt/freebsd/files_vboxnetflt            |     2 +
 .../VBoxNetFlt/linux/VBoxNetFlt-linux.c            |    17 +-
 .../HostDrivers/VBoxNetFlt/linux/files_vboxnetflt  |     2 +
 .../VBoxNetFlt/solaris/VBoxNetFlt-solaris.c        |    19 +-
 .../VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c     |    23 +-
 .../VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp          |    56 +-
 src/VBox/HostDrivers/VBoxPci/VBoxPci.c             |    27 +-
 src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c |     4 +-
 src/VBox/HostDrivers/VBoxPci/linux/files_vboxpci   |     2 +
 src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.cpp  |    16 +-
 src/VBox/HostDrivers/VBoxUSB/VBoxUSBFilterMgr.h    |     2 +
 .../HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c  |    27 +-
 .../VBoxUSB/solaris/VBoxUSBMon-solaris.c           |    22 +-
 src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbRt.cpp |     9 +-
 src/VBox/HostServices/GuestControl/service.cpp     |    18 +-
 .../GuestControl/testcase/tstGuestControlSvc.cpp   |     2 +-
 src/VBox/HostServices/GuestProperties/service.cpp  |    14 +-
 .../HostServices/SharedOpenGL/render/renderspu.c   |     2 +-
 src/VBox/HostServices/auth/winlogon/winlogon.cpp   |   158 +-
 src/VBox/Installer/darwin/VBoxKEXTs/postflight     |    11 +
 src/VBox/Installer/linux/distributions_deb         |     1 +
 src/VBox/Installer/linux/routines.sh               |     2 +-
 src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec  |     2 +-
 src/VBox/Installer/linux/vboxautostart-service.sh  |    52 +-
 .../Installer/linux/vboxballoonctrl-service.sh     |    54 +-
 src/VBox/Installer/linux/vboxweb-service.sh        |    54 +-
 src/VBox/Installer/solaris/Makefile.kmk            |     1 -
 src/VBox/Installer/win/Stub/VBoxStub.cpp           |    12 +-
 src/VBox/Installer/win/UserInterface.wxi           |    11 +-
 src/VBox/Installer/win/VBoxMergeApp.wxi            |     2 -
 src/VBox/Installer/win/VBoxMergeNetAdp6.wxi        |     2 +
 src/VBox/Installer/win/VBoxMergeNetLwf.wxi         |     2 +
 src/VBox/Installer/win/VirtualBox.wxs              |    40 +-
 src/VBox/Main/Makefile.kmk                         |     6 +
 src/VBox/Main/glue/NativeEventQueue.cpp            |    11 +-
 src/VBox/Main/idl/VirtualBox.xidl                  |    18 +-
 src/VBox/Main/include/AuthLibrary.h                |    41 +
 src/VBox/Main/include/ConsoleImpl.h                |     1 +
 src/VBox/Main/include/ConsoleVRDPServer.h          |    11 +-
 src/VBox/Main/include/Logging.h                    |    13 +-
 src/VBox/Main/include/MachineImpl.h                |     7 +
 src/VBox/Main/include/Matching.h                   |    35 +-
 src/VBox/Main/include/MediumImpl.h                 |     1 +
 src/VBox/Main/include/USBIdDatabase.h              |   305 +-
 src/VBox/Main/src-all/AuthLibrary.cpp              |   254 +
 src/VBox/Main/src-all/ExtPackManagerImpl.cpp       |     2 +-
 src/VBox/Main/src-all/VirtualBoxBase.cpp           |     4 +-
 src/VBox/Main/src-client/ConsoleImpl.cpp           |     7 +-
 src/VBox/Main/src-client/ConsoleVRDPServer.cpp     |   262 +-
 src/VBox/Main/src-client/DisplayImpl.cpp           |     2 +-
 src/VBox/Main/src-client/DrvAudioVRDE.cpp          |     2 +-
 src/VBox/Main/src-client/KeyboardImpl.cpp          |     2 +-
 src/VBox/Main/src-client/MachineDebuggerImpl.cpp   |     8 +-
 src/VBox/Main/src-client/MouseImpl.cpp             |     2 +-
 src/VBox/Main/src-client/Nvram.cpp                 |    14 +-
 src/VBox/Main/src-client/RemoteUSBBackend.cpp      |     1 -
 src/VBox/Main/src-server/ApplianceImplIO.cpp       |     2 +-
 src/VBox/Main/src-server/ApplianceImplImport.cpp   |     4 +-
 .../Main/src-server/HostDnsServiceResolvConf.cpp   |     6 +-
 src/VBox/Main/src-server/HostUSBDeviceImpl.cpp     |    37 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |   118 +-
 src/VBox/Main/src-server/MachineImplCloneVM.cpp    |     3 +-
 src/VBox/Main/src-server/MediumImpl.cpp            |    19 +
 src/VBox/Main/src-server/StorageControllerImpl.cpp |    12 +-
 src/VBox/Main/src-server/USBDeviceFilterImpl.cpp   |     1 +
 .../Main/src-server/USBIdDatabaseGenerator.cpp     |  1149 +-
 src/VBox/Main/src-server/USBIdDatabaseStub.cpp     |    45 +-
 src/VBox/Main/src-server/USBProxyService.cpp       |     6 +-
 src/VBox/Main/src-server/VirtualBoxImpl.cpp        |     8 +-
 src/VBox/Main/src-server/custom.ids                |     2 +-
 src/VBox/Main/src-server/linux/USBGetDevices.cpp   |     2 +-
 src/VBox/Main/src-server/usb.ids                   |   417 +-
 src/VBox/Main/src-server/xpcom/server.cpp          |   135 +-
 src/VBox/Main/xml/Settings.cpp                     |    90 +-
 src/VBox/Main/xml/ovfreader.cpp                    |     9 +-
 src/VBox/NetworkServices/DHCP/Config.cpp           |    22 +-
 src/VBox/NetworkServices/NAT/pxtcp.c               |    14 +-
 src/VBox/RDP/client-1.8.3/vrdp/rdpusb.c            |     6 +-
 src/VBox/Runtime/Doxyfile                          |  2487 ++--
 src/VBox/Runtime/Makefile.kmk                      |    47 +-
 src/VBox/Runtime/VBox/log-vbox.cpp                 |     2 +-
 src/VBox/Runtime/VBox/logbackdoor-redirect.cpp     |     3 +-
 src/VBox/Runtime/common/asn1/asn1-basics.cpp       |    28 +-
 src/VBox/Runtime/common/checksum/manifest2.cpp     |    24 +-
 src/VBox/Runtime/common/checksum/x509.cpp          |     4 +-
 src/VBox/Runtime/common/crypto/store-internal.h    |     2 +-
 src/VBox/Runtime/common/dbg/dbgas.cpp              |     2 +-
 src/VBox/Runtime/common/dbg/dbgcfg.cpp             |    39 +-
 src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp     |    22 +-
 src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp     |     4 +-
 src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp        |    14 +-
 src/VBox/Runtime/common/dbg/dbgmodexports.cpp      |     7 +-
 src/VBox/Runtime/common/dbg/dbgmodldr.cpp          |    13 +-
 .../Runtime/common/err/RTErrConvertFromErrno.cpp   |     2 +-
 src/VBox/Runtime/common/err/errmsg.cpp             |     2 +-
 src/VBox/Runtime/common/err/errmsgxpcom.cpp        |     2 +-
 src/VBox/Runtime/common/ldr/ldrMemory.cpp          |    24 +-
 src/VBox/Runtime/common/ldr/ldrPE.cpp              |    28 +-
 src/VBox/Runtime/common/ldr/ldrkStuff.cpp          |    64 +-
 src/VBox/Runtime/common/log/log.cpp                |     8 +-
 src/VBox/Runtime/common/math/bignum.cpp            |     4 +-
 src/VBox/Runtime/common/misc/aiomgr.cpp            |     2 +-
 src/VBox/Runtime/common/misc/lockvalidator.cpp     |    14 +-
 src/VBox/Runtime/common/net/netaddrstr2.cpp        |    51 +
 src/VBox/Runtime/common/path/RTPathGlob.cpp        |   117 +-
 src/VBox/Runtime/common/string/strformat.cpp       |     4 +-
 src/VBox/Runtime/common/string/uniread.cpp         |     5 +-
 src/VBox/Runtime/common/string/utf-8.cpp           |     2 +-
 src/VBox/Runtime/common/time/timesup.cpp           |     4 +-
 src/VBox/Runtime/generic/http-curl.cpp             |    82 +-
 src/VBox/Runtime/include/internal/dbgmod.h         |     6 +-
 src/VBox/Runtime/include/internal/ldr.h            |     4 +-
 .../r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp      |    72 +-
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |     4 +-
 src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp    |     4 +-
 src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp          |    17 +-
 src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp           |     7 +-
 .../r0drv/solaris/semeventwait-r0drv-solaris.h     |     1 -
 src/VBox/Runtime/r3/init.cpp                       |    18 +-
 src/VBox/Runtime/r3/isofs.cpp                      |    18 +-
 src/VBox/Runtime/r3/nt/internal-r3-nt.h            |     2 +-
 src/VBox/Runtime/r3/nt/pathint-nt.cpp              |    22 +-
 src/VBox/Runtime/r3/socket.cpp                     |     2 +-
 src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp |    21 +-
 src/VBox/Runtime/r3/stream.cpp                     |     4 +-
 src/VBox/Runtime/r3/tcp.cpp                        |     2 +-
 src/VBox/Runtime/r3/test.cpp                       |     6 +-
 src/VBox/Runtime/r3/udp.cpp                        |     2 +-
 src/VBox/Runtime/r3/win/fs-win.cpp                 |     9 +-
 src/VBox/Runtime/r3/win/init-win.cpp               |     2 +-
 src/VBox/Runtime/r3/win/localipc-win.cpp           |     6 +-
 src/VBox/Runtime/r3/win/process-win.cpp            |     4 +-
 src/VBox/Runtime/r3/xml.cpp                        |     6 +-
 src/VBox/Runtime/testcase/tstIprtList.cpp          |     2 +-
 src/VBox/Runtime/testcase/tstRTNetIPv4.cpp         |    22 +
 src/VBox/Runtime/testcase/tstRTNetIPv6.cpp         |    30 +
 src/VBox/Runtime/win/errmsgwin.cpp                 |     2 +-
 src/VBox/Storage/DMG.cpp                           |     6 +-
 src/VBox/Storage/ISCSI.cpp                         |    16 +-
 src/VBox/Storage/Parallels.cpp                     |     6 +-
 src/VBox/Storage/QCOW.cpp                          |     6 +-
 src/VBox/Storage/QED.cpp                           |     6 +-
 src/VBox/Storage/RAW.cpp                           |     8 +-
 src/VBox/Storage/VD.cpp                            |    31 +-
 src/VBox/Storage/VDI.cpp                           |     6 +-
 src/VBox/Storage/VDIfVfs.cpp                       |     2 +-
 src/VBox/Storage/VDVfs.cpp                         |     2 +-
 src/VBox/Storage/VHD.cpp                           |   118 +-
 src/VBox/Storage/VHDX.cpp                          |     6 +-
 src/VBox/Storage/VMDK.cpp                          |     6 +-
 src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp                |    22 +-
 src/VBox/VMM/VMMAll/CPUMAllRegs.cpp                |   108 +-
 src/VBox/VMM/VMMAll/CSAMAll.cpp                    |    35 +-
 src/VBox/VMM/VMMAll/DBGFAll.cpp                    |    20 +-
 src/VBox/VMM/VMMAll/EMAll.cpp                      |   122 +-
 src/VBox/VMM/VMMAll/FTMAll.cpp                     |     4 +-
 src/VBox/VMM/VMMAll/GIMAll.cpp                     |    26 +-
 src/VBox/VMM/VMMAll/GIMAllHv.cpp                   |    10 +-
 src/VBox/VMM/VMMAll/GIMAllKvm.cpp                  |    20 +-
 src/VBox/VMM/VMMAll/HMAll.cpp                      |    59 +-
 src/VBox/VMM/VMMAll/IEMAll.cpp                     |    99 +-
 src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h              |    12 +-
 src/VBox/VMM/VMMAll/IOMAll.cpp                     |    40 +-
 src/VBox/VMM/VMMAll/IOMAllMMIO.cpp                 |    74 +-
 src/VBox/VMM/VMMAll/MMAll.cpp                      |    40 +-
 src/VBox/VMM/VMMAll/MMAllHyper.cpp                 |    22 +-
 src/VBox/VMM/VMMAll/MMAllPagePool.cpp              |     8 +-
 src/VBox/VMM/VMMAll/PATMAll.cpp                    |    36 +-
 src/VBox/VMM/VMMAll/PDMAll.cpp                     |    56 +-
 src/VBox/VMM/VMMAll/PDMAllCritSect.cpp             |    21 +-
 src/VBox/VMM/VMMAll/PDMAllCritSectBoth.cpp         |     2 +-
 src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp           |    40 +-
 src/VBox/VMM/VMMAll/PGMAll.cpp                     |   145 +-
 src/VBox/VMM/VMMAll/PGMAllBth.h                    |    52 +-
 src/VBox/VMM/VMMAll/PGMAllGst.h                    |    13 +-
 src/VBox/VMM/VMMAll/PGMAllHandler.cpp              |    58 +-
 src/VBox/VMM/VMMAll/PGMAllMap.cpp                  |    34 +-
 src/VBox/VMM/VMMAll/PGMAllPhys.cpp                 |   141 +-
 src/VBox/VMM/VMMAll/PGMAllPool.cpp                 |    79 +-
 src/VBox/VMM/VMMAll/PGMAllShw.h                    |     6 +-
 src/VBox/VMM/VMMAll/REMAll.cpp                     |    16 +-
 src/VBox/VMM/VMMAll/SELMAll.cpp                    |    52 +-
 src/VBox/VMM/VMMAll/TMAll.cpp                      |    84 +-
 src/VBox/VMM/VMMAll/TMAllCpu.cpp                   |    52 +-
 src/VBox/VMM/VMMAll/TMAllReal.cpp                  |     4 +-
 src/VBox/VMM/VMMAll/TMAllVirtual.cpp               |    58 +-
 src/VBox/VMM/VMMAll/TRPMAll.cpp                    |    64 +-
 src/VBox/VMM/VMMAll/VMAll.cpp                      |    18 +-
 src/VBox/VMM/VMMAll/VMMAll.cpp                     |    22 +-
 src/VBox/VMM/VMMR0/CPUMR0.cpp                      |    31 +-
 src/VBox/VMM/VMMR0/GIMR0.cpp                       |     6 +-
 src/VBox/VMM/VMMR0/GIMR0Hv.cpp                     |     6 +-
 src/VBox/VMM/VMMR0/GIMR0Kvm.cpp                    |     8 +-
 src/VBox/VMM/VMMR0/GMMR0.cpp                       |   314 +-
 src/VBox/VMM/VMMR0/GVMMR0.cpp                      |    65 +-
 src/VBox/VMM/VMMR0/HMR0.cpp                        |    50 +-
 src/VBox/VMM/VMMR0/HMR0A.asm                       |    20 +-
 src/VBox/VMM/VMMR0/HMSVMR0.cpp                     |   377 +-
 src/VBox/VMM/VMMR0/HMSVMR0.h                       |    10 +-
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |   549 +-
 src/VBox/VMM/VMMR0/HMVMXR0.h                       |     2 +-
 src/VBox/VMM/VMMR0/PDMR0Device.cpp                 |    16 +-
 src/VBox/VMM/VMMR0/PDMR0Driver.cpp                 |     4 +-
 src/VBox/VMM/VMMR0/PGMR0.cpp                       |    26 +-
 src/VBox/VMM/VMMR0/PGMR0SharedPage.cpp             |     2 +-
 src/VBox/VMM/VMMR0/TRPMR0.cpp                      |     2 +-
 src/VBox/VMM/VMMR0/VMMR0.cpp                       |    39 +-
 src/VBox/VMM/VMMR3/CFGM.cpp                        |    53 +-
 src/VBox/VMM/VMMR3/CPUM.cpp                        |    57 +-
 src/VBox/VMM/VMMR3/CPUMDbg.cpp                     |    56 +-
 src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp                 |    68 +-
 src/VBox/VMM/VMMR3/CPUMR3Db.cpp                    |   150 +-
 src/VBox/VMM/VMMR3/CSAM.cpp                        |    74 +-
 src/VBox/VMM/VMMR3/DBGF.cpp                        |    69 +-
 src/VBox/VMM/VMMR3/DBGFAddr.cpp                    |     3 +-
 src/VBox/VMM/VMMR3/DBGFBp.cpp                      |    18 +-
 src/VBox/VMM/VMMR3/DBGFCoreWrite.cpp               |    52 +-
 src/VBox/VMM/VMMR3/DBGFCpu.cpp                     |     4 +-
 src/VBox/VMM/VMMR3/DBGFDisas.cpp                   |    35 +-
 src/VBox/VMM/VMMR3/DBGFInfo.cpp                    |    22 +-
 src/VBox/VMM/VMMR3/DBGFMem.cpp                     |     3 +-
 src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp                |     2 +-
 src/VBox/VMM/VMMR3/DBGFR3Trace.cpp                 |    14 +-
 src/VBox/VMM/VMMR3/DBGFReg.cpp                     |    36 +-
 src/VBox/VMM/VMMR3/EM.cpp                          |    60 +-
 src/VBox/VMM/VMMR3/EMHM.cpp                        |    29 +-
 src/VBox/VMM/VMMR3/EMRaw.cpp                       |    58 +-
 src/VBox/VMM/VMMR3/FTM.cpp                         |    54 +-
 src/VBox/VMM/VMMR3/GIM.cpp                         |    60 +-
 src/VBox/VMM/VMMR3/GIMHv.cpp                       |    23 +-
 src/VBox/VMM/VMMR3/GIMKvm.cpp                      |    24 +-
 src/VBox/VMM/VMMR3/GIMMinimal.cpp                  |     6 +-
 src/VBox/VMM/VMMR3/GMM.cpp                         |    13 +-
 src/VBox/VMM/VMMR3/HM.cpp                          |    78 +-
 src/VBox/VMM/VMMR3/IEMR3.cpp                       |     2 +-
 src/VBox/VMM/VMMR3/IOM.cpp                         |    35 +-
 src/VBox/VMM/VMMR3/MM.cpp                          |    28 +-
 src/VBox/VMM/VMMR3/MMHeap.cpp                      |    20 +-
 src/VBox/VMM/VMMR3/MMHyper.cpp                     |    54 +-
 src/VBox/VMM/VMMR3/MMPagePool.cpp                  |    26 +-
 src/VBox/VMM/VMMR3/MMUkHeap.cpp                    |    15 +-
 src/VBox/VMM/VMMR3/PATM.cpp                        |   193 +-
 src/VBox/VMM/VMMR3/PATMGuest.cpp                   |     7 +-
 src/VBox/VMM/VMMR3/PATMPatch.cpp                   |    32 +-
 src/VBox/VMM/VMMR3/PATMPatch.h                     |    26 +-
 src/VBox/VMM/VMMR3/PATMR3Dbg.cpp                   |    41 +-
 src/VBox/VMM/VMMR3/PATMSSM.cpp                     |     6 +-
 src/VBox/VMM/VMMR3/PDM.cpp                         |    58 +-
 src/VBox/VMM/VMMR3/PDMAsyncCompletion.cpp          |    33 +-
 src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp      |     3 +-
 .../VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp     |     9 +-
 src/VBox/VMM/VMMR3/PDMBlkCache.cpp                 |   115 +-
 src/VBox/VMM/VMMR3/PDMCritSect.cpp                 |    70 +-
 src/VBox/VMM/VMMR3/PDMDevHlp.cpp                   |    24 +-
 src/VBox/VMM/VMMR3/PDMDevMiscHlp.cpp               |     8 +-
 src/VBox/VMM/VMMR3/PDMDevice.cpp                   |    10 +-
 src/VBox/VMM/VMMR3/PDMDriver.cpp                   |   100 +-
 src/VBox/VMM/VMMR3/PDMLdr.cpp                      |    34 +-
 src/VBox/VMM/VMMR3/PDMNetShaper.cpp                |    14 +-
 src/VBox/VMM/VMMR3/PDMQueue.cpp                    |    22 +-
 src/VBox/VMM/VMMR3/PDMThread.cpp                   |    28 +-
 src/VBox/VMM/VMMR3/PDMUsb.cpp                      |    34 +-
 src/VBox/VMM/VMMR3/PGM.cpp                         |    80 +-
 src/VBox/VMM/VMMR3/PGMBth.h                        |     9 +-
 src/VBox/VMM/VMMR3/PGMDbg.cpp                      |    37 +-
 src/VBox/VMM/VMMR3/PGMGst.h                        |     9 +-
 src/VBox/VMM/VMMR3/PGMHandler.cpp                  |    25 +-
 src/VBox/VMM/VMMR3/PGMMap.cpp                      |    43 +-
 src/VBox/VMM/VMMR3/PGMPhys.cpp                     |   123 +-
 src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h                 |     4 +-
 src/VBox/VMM/VMMR3/PGMPool.cpp                     |    28 +-
 src/VBox/VMM/VMMR3/PGMSavedState.cpp               |   110 +-
 src/VBox/VMM/VMMR3/PGMSharedPage.cpp               |    16 +-
 src/VBox/VMM/VMMR3/PGMShw.h                        |     9 +-
 src/VBox/VMM/VMMR3/SELM.cpp                        |    72 +-
 src/VBox/VMM/VMMR3/SSM.cpp                         |   243 +-
 src/VBox/VMM/VMMR3/STAM.cpp                        |    65 +-
 src/VBox/VMM/VMMR3/TM.cpp                          |   123 +-
 src/VBox/VMM/VMMR3/TRPM.cpp                        |    34 +-
 src/VBox/VMM/VMMR3/VM.cpp                          |   119 +-
 src/VBox/VMM/VMMR3/VMEmt.cpp                       |    18 +-
 src/VBox/VMM/VMMR3/VMM.cpp                         |    90 +-
 src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp           |     5 +-
 src/VBox/VMM/VMMR3/VMMSwitcher.cpp                 |    16 +-
 src/VBox/VMM/VMMR3/VMMTests.cpp                    |    12 +-
 src/VBox/VMM/VMMR3/VMReq.cpp                       |    14 +-
 src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h   |   206 +
 ...ntel_Core_i7_2635QM.h => Intel_Core_i7_5600U.h} |   420 +-
 src/VBox/VMM/VMMRC/CPUMRC.cpp                      |     8 +-
 src/VBox/VMM/VMMRC/CSAMRC.cpp                      |    15 +-
 src/VBox/VMM/VMMRC/IOMRC.cpp                       |    20 +-
 src/VBox/VMM/VMMRC/MMRamRC.cpp                     |    16 +-
 src/VBox/VMM/VMMRC/PATMRC.cpp                      |   158 +-
 src/VBox/VMM/VMMRC/PDMRCDevice.cpp                 |    18 +-
 src/VBox/VMM/VMMRC/SELMRC.cpp                      |    67 +-
 src/VBox/VMM/VMMRC/TRPMRC.cpp                      |    36 +-
 src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp              |    26 +-
 src/VBox/VMM/VMMRC/VMMRC.cpp                       |    18 +-
 src/VBox/VMM/VMMRZ/DBGFRZ.cpp                      |     8 +-
 src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp                 |    40 +-
 src/VBox/VMM/VMMRZ/VMMRZ.cpp                       |    18 +-
 src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac        |     2 +-
 src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac        |    14 +-
 src/VBox/VMM/include/CSAMInternal.h                |     2 +-
 src/VBox/VMM/include/EMHandleRCTmpl.h              |     9 +-
 src/VBox/VMM/include/GIMKvmInternal.h              |     2 +-
 src/VBox/VMM/include/HMInternal.h                  |    32 +-
 src/VBox/VMM/include/IEMInternal.h                 |     6 +-
 src/VBox/VMM/include/IOMInline.h                   |    22 +-
 src/VBox/VMM/include/MMInternal.h                  |     2 +-
 src/VBox/VMM/include/PATMInternal.h                |     2 +-
 src/VBox/VMM/include/PDMBlkCacheInternal.h         |     2 +-
 src/VBox/VMM/include/PDMInline.h                   |     2 +-
 src/VBox/VMM/include/PDMInternal.h                 |     6 +-
 src/VBox/VMM/include/PGMInline.h                   |   111 +-
 src/VBox/VMM/include/PGMInternal.h                 |    64 +-
 src/VBox/VMM/include/SELMInline.h                  |     6 +-
 src/VBox/VMM/include/TMInternal.h                  |     4 +-
 src/VBox/VMM/include/TRPMInternal.h                |    20 +-
 src/VBox/VMM/include/VMMInternal.h                 |    23 +-
 src/VBox/VMM/include/VMMSwitcher.h                 |     2 +-
 src/VBox/VMM/tools/VBoxCpuReport.cpp               |    10 +-
 .../utils/TestExecServ/TestExecServiceTcp.cpp      |     2 +-
 src/VBox/ValidationKit/utils/cpu/cidet.h           |     2 +-
 src/VBox/ValidationKit/utils/network/NetPerf.cpp   |     4 +-
 src/libs/xpcom18a4/nsprpub/lib/ds/plarena.c        |    10 +
 src/libs/xpcom18a4/nsprpub/lib/ds/plarena.h        |    36 +-
 src/recompiler/VBoxRecompiler.c                    |    25 +-
 772 files changed, 31314 insertions(+), 25334 deletions(-)
 create mode 100644 include/VBox/VBoxGuestLibSharedFolders.h
 create mode 100644 include/iprt/latin1.h
 create mode 100644 include/iprt/utf16.h
 delete mode 100644 src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibCrOgl.h
 delete mode 100644 src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR0LibSharedFolders.h
 create mode 100644 src/VBox/Main/include/AuthLibrary.h
 create mode 100644 src/VBox/Main/src-all/AuthLibrary.cpp
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h
 copy src/VBox/VMM/VMMR3/cpus/{Intel_Core_i7_2635QM.h => Intel_Core_i7_5600U.h} (51%)

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