[Pkg-virtualbox-commits] [virtualbox] branch upstream updated (a0f18d4 -> 1700c7d)

Felix Geyer fgeyer at moszumanska.debian.org
Sun Apr 6 15:56:08 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  a0f18d4   Imported Upstream version 4.3.6-dfsg
       new  1e85aed   Imported Upstream version 4.3.8-dfsg
       new  1700c7d   Imported Upstream version 4.3.10-dfsg

The 2 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                                         |   96 +-
 doc/manual/Makefile.kmk                            |    2 +-
 doc/manual/en_US/SDKRef.xml                        |  555 +-
 doc/manual/en_US/user_AdvancedTopics.xml           |  478 +-
 doc/manual/en_US/user_Technical.xml                |   12 +-
 doc/manual/en_US/user_VBoxManage.xml               |   14 +-
 doc/manual/fr_FR/user_AdvancedTopics.xml           |  105 +
 doc/manual/user_ChangeLogImpl.xml                  |  640 ++-
 include/VBox/HGSMI/HGSMIChSetup.h                  |    4 +-
 include/VBox/HostServices/VBoxCrOpenGLSvc.h        |   52 +-
 include/VBox/VBoxVideo.h                           |  357 +-
 include/VBox/VBoxVideo3D.h                         |    4 +-
 include/VBox/VBoxVideoHost3D.h                     |  128 +
 include/VBox/VMMDev.h                              |    2 +
 include/VBox/cdefs.h                               |   12 +-
 include/VBox/com/array.h                           |   46 +-
 include/VBox/com/defs.h                            |    3 +-
 include/VBox/err.h                                 |   10 +
 include/VBox/err.mac                               |    5 +
 include/VBox/log.h                                 |   90 +
 include/VBox/settings.h                            |    2 +-
 include/VBox/vmm/cpum.h                            |  284 +-
 include/VBox/vmm/hm_vmx.h                          |  139 +-
 include/VBox/vmm/mm.h                              |    3 +
 include/VBox/vmm/pdmifs.h                          |   21 +-
 include/VBox/vmm/ssm.h                             |    1 +
 include/VBox/vmm/vmm.h                             |    3 +-
 include/iprt/asm-amd64-x86.h                       |   93 +
 include/iprt/cdefs.h                               |    4 +-
 include/iprt/env.h                                 |   12 +
 include/iprt/err.h                                 |    2 +-
 include/iprt/err.mac                               |    2 +-
 include/iprt/mangling.h                            |   16 +
 include/iprt/x86.h                                 |   24 +-
 include/iprt/x86.mac                               |   21 +-
 src/VBox/Additions/common/VBoxControl/Makefile.kmk |   10 -
 .../Additions/common/VBoxGuestLib/Makefile.kmk     |   17 +-
 .../common/VBoxGuestLib/VBoxGuestR0LibCrOgl.cpp    |   15 +-
 src/VBox/Additions/common/VBoxService/Makefile.kmk |   14 +-
 .../common/VBoxService/VBoxServiceAutoMount.cpp    |   34 +-
 .../common/VBoxService/VBoxServiceCpuHotPlug.cpp   |   35 +-
 .../common/VBoxService/VBoxServiceVMInfo-win.cpp   |   43 +-
 .../common/VBoxService/VBoxServiceVMInfo.cpp       |   25 +-
 src/VBox/Additions/common/crOpenGL/Makefile.kmk    |   20 +-
 src/VBox/Additions/common/crOpenGL/fakedri_drv.c   |    2 +-
 .../Additions/common/crOpenGL/pack/packspu_get.py  |    3 +-
 .../common/crOpenGL/pack/packspu_getshaders.c      |    8 +-
 .../Additions/common/crOpenGL/pack/packspu_glsl.c  |    2 +-
 .../Additions/common/crOpenGL/pack/packspu_misc.c  |    2 +-
 src/VBox/Additions/common/pam/Makefile.kmk         |   15 -
 src/VBox/Additions/linux/drm/Makefile.module       |    6 +
 src/VBox/Additions/linux/installer/vboxadd-x11.sh  |   22 +-
 .../Additions/linux/sharedfolders/Makefile.kmk     |   10 -
 src/VBox/Additions/x11/VBoxClient/Makefile.kmk     |   10 -
 src/VBox/Additions/x11/VBoxClient/draganddrop.cpp  |   92 +-
 src/VBox/Additions/x11/vboxmouse/Makefile.kmk      |   13 -
 src/VBox/Additions/x11/vboxvideo/Makefile.kmk      |   71 +-
 src/VBox/Additions/x11/vboxvideo/setmode.c         |    2 +-
 src/VBox/Additions/x11/vboxvideo/undefined         |    2 +
 src/VBox/Additions/x11/vboxvideo/vboxvideo.c       |   14 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo.h       |    4 +-
 src/VBox/Additions/x11/vboxvideo/vboxvideo_dri2.c  |   62 +
 src/VBox/Debugger/DBGPlugInLinux.cpp               |   23 +-
 .../BiosCommonCode/MakeAlternativeSource.cpp       |   20 +-
 src/VBox/Devices/EFI/DevEFI.cpp                    |    7 +-
 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       |  253 +-
 .../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum    |    2 +-
 src/VBox/Devices/Graphics/DevVGA-SVGA.cpp          | 3196 +++++++++++
 src/VBox/Devices/Graphics/DevVGA-SVGA.h            |   46 +
 src/VBox/Devices/Graphics/DevVGA.cpp               |  399 +-
 src/VBox/Devices/Graphics/DevVGA.h                 |  109 +-
 src/VBox/Devices/Graphics/DevVGASavedState.h       |    8 +-
 src/VBox/Devices/Graphics/DevVGA_VBVA.cpp          |  111 +-
 src/VBox/Devices/Graphics/DevVGA_VDMA.cpp          | 1964 +++++--
 src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp      |    5 +-
 src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h     |   11 +
 src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h      |   56 +
 src/VBox/Devices/Graphics/vmsvga/svga_escape.h     |   11 +
 src/VBox/Devices/Graphics/vmsvga/svga_overlay.h    |   32 +
 src/VBox/Devices/Graphics/vmsvga/svga_reg.h        |  318 ++
 src/VBox/Devices/Makefile.kmk                      |   39 +-
 src/VBox/Devices/Network/DrvNAT.cpp                |   80 +-
 src/VBox/Devices/Network/lwip-new/CHANGELOG        |   44 +
 src/VBox/Devices/Network/lwip-new/Makefile.kmk     |   34 +-
 src/VBox/Devices/Network/lwip-new/src/api/tcpip.c  |    1 +
 .../Devices/Network/lwip-new/src/core/ipv4/icmp.c  |  107 +
 .../Devices/Network/lwip-new/src/core/ipv4/ip4.c   |   16 +-
 .../Network/lwip-new/src/core/ipv4/ip_frag.c       |   15 +-
 .../Devices/Network/lwip-new/src/core/ipv6/icmp6.c |   73 +-
 .../Devices/Network/lwip-new/src/core/ipv6/ip6.c   |   37 +-
 .../Network/lwip-new/src/core/ipv6/ip6_frag.c      |  397 +-
 .../Devices/Network/lwip-new/src/core/ipv6/mld6.c  |    2 +
 .../Devices/Network/lwip-new/src/core/ipv6/nd6.c   |    6 +
 src/VBox/Devices/Network/lwip-new/src/core/memp.c  |   12 +-
 src/VBox/Devices/Network/lwip-new/src/core/netif.c |   66 +-
 .../Devices/Network/lwip-new/src/core/snmp/mib2.c  |   10 +-
 src/VBox/Devices/Network/lwip-new/src/core/stats.c |    4 +-
 src/VBox/Devices/Network/lwip-new/src/core/tcp.c   |    9 +-
 .../Devices/Network/lwip-new/src/core/tcp_out.c    |   10 +-
 .../Devices/Network/lwip-new/src/core/timers.c     |   22 +-
 src/VBox/Devices/Network/lwip-new/src/core/udp.c   |   20 +-
 .../lwip-new/src/include/ipv4/lwip/autoip.h        |    3 +
 .../Network/lwip-new/src/include/ipv4/lwip/icmp.h  |   10 +
 .../Network/lwip-new/src/include/ipv4/lwip/inet.h  |   16 +-
 .../lwip-new/src/include/ipv4/lwip/ip4_addr.h      |    5 +-
 .../Network/lwip-new/src/include/ipv6/lwip/icmp6.h |    8 +
 .../Network/lwip-new/src/include/ipv6/lwip/inet6.h |    2 +-
 .../lwip-new/src/include/ipv6/lwip/ip6_addr.h      |   11 +-
 .../lwip-new/src/include/ipv6/lwip/ip6_frag.h      |   11 +-
 .../Network/lwip-new/src/include/lwip/debug.h      |    8 +-
 .../Devices/Network/lwip-new/src/include/lwip/ip.h |   10 +-
 .../Network/lwip-new/src/include/lwip/memp_std.h   |    2 +-
 .../Network/lwip-new/src/include/lwip/netif.h      |    2 +-
 .../Network/lwip-new/src/include/lwip/netifapi.h   |    3 +
 .../Network/lwip-new/src/include/lwip/opt.h        |   28 +-
 .../Network/lwip-new/src/include/lwip/snmp.h       |    4 +-
 .../Network/lwip-new/src/include/lwip/sockets.h    |   51 +-
 .../Devices/Network/lwip-new/vbox/VBoxLwipCore.cpp |   10 +-
 .../Network/lwip-new/vbox/include/lwip-log.h       |   93 +
 .../Network/lwip-new/vbox/include/lwip-namespace.h |   26 +-
 .../Network/{lwip-new/vbox/include => }/lwipopts.h |   62 +-
 src/VBox/Devices/Network/slirp/ip_icmp.c           |   92 +-
 src/VBox/Devices/Network/slirp/libslirp.h          |   15 +
 .../Devices/Network/slirp/resolv_conf_parser.c     |  539 ++
 .../Devices/Network/slirp/resolv_conf_parser.h     |  109 +
 src/VBox/Devices/Network/slirp/slirp.c             |    8 +
 src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm   | 5553 +++++++++----------
 .../Devices/PC/BIOS/VBoxBiosAlternative.md5sum     |    2 +-
 src/VBox/Devices/PC/BIOS/ahci.c                    |    3 +
 src/VBox/Devices/PC/BIOS/bios.c                    |   16 +-
 src/VBox/Devices/PC/BIOS/logo.c                    |    6 +-
 src/VBox/Devices/PC/BIOS/scsi.c                    |   57 +-
 src/VBox/Devices/PC/DevPcBios.cpp                  |  148 +-
 src/VBox/Devices/Storage/DevAHCI.cpp               |  701 +--
 src/VBox/Devices/Storage/DevATA.cpp                |  546 +-
 src/VBox/Devices/Storage/DrvHostBase.cpp           |    4 +-
 src/VBox/Devices/Storage/DrvSCSI.cpp               |    1 +
 src/VBox/Devices/USB/VUSBReadAhead.cpp             |   19 +-
 src/VBox/Devices/VMMDev/VMMDevHGCM.cpp             |   12 +
 src/VBox/Devices/testcase/Makefile.kmk             |    3 +-
 src/VBox/Devices/testcase/tstDeviceStructSize.cpp  |    4 +
 .../Devices/testcase/tstDeviceStructSizeRC.cpp     |   20 +-
 src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp   |   31 +-
 .../VBoxHeadless/testcase/tstHeadless.cpp          |   94 +-
 src/VBox/Frontends/VBoxManage/Makefile.kmk         |    3 +-
 .../Frontends/VBoxManage/VBoxManageAppliance.cpp   |  215 +-
 .../VBoxManage/VBoxManageBandwidthControl.cpp      |    6 +
 src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp   |   15 +-
 .../Frontends/VBoxManage/VBoxManageModifyVM.cpp    |    5 +
 src/VBox/Frontends/VBoxManage/VBoxManageUSB.cpp    |   19 +-
 src/VBox/Frontends/VBoxSDL/Framebuffer.cpp         |    2 +-
 src/VBox/Frontends/VBoxShell/vboxshell.py          |    4 +-
 src/VBox/Frontends/VirtualBox/Makefile.kmk         |    5 +-
 src/VBox/Frontends/VirtualBox/VirtualBox1.qrc      |    1 +
 src/VBox/Frontends/VirtualBox/VirtualBoxBrand.qrc  |    1 +
 .../VirtualBox/images/close_popup_16px.png         |  Bin 0 -> 3460 bytes
 src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts |   17 +
 .../VirtualBox/src/converter/UIConverterBackend.h  |   26 +
 .../src/converter/UIConverterBackendGlobal.cpp     |  290 +
 .../Frontends/VirtualBox/src/globals/COMDefs.h     |  324 +-
 .../Frontends/VirtualBox/src/globals/UIDefs.cpp    |   10 +
 src/VBox/Frontends/VirtualBox/src/globals/UIDefs.h |  104 +
 .../src/globals/UIExtraDataEventHandler.cpp        |   20 +-
 .../src/globals/UIExtraDataEventHandler.h          |    1 +
 .../VirtualBox/src/globals/UIPopupCenter.cpp       |    5 +-
 .../VirtualBox/src/globals/VBoxGlobal.cpp          |  118 +
 .../Frontends/VirtualBox/src/globals/VBoxGlobal.h  |   10 +
 .../VirtualBox/src/medium/UIMediumEnumerator.cpp   |    6 +-
 .../src/platform/darwin/DarwinKeyboard.cpp         |    2 +-
 .../src/platform/darwin/UICocoaApplication.h       |   24 +-
 .../src/platform/darwin/UICocoaApplication.mm      |   99 +-
 .../src/platform/darwin/VBoxUtils-darwin-cocoa.mm  |   43 +
 .../src/platform/darwin/VBoxUtils-darwin.cpp       |   20 +
 .../src/platform/darwin/VBoxUtils-darwin.h         |   10 +
 .../VirtualBox/src/platform/win/WinKeyboard.cpp    |  173 +
 .../VirtualBox/src/platform/win/WinKeyboard.h      |   33 +
 .../VirtualBox/src/runtime/UIActionPoolRuntime.cpp |    7 +-
 .../VirtualBox/src/runtime/UIFrameBuffer.cpp       |   16 +
 .../VirtualBox/src/runtime/UIFrameBufferQImage.cpp |    1 +
 .../VirtualBox/src/runtime/UIKeyboardHandler.cpp   |   24 +-
 .../VirtualBox/src/runtime/UIKeyboardHandler.h     |    3 +
 .../Frontends/VirtualBox/src/runtime/UIMachine.cpp |   53 +-
 .../VirtualBox/src/runtime/UIMachineLogic.cpp      |  218 +-
 .../VirtualBox/src/runtime/UIMachineLogic.h        |   20 +-
 .../VirtualBox/src/runtime/UIMachineMenuBar.cpp    |  433 +-
 .../VirtualBox/src/runtime/UIMachineView.cpp       |   10 +-
 .../VirtualBox/src/runtime/UIMachineWindow.cpp     |   26 +-
 .../VirtualBox/src/runtime/UIMachineWindow.h       |   18 +-
 .../VirtualBox/src/runtime/UIMouseHandler.cpp      |   51 +-
 .../VirtualBox/src/runtime/UIMouseHandler.h        |    7 +
 .../VirtualBox/src/runtime/UIMultiScreenLayout.cpp |    4 +
 .../Frontends/VirtualBox/src/runtime/UISession.cpp |   83 +-
 .../Frontends/VirtualBox/src/runtime/UISession.h   |   61 +-
 .../fullscreen/UIMachineLogicFullscreen.cpp        |  453 +-
 .../runtime/fullscreen/UIMachineLogicFullscreen.h  |   58 +-
 .../fullscreen/UIMachineWindowFullscreen.cpp       |  228 +-
 .../runtime/fullscreen/UIMachineWindowFullscreen.h |   39 +-
 .../src/runtime/normal/UIMachineLogicNormal.cpp    |   24 +-
 .../src/runtime/normal/UIMachineLogicNormal.h      |    1 -
 .../src/runtime/normal/UIMachineWindowNormal.cpp   |   16 +-
 .../src/runtime/scale/UIMachineLogicScale.cpp      |   12 +-
 .../src/runtime/scale/UIMachineWindowScale.cpp     |   16 +-
 .../runtime/seamless/UIMachineLogicSeamless.cpp    |   45 +-
 .../src/runtime/seamless/UIMachineLogicSeamless.h  |    3 +
 .../runtime/seamless/UIMachineWindowSeamless.cpp   |   47 +-
 .../src/runtime/seamless/UIMachineWindowSeamless.h |    6 +-
 .../VirtualBox/src/selector/UISelectorWindow.cpp   |   32 +-
 .../VirtualBox/src/selector/UISelectorWindow.h     |    3 -
 .../src/settings/global/UIGlobalSettingsInput.cpp  |   20 +-
 .../settings/machine/UIMachineSettingsDisplay.cpp  |   14 +
 .../src/widgets/UIApplianceImportEditorWidget.cpp  |    4 +-
 .../VirtualBox/src/widgets/UIHostComboEditor.cpp   |  110 +-
 .../VirtualBox/src/widgets/UIHostComboEditor.h     |   42 +-
 .../VirtualBox/src/widgets/UIMiniToolBar.cpp       |   28 +-
 .../VirtualBox/src/widgets/UIMiniToolBar.h         |   13 +
 .../src/widgets/UINameAndSystemEditor.cpp          |   10 +-
 .../VirtualBox/src/widgets/UIPopupPane.cpp         |   23 +-
 .../Frontends/VirtualBox/src/widgets/UIPopupPane.h |    9 +-
 .../src/widgets/UIPopupPaneButtonPane.cpp          |   33 +-
 .../VirtualBox/src/widgets/UIPopupPaneTextPane.cpp |   78 +-
 .../VirtualBox/src/widgets/UIPopupPaneTextPane.h   |   20 +-
 .../VirtualBox/src/widgets/UIPopupStack.cpp        |    6 +-
 .../VirtualBox/src/widgets/UIPopupStack.h          |    3 +-
 .../src/widgets/UIPopupStackViewport.cpp           |    6 +-
 .../VirtualBox/src/widgets/UIPopupStackViewport.h  |    3 +-
 .../src/wizards/newvm/UIWizardNewVMPageBasic1.cpp  |  167 +-
 .../src/wizards/newvm/UIWizardNewVMPageBasic1.h    |    4 +-
 src/VBox/GuestHost/OpenGL/Makefile.kmk             |   51 +-
 src/VBox/GuestHost/OpenGL/glapi_parser/APIspec.txt |   56 +-
 src/VBox/GuestHost/OpenGL/glapi_parser/apiutil.py  |    2 +-
 src/VBox/GuestHost/OpenGL/include/GL/glext.h       |  122 +-
 src/VBox/GuestHost/OpenGL/include/chromium.h       |   30 +-
 src/VBox/GuestHost/OpenGL/include/cr_blitter.h     |  516 +-
 src/VBox/GuestHost/OpenGL/include/cr_bmpscale.h    |   25 +
 src/VBox/GuestHost/OpenGL/include/cr_compositor.h  |  233 +
 src/VBox/GuestHost/OpenGL/include/cr_dump.h        |    4 +
 src/VBox/GuestHost/OpenGL/include/cr_error.h       |   14 +-
 src/VBox/GuestHost/OpenGL/include/cr_glext.h       |   34 +
 src/VBox/GuestHost/OpenGL/include/cr_glstate.h     |    2 +
 src/VBox/GuestHost/OpenGL/include/cr_htable.h      |  120 +
 src/VBox/GuestHost/OpenGL/include/cr_protocol.h    |   33 +-
 src/VBox/GuestHost/OpenGL/include/cr_server.h      |  145 +-
 src/VBox/GuestHost/OpenGL/include/cr_version.h     |    4 +-
 src/VBox/GuestHost/OpenGL/include/cr_vreg.h        |  231 +-
 src/VBox/GuestHost/OpenGL/include/state/cr_glsl.h  |    2 +-
 src/VBox/GuestHost/OpenGL/packer/pack_extensions.c |    2 -
 src/VBox/GuestHost/OpenGL/packer/pack_pixels.c     |    3 +-
 src/VBox/GuestHost/OpenGL/packer/pack_shaders.c    |    8 +-
 src/VBox/GuestHost/OpenGL/state_tracker/dump.cpp   |   66 +-
 .../GuestHost/OpenGL/state_tracker/dump_gen.py     |    8 +-
 .../OpenGL/state_tracker}/get_components.py        |    4 +-
 .../GuestHost/OpenGL/state_tracker/state_get.py    |    2 +
 .../GuestHost/OpenGL/state_tracker/state_glsl.c    |    2 +-
 .../GuestHost/OpenGL/state_tracker/state_point.c   |  245 +
 .../OpenGL/state_tracker/state_snapshot.c          |   21 +-
 .../GuestHost/OpenGL/state_tracker/state_texture.c |   24 +-
 src/VBox/GuestHost/OpenGL/util/blitter.cpp         | 2886 ++++++----
 src/VBox/GuestHost/OpenGL/util/bmpscale.cpp        |  319 ++
 src/VBox/GuestHost/OpenGL/util/compositor.cpp      | 1015 ++++
 src/VBox/GuestHost/OpenGL/util/error.c             |    2 +
 src/VBox/GuestHost/OpenGL/util/hash.c              |   12 +-
 src/VBox/GuestHost/OpenGL/util/htable.cpp          |  195 +
 src/VBox/GuestHost/OpenGL/util/net.c               |   18 +-
 src/VBox/GuestHost/OpenGL/util/vboxhgcm.c          |  130 +-
 src/VBox/GuestHost/OpenGL/util/vreg.cpp            | 1046 +---
 src/VBox/HostDrivers/Support/SUPDrv.c              |    2 +-
 .../VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp        |   55 +-
 .../VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp        |  125 +-
 .../VBoxNetFlt/win/nobj/VBoxNetFltNobj.h           |    6 +-
 .../VBoxNetFlt/win/nobj/VBoxNetFltNobjRc.h         |    6 +-
 src/VBox/HostDrivers/darwin/VBoxNetSend.h          |  107 +
 src/VBox/HostServices/SharedOpenGL/Makefile.kmk    |   10 +-
 .../SharedOpenGL/OpenGLTest/OpenGLTest.cpp         |    2 +-
 .../SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp   |    2 +-
 .../SharedOpenGL/crserver/crservice.cpp            |  320 +-
 .../HostServices/SharedOpenGL/crserverlib/server.h |  230 +-
 .../SharedOpenGL/crserverlib/server_clear.c        |    6 -
 .../SharedOpenGL/crserverlib/server_config.c       |   99 +-
 .../SharedOpenGL/crserverlib/server_context.c      |   34 +-
 .../SharedOpenGL/crserverlib/server_dispatch.py    |   11 +-
 .../SharedOpenGL/crserverlib/server_get.py         |    4 +-
 .../SharedOpenGL/crserverlib/server_getshaders.c   |   14 +-
 .../SharedOpenGL/crserverlib/server_glsl.c         |    6 +-
 .../SharedOpenGL/crserverlib/server_lists.c        |   12 +-
 .../SharedOpenGL/crserverlib/server_main.c         | 1042 ++--
 .../SharedOpenGL/crserverlib/server_misc.c         |  325 +-
 .../SharedOpenGL/crserverlib/server_muralfbo.c     | 1364 -----
 .../SharedOpenGL/crserverlib/server_muralfbo.cpp   |  840 +++
 .../SharedOpenGL/crserverlib/server_presenter.cpp  | 5069 +++++++++++++++---
 .../SharedOpenGL/crserverlib/server_rpw.cpp        |   10 +-
 .../SharedOpenGL/crserverlib/server_simpleget.py   |    9 +-
 .../SharedOpenGL/crserverlib/server_special        |   10 +
 .../SharedOpenGL/crserverlib/server_stream.c       |   24 +-
 .../SharedOpenGL/crserverlib/server_texture.c      |   53 +
 .../SharedOpenGL/crserverlib/server_window.c       |  515 +-
 .../HostServices/SharedOpenGL/render/renderspu.c   |   79 +-
 .../HostServices/SharedOpenGL/render/renderspu.h   |   36 +-
 .../SharedOpenGL/render/renderspu_agl.c            |    2 +-
 .../SharedOpenGL/render/renderspu_cocoa.c          |  199 +-
 .../SharedOpenGL/render/renderspu_cocoa_helper.h   |    4 +-
 .../SharedOpenGL/render/renderspu_cocoa_helper.m   |  417 +-
 .../SharedOpenGL/render/renderspu_glx.c            |   11 +-
 .../SharedOpenGL/render/renderspu_init.c           |    5 +-
 .../SharedOpenGL/render/renderspu_wgl.c            |   52 +-
 .../SharedOpenGL/unpacker/unpack_shaders.c         |   25 +-
 .../darwin/VirtualBox_mpkg/Localizable.strings     |    4 +-
 .../darwin/VirtualBox_mpkg/distribution.dist       |   24 +-
 src/VBox/Installer/linux/Makefile.kmk              |    3 +-
 src/VBox/Installer/linux/install.sh                |    2 +-
 src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec  |    4 +-
 src/VBox/Installer/linux/run-inst.sh               |   25 +-
 src/VBox/Installer/linux/scripts/install.sh        |    4 +-
 src/VBox/Installer/solaris/smf-vboxautostart.sh    |   28 +-
 src/VBox/Installer/solaris/vboxconfig.sh           |    5 +-
 .../Installer/solaris/virtualbox-autostart.xml     |    1 +
 src/VBox/Installer/win/VirtualBox.wxs              |    7 +
 src/VBox/Main/Makefile.kmk                         |   30 +-
 .../{VBoxXPCOMCGlue.c => LegacyVBoxXPCOMCGlue.c}   |  191 +-
 ...{VBoxXPCOMCGlue.h.in => LegacyVBoxXPCOMCGlue.h} |   29 +-
 src/VBox/Main/cbinding/Makefile.kmk                |  164 +-
 src/VBox/Main/cbinding/VBoxCAPI.cpp                |  924 ++++
 .../cbinding/{VBoxXPCOMCGlue.c => VBoxCAPIGlue.c}  |  189 +-
 .../{VBoxXPCOMCGlue.h.in => VBoxCAPIGlue.h.in}     |   30 +-
 src/VBox/Main/cbinding/VBoxXPCOMC.cpp              |  492 --
 src/VBox/Main/cbinding/{xpcidl.xsl => capiidl.xsl} | 1549 ++++--
 src/VBox/Main/cbinding/makefile.tstCAPIGlue        |   50 +
 src/VBox/Main/cbinding/makefile.tstXPCOMCGlue      |   39 -
 src/VBox/Main/cbinding/tstCAPIGlue.c               | 1112 ++++
 src/VBox/Main/cbinding/tstXPCOMCGlue.c             |  822 ---
 src/VBox/Main/glue/glue-java.xsl                   |    8 +-
 src/VBox/Main/glue/initterm.cpp                    |   16 +-
 src/VBox/Main/idl/VirtualBox.xidl                  |   17 +-
 src/VBox/Main/idl/apiwrap-server.xsl               |   43 +-
 src/VBox/Main/idl/midl.xsl                         |    3 +-
 src/VBox/Main/idl/xpidl.xsl                        |   45 +-
 src/VBox/Main/idl/xpidl_iid.xsl                    |  154 +
 src/VBox/Main/include/ApplianceImpl.h              |   22 +-
 src/VBox/Main/include/ApplianceImplPrivate.h       |    1 -
 src/VBox/Main/include/ConsoleImpl.h                |   13 +-
 src/VBox/Main/include/DHCPServerImpl.h             |   18 +-
 src/VBox/Main/include/DisplayImpl.h                |   76 +-
 src/VBox/Main/include/EventImpl.h                  |    2 +-
 src/VBox/Main/include/HostPower.h                  |    8 +-
 src/VBox/Main/include/MachineImpl.h                |    2 +
 src/VBox/Main/include/Wrapper.h                    |   39 +-
 src/VBox/Main/include/netif.h                      |   12 +-
 src/VBox/Main/include/ovfreader.h                  |    9 +-
 src/VBox/Main/src-all/EventImpl.cpp                |  420 +-
 src/VBox/Main/src-all/Global.cpp                   |   58 +-
 src/VBox/Main/src-client/ConsoleImpl.cpp           |  756 +--
 src/VBox/Main/src-client/ConsoleImpl2.cpp          |  250 +-
 src/VBox/Main/src-client/DisplayImpl.cpp           |  782 ++-
 src/VBox/Main/src-client/GuestDirectoryImpl.cpp    |    6 +-
 src/VBox/Main/src-client/GuestFileImpl.cpp         |    2 +-
 src/VBox/Main/src-client/GuestImpl.cpp             |    2 +-
 src/VBox/Main/src-client/GuestProcessImpl.cpp      |    2 +-
 src/VBox/Main/src-client/GuestSessionImpl.cpp      |    2 +-
 src/VBox/Main/src-client/KeyboardImpl.cpp          |    2 +-
 src/VBox/Main/src-client/MouseImpl.cpp             |    2 +-
 src/VBox/Main/src-client/USBDeviceImpl.cpp         |    4 +-
 src/VBox/Main/src-client/VideoRec.cpp              |   28 +
 src/VBox/Main/src-client/VideoRec.h                |    3 +-
 src/VBox/Main/src-client/VirtualBoxClientImpl.cpp  |    2 +-
 src/VBox/Main/src-server/ApplianceImpl.cpp         |   55 +-
 src/VBox/Main/src-server/ApplianceImplExport.cpp   |  143 +-
 src/VBox/Main/src-server/ApplianceImplImport.cpp   |  109 +-
 src/VBox/Main/src-server/BandwidthControlImpl.cpp  |   24 +-
 src/VBox/Main/src-server/BandwidthGroupImpl.cpp    |    9 +-
 src/VBox/Main/src-server/DHCPServerImpl.cpp        |  134 +-
 src/VBox/Main/src-server/HostDnsService.cpp        |   72 +-
 src/VBox/Main/src-server/HostDnsService.h          |   61 +-
 .../Main/src-server/HostDnsServiceResolvConf.cpp   |   95 +-
 src/VBox/Main/src-server/HostPower.cpp             |   94 +-
 src/VBox/Main/src-server/MachineImpl.cpp           |   97 +-
 src/VBox/Main/src-server/NATNetworkImpl.cpp        |   21 +-
 src/VBox/Main/src-server/NetworkServiceRunner.cpp  |    2 +-
 src/VBox/Main/src-server/VirtualBoxImpl.cpp        |    8 +-
 .../src-server/darwin/HostDnsServiceDarwin.cpp     |  155 +-
 src/VBox/Main/src-server/darwin/iokit.cpp          |    4 +-
 src/VBox/Main/src-server/generic/NetIf-generic.cpp |    2 +-
 .../Main/src-server/linux/HostDnsServiceLinux.cpp  |  172 +-
 src/VBox/Main/src-server/os2/NetIf-os2.cpp         |    9 +-
 src/VBox/Main/src-server/win/HostDnsServiceWin.cpp |  112 +-
 src/VBox/Main/src-server/xpcom/server_module.cpp   |   87 +-
 src/VBox/Main/testcase/tstAPI.cpp                  |    8 +-
 src/VBox/Main/testcase/tstOVF.cpp                  |   13 +-
 src/VBox/Main/testcase/tstVBoxAPIXPCOM.cpp         |    3 +-
 src/VBox/Main/webservice/websrv-cpp.xsl            |    3 +-
 src/VBox/Main/webservice/websrv-php.xsl            |    6 +-
 src/VBox/Main/webservice/websrv-python.xsl         |    7 +-
 src/VBox/Main/xml/Settings.cpp                     |    9 +-
 src/VBox/Main/xml/ovfreader.cpp                    |    8 +-
 src/VBox/NetworkServices/DHCP/ClientDataInt.h      |   67 +
 src/VBox/NetworkServices/DHCP/Config.cpp           |  306 +-
 src/VBox/NetworkServices/DHCP/Config.h             |   47 +-
 src/VBox/NetworkServices/DHCP/Makefile.kmk         |    4 +-
 .../NetworkServices/DHCP/NetworkManagerDhcp.cpp    |  188 +
 src/VBox/NetworkServices/DHCP/VBoxNetDHCP.cpp      |  546 +-
 src/VBox/NetworkServices/NAT/Makefile.kmk          |   31 +-
 src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp    | 1030 ++--
 src/VBox/NetworkServices/NAT/fwtcp.c               |    2 +-
 src/VBox/NetworkServices/NAT/fwudp.c               |    1 +
 .../include => NetworkServices/NAT}/lwipopts.h     |   68 +-
 src/VBox/NetworkServices/NAT/portfwd.c             |   58 +-
 src/VBox/NetworkServices/NAT/proxy.c               |   16 +-
 src/VBox/NetworkServices/NAT/proxy.h               |    7 +-
 src/VBox/NetworkServices/NAT/proxy_pollmgr.c       |    4 +-
 src/VBox/NetworkServices/NAT/proxy_rtadvd.c        |    2 +-
 src/VBox/NetworkServices/NAT/pxdns.c               |   39 +-
 src/VBox/NetworkServices/NAT/pxping.c              | 1937 +++++++
 src/VBox/NetworkServices/NAT/pxping_win.c          |  629 +++
 src/VBox/NetworkServices/NAT/pxremap.c             |    1 -
 src/VBox/NetworkServices/NAT/pxtcp.c               |    9 +-
 src/VBox/NetworkServices/NAT/pxudp.c               |    1 +
 src/VBox/NetworkServices/NAT/winutils.h            |   79 +-
 src/VBox/NetworkServices/NetLib/ComHostUtils.cpp   |  215 +
 .../NetworkServices/NetLib/VBoxNetBaseService.cpp  |  502 +-
 .../NetworkServices/NetLib/VBoxNetBaseService.h    |  140 +-
 .../NetLib/VBoxNetPortForwardString.cpp            |   27 +-
 .../NetworkServices/NetLib/VBoxPortForwardString.h |    2 -
 src/VBox/NetworkServices/NetLib/cpp/utils.h        |   34 +
 src/VBox/NetworkServices/NetLib/shared_ptr.h       |   17 +-
 src/VBox/NetworkServices/NetLib/utils.h            |  133 +
 src/VBox/Resources/OSE/virtualbox.svg              |  960 ++++
 src/VBox/Runtime/Makefile.kmk                      |   49 +-
 src/VBox/Runtime/VBox/log-vbox.cpp                 |    1 +
 .../Runtime/common/asm/ASMAtomicCmpXchgExU64.asm   |    8 +-
 .../Runtime/common/asm/ASMAtomicCmpXchgU64.asm     |    4 +-
 src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm     |  137 +
 src/VBox/Runtime/common/asm/ASMCpuId_Idx_ECX.asm   |   10 +-
 .../{ASMAtomicCmpXchgExU64.asm => ASMRdMsrEx.asm}  |   84 +-
 .../{ASMAtomicCmpXchgU64.asm => ASMWrMsrEx.asm}    |   73 +-
 src/VBox/Runtime/common/checksum/manifest.cpp      |    1 -
 src/VBox/Runtime/common/string/strformatrt.cpp     |  173 +-
 src/VBox/Runtime/common/zip/tar.cpp                |   91 +-
 src/VBox/Runtime/generic/env-generic.cpp           |   98 +-
 src/VBox/Runtime/r0drv/linux/alloc-r0drv-linux.c   |    8 +-
 src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c  |   12 +-
 src/VBox/Runtime/r0drv/linux/the-linux-kernel.h    |    4 +
 src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp           |   19 +-
 src/VBox/Runtime/r0drv/nt/symdbdata.h              |   96 +-
 .../Runtime/r3/darwin/rtProcInitExePath-darwin.cpp |   11 +-
 src/VBox/Runtime/r3/linux/mp-linux.cpp             |   22 +-
 src/VBox/Runtime/r3/linux/sysfs.cpp                |  164 +-
 src/VBox/Runtime/r3/posix/env-posix.cpp            |   41 +-
 .../Runtime/r3/win/RTSystemQueryDmiString-win.cpp  |    8 +-
 src/VBox/Runtime/r3/win/env-win.cpp                |  268 +
 src/VBox/Runtime/r3/win/process-win.cpp            |   18 +-
 src/VBox/Runtime/testcase/tstHandleTable.cpp       |    8 +-
 src/VBox/Runtime/testcase/tstMemAutoPtr.cpp        |    6 +-
 src/VBox/Runtime/testcase/tstRTInlineAsm.cpp       |   10 +
 src/VBox/Runtime/testcase/tstRTStrFormat.cpp       |  108 +-
 src/VBox/Storage/VD.cpp                            |    2 +-
 src/VBox/Storage/VHD.cpp                           |    2 +-
 src/VBox/Storage/testcase/Makefile.kmk             |    2 +-
 src/VBox/VMM/Makefile.kmk                          |   23 +-
 src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp                | 5584 ++++++++++++++++++++
 src/VBox/VMM/VMMAll/CPUMAllRegs.cpp                |  357 +-
 src/VBox/VMM/VMMAll/EMAll.cpp                      |   19 +-
 src/VBox/VMM/VMMAll/IEMAll.cpp                     |    2 +-
 src/VBox/VMM/VMMAll/MMAll.cpp                      |    4 +
 src/VBox/VMM/VMMAll/MMAllHyper.cpp                 |   18 +-
 src/VBox/VMM/VMMAll/PDMAllCritSect.cpp             |   42 +-
 src/VBox/VMM/VMMAll/PDMAllCritSectRw.cpp           |   38 +-
 src/VBox/VMM/VMMAll/PGMAllPool.cpp                 |    7 +-
 src/VBox/VMM/VMMAll/SELMAll.cpp                    |   47 +-
 src/VBox/VMM/VMMR0/CPUMR0.cpp                      |  102 +-
 src/VBox/VMM/VMMR0/HMR0.cpp                        |    4 +-
 src/VBox/VMM/VMMR0/HMSVMR0.cpp                     |    8 +-
 src/VBox/VMM/VMMR0/HMVMXR0.cpp                     |  223 +-
 src/VBox/VMM/VMMR3/CPUM.cpp                        | 1158 ++--
 src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp                 | 1355 +++++
 src/VBox/VMM/VMMR3/CPUMR3Db.cpp                    |  780 +++
 src/VBox/VMM/VMMR3/CSAM.cpp                        |   15 +-
 src/VBox/VMM/VMMR3/DBGFAddrSpace.cpp               |   12 +-
 src/VBox/VMM/VMMR3/EM.cpp                          |    2 +-
 src/VBox/VMM/VMMR3/MMHyper.cpp                     |    7 +-
 src/VBox/VMM/VMMR3/PATM.cpp                        |    5 +-
 src/VBox/VMM/VMMR3/PATMSSM.cpp                     |    9 -
 src/VBox/VMM/VMMR3/PGM.cpp                         |    1 +
 src/VBox/VMM/VMMR3/SSM.cpp                         |   31 +
 src/VBox/VMM/VMMR3/VM.cpp                          |   11 +-
 src/VBox/VMM/VMMR3/VMM.cpp                         |    4 +-
 src/VBox/VMM/VMMR3/VMMTests.cpp                    |  334 ++
 src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h       |  220 +
 .../VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h   |  188 +
 src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h   |  379 ++
 src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h   |  268 +
 src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h       |  335 ++
 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h     |  326 ++
 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h     |  383 ++
 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h      |  365 ++
 src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h  |  273 +
 .../VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h |  212 +
 src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h |  241 +
 .../en_US => src/VBox/VMM/VMMR3/cpus}/Makefile.kup |    0
 .../VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h    |  266 +
 .../VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h    |  400 ++
 src/VBox/VMM/VMMRC/SELMRC.cpp                      |    6 +-
 src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp              |   16 +
 src/VBox/VMM/VMMRC/VMMRC.cpp                       |   80 +-
 src/VBox/VMM/VMMRC/VMMRCA.asm                      |   85 +
 src/VBox/VMM/VMMRZ/VMMRZ.cpp                       |   21 +-
 src/VBox/VMM/include/CPUMInternal.h                |  708 ++-
 src/VBox/VMM/include/CPUMInternal.mac              |   20 +-
 src/VBox/VMM/include/HMInternal.h                  |    2 +-
 src/VBox/VMM/include/PATMInternal.h                |    1 -
 src/VBox/VMM/include/SELMInline.h                  |    2 +-
 src/VBox/VMM/include/VMMInternal.h                 |   17 +
 src/VBox/VMM/testcase/tstGlobalConfig.cpp          |    4 +-
 src/VBox/VMM/testcase/tstInstrEmul.cpp             |   10 +-
 src/VBox/VMM/testcase/tstVMM.cpp                   |   29 +-
 src/VBox/VMM/testcase/tstVMMFork.cpp               |    4 +-
 src/VBox/VMM/testcase/tstVMStruct.h                |    3 -
 src/VBox/VMM/{Preload => tools}/Makefile.kmk       |   23 +-
 src/VBox/VMM/tools/VBoxCpuReport.cpp               | 4789 +++++++++++++++++
 src/VBox/VMM/{Preload => tools}/VBoxVMMPreload.cpp |    0
 .../{Preload => tools}/VBoxVMMPreloadHardened.cpp  |    0
 src/apps/adpctl/VBoxNetAdpCtl.cpp                  |   26 +-
 src/libs/xpcom18a4/java/src/nsJavaWrapper.cpp      |    5 +-
 src/libs/xpcom18a4/python/server/loader.py         |   14 +-
 src/libs/xpcom18a4/python/src/PyGBase.cpp          |    3 +-
 src/libs/xpcom18a4/python/src/PyIID.cpp            |    2 +-
 src/libs/xpcom18a4/python/src/PyISupports.cpp      |    4 +-
 526 files changed, 62610 insertions(+), 18735 deletions(-)
 create mode 100644 include/VBox/VBoxVideoHost3D.h
 create mode 100644 src/VBox/Additions/x11/vboxvideo/vboxvideo_dri2.c
 create mode 100644 src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
 create mode 100644 src/VBox/Devices/Graphics/DevVGA-SVGA.h
 create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga3d_caps.h
 create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga3d_reg.h
 create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga_escape.h
 create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga_overlay.h
 create mode 100644 src/VBox/Devices/Graphics/vmsvga/svga_reg.h
 create mode 100644 src/VBox/Devices/Network/lwip-new/vbox/include/lwip-log.h
 copy src/VBox/Devices/Network/{lwip-new/vbox/include => }/lwipopts.h (76%)
 create mode 100644 src/VBox/Devices/Network/slirp/resolv_conf_parser.c
 create mode 100644 src/VBox/Devices/Network/slirp/resolv_conf_parser.h
 create mode 100644 src/VBox/Frontends/VirtualBox/images/close_popup_16px.png
 create mode 100644 src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.cpp
 create mode 100644 src/VBox/Frontends/VirtualBox/src/platform/win/WinKeyboard.h
 create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_bmpscale.h
 create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_compositor.h
 create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_glext.h
 create mode 100644 src/VBox/GuestHost/OpenGL/include/cr_htable.h
 rename src/VBox/{HostServices/SharedOpenGL/crserverlib => GuestHost/OpenGL/state_tracker}/get_components.py (97%)
 create mode 100644 src/VBox/GuestHost/OpenGL/util/bmpscale.cpp
 create mode 100644 src/VBox/GuestHost/OpenGL/util/compositor.cpp
 create mode 100644 src/VBox/GuestHost/OpenGL/util/htable.cpp
 create mode 100644 src/VBox/HostDrivers/darwin/VBoxNetSend.h
 delete mode 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c
 create mode 100644 src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp
 copy src/VBox/Main/cbinding/{VBoxXPCOMCGlue.c => LegacyVBoxXPCOMCGlue.c} (53%)
 copy src/VBox/Main/cbinding/{VBoxXPCOMCGlue.h.in => LegacyVBoxXPCOMCGlue.h} (69%)
 create mode 100644 src/VBox/Main/cbinding/VBoxCAPI.cpp
 rename src/VBox/Main/cbinding/{VBoxXPCOMCGlue.c => VBoxCAPIGlue.c} (53%)
 rename src/VBox/Main/cbinding/{VBoxXPCOMCGlue.h.in => VBoxCAPIGlue.h.in} (69%)
 delete mode 100644 src/VBox/Main/cbinding/VBoxXPCOMC.cpp
 rename src/VBox/Main/cbinding/{xpcidl.xsl => capiidl.xsl} (57%)
 create mode 100644 src/VBox/Main/cbinding/makefile.tstCAPIGlue
 delete mode 100644 src/VBox/Main/cbinding/makefile.tstXPCOMCGlue
 create mode 100644 src/VBox/Main/cbinding/tstCAPIGlue.c
 delete mode 100644 src/VBox/Main/cbinding/tstXPCOMCGlue.c
 create mode 100644 src/VBox/Main/idl/xpidl_iid.xsl
 create mode 100644 src/VBox/NetworkServices/DHCP/ClientDataInt.h
 create mode 100644 src/VBox/NetworkServices/DHCP/NetworkManagerDhcp.cpp
 rename src/VBox/{Devices/Network/lwip-new/vbox/include => NetworkServices/NAT}/lwipopts.h (76%)
 create mode 100644 src/VBox/NetworkServices/NAT/pxping.c
 create mode 100644 src/VBox/NetworkServices/NAT/pxping_win.c
 create mode 100644 src/VBox/NetworkServices/NetLib/ComHostUtils.cpp
 create mode 100644 src/VBox/NetworkServices/NetLib/cpp/utils.h
 create mode 100644 src/VBox/NetworkServices/NetLib/utils.h
 create mode 100644 src/VBox/Resources/OSE/virtualbox.svg
 create mode 100644 src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm
 copy src/VBox/Runtime/common/asm/{ASMAtomicCmpXchgExU64.asm => ASMRdMsrEx.asm} (52%)
 copy src/VBox/Runtime/common/asm/{ASMAtomicCmpXchgU64.asm => ASMWrMsrEx.asm} (55%)
 create mode 100644 src/VBox/Runtime/r3/win/env-win.cpp
 create mode 100644 src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
 create mode 100644 src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
 create mode 100644 src/VBox/VMM/VMMR3/CPUMR3Db.cpp
 create mode 100644 src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h
 copy {doc/manual/en_US => src/VBox/VMM/VMMR3/cpus}/Makefile.kup (100%)
 create mode 100644 src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h
 create mode 100644 src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h
 rename src/VBox/VMM/{Preload => tools}/Makefile.kmk (65%)
 create mode 100644 src/VBox/VMM/tools/VBoxCpuReport.cpp
 rename src/VBox/VMM/{Preload => tools}/VBoxVMMPreload.cpp (100%)
 rename src/VBox/VMM/{Preload => tools}/VBoxVMMPreloadHardened.cpp (100%)

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