[Pkg-virtualbox-commits] [virtualbox] 02/03: Merge tag 'upstream/5.0.0_beta4-dfsg' into experimental
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Tue May 19 08:36:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch experimental
in repository virtualbox.
commit e214652f8a60dab1381412d74efee140469f7b04
Merge: 78d84a5 c2756dd
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Tue May 19 10:05:20 2015 +0200
Merge tag 'upstream/5.0.0_beta4-dfsg' into experimental
Upstream version 5.0.0~beta4-dfsg
Config.kmk | 174 +++-
doc/manual/en_US/SDKRef.xml | 32 +-
doc/manual/en_US/user_Frontends.xml | 35 +-
doc/manual/en_US/user_Introduction.xml | 5 +-
doc/manual/en_US/user_VBoxManage.xml | 20 +-
doc/manual/user_ChangeLogImpl.xml | 2 +-
include/VBox/GuestHost/DragAndDrop.h | 11 +-
include/VBox/dbg.h | 56 +-
include/VBox/version.h | 68 +-
include/VBox/vmm/cpum.mac | 8 +
include/VBox/vmm/dbgf.h | 56 ++
include/VBox/vmm/hm.h | 13 -
include/VBox/vmm/pdmifs.h | 10 +-
include/VBox/vmm/pgm.h | 247 ++++--
include/VBox/vmm/vmm.h | 10 +-
include/iprt/asmdefs.mac | 3 +
include/iprt/assert.h | 245 ++++--
include/iprt/cpp/ministring.h | 25 +-
include/iprt/mangling.h | 11 +-
include/iprt/thread.h | 114 ++-
include/iprt/types.h | 12 +-
.../Additions/common/VBoxControl/VBoxControl.cpp | 16 +-
.../Additions/common/VBoxControl/VBoxControl.rc | 25 +-
.../Additions/common/VBoxGuest/win/VBoxGuest.rc | 25 +-
.../common/VBoxGuestLib/VBoxGuestR3LibVideo.cpp | 2 +-
src/VBox/Additions/common/VBoxService/Makefile.kmk | 5 -
.../common/VBoxService/VBoxService-win.rc | 25 +-
.../Additions/common/VBoxService/VBoxService.cpp | 3 -
.../common/VBoxService/VBoxServiceInternal.h | 3 -
src/VBox/Additions/common/crOpenGL/Makefile.kmk | 11 +
src/VBox/Additions/common/crOpenGL/VBoxCROGL.rc | 26 +-
.../Additions/common/crOpenGL/array/arrayspu.rc | 27 +-
.../common/crOpenGL/feedback/feedbackspu.rc | 27 +-
src/VBox/Additions/common/crOpenGL/icd_drv.c | 40 +-
src/VBox/Additions/common/crOpenGL/load.c | 8 +
src/VBox/Additions/common/crOpenGL/pack/packspu.rc | 25 +-
.../common/crOpenGL/passthrough/passthroughspu.rc | 25 +-
src/VBox/Additions/linux/drm/vbox_fb.c | 3 +-
src/VBox/Additions/linux/drm/vbox_main.c | 1 -
src/VBox/Additions/linux/drm/vbox_mode.c | 2 +-
.../linux/lightdm-greeter/vbox-greeter.cpp | 2 +
src/VBox/Additions/x11/VBoxClient/draganddrop.cpp | 928 +++++++++++---------
src/VBox/Additions/x11/vboxvideo/vboxvideo.c | 4 +
src/VBox/Debugger/DBGCCmdHlp.cpp | 2 +-
src/VBox/Debugger/DBGCCommands.cpp | 416 +--------
src/VBox/Debugger/DBGCInternal.h | 29 +-
src/VBox/Debugger/DBGCPlugInDiggers.rc | 50 --
src/VBox/Debugger/DBGConsole.cpp | 5 +-
src/VBox/Debugger/DBGPlugInDiggers.cpp | 10 +-
src/VBox/Debugger/Makefile.kmk | 14 +-
src/VBox/Debugger/VBoxDbg.rc | 50 --
src/VBox/Debugger/testcase/tstDBGCStubs.cpp | 12 +
src/VBox/Devices/Audio/AudioMixBuffer.cpp | 5 +-
src/VBox/Devices/Audio/DevIchHda.cpp | 4 +-
src/VBox/Devices/Audio/DevSB16.cpp | 92 +-
src/VBox/Devices/Bus/DevPCI.cpp | 4 +-
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 1048576 -> 1048576 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 1048576 -> 1048576 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.cpp | 44 +-
src/VBox/Devices/Graphics/DevVGA-SVGA.h | 2 -
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.h | 25 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-cocoa.m | 970 +++++++++------------
src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp | 230 +++--
src/VBox/Devices/Graphics/DevVGA-SVGA3d-shared.h | 4 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d-win.cpp | 10 +-
src/VBox/Devices/Graphics/DevVGA-SVGA3d.h | 2 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 149 +++-
src/VBox/Devices/Graphics/DevVGA.h | 7 +-
src/VBox/Devices/Graphics/DevVGA_VBVA.cpp | 110 +--
src/VBox/Devices/Graphics/DevVGA_VDMA.cpp | 91 +-
src/VBox/Devices/Graphics/VBoxSVGA3D.rc | 50 --
src/VBox/Devices/Graphics/VBoxSVGA3DObjC.def | 7 +-
src/VBox/Devices/Input/DevPS2.cpp | 17 +-
src/VBox/Devices/Input/PS2K.cpp | 6 +-
src/VBox/Devices/Input/PS2M.cpp | 6 +-
src/VBox/Devices/Makefile.kmk | 37 +-
src/VBox/Devices/Network/DevPCNet.cpp | 40 +-
src/VBox/Devices/Network/SrvIntNetR0.cpp | 5 +-
src/VBox/Devices/Network/slirp/debug.c | 10 +-
src/VBox/Devices/Network/slirp/ip_icmp.c | 220 +++--
src/VBox/Devices/Network/slirp/ip_icmp.h | 5 +-
src/VBox/Devices/Network/slirp/slirp.c | 2 +-
src/VBox/Devices/Network/slirp/socket.c | 34 +-
src/VBox/Devices/PC/BIOS/VBoxBiosAlternative.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative.md5sum | 2 +-
src/VBox/Devices/PC/DevACPI.cpp | 17 +-
src/VBox/Devices/PC/DevAPIC.cpp | 4 +-
src/VBox/Devices/PC/DevPcBios.cpp | 24 +-
src/VBox/Devices/Storage/DevAHCI.cpp | 538 +++++++-----
src/VBox/Devices/Storage/DevATA.cpp | 1 +
src/VBox/Devices/Storage/DevFdc.cpp | 21 +-
src/VBox/Devices/Storage/DrvVD.cpp | 74 +-
src/VBox/Devices/USB/VUSBDevice.cpp | 17 +-
src/VBox/Devices/USB/VUSBInternal.h | 11 +-
src/VBox/Devices/build/VBoxDD.rc | 50 --
src/VBox/Devices/build/VBoxDD2.rc | 50 --
src/VBox/Devices/build/VBoxDDU.rc | 50 --
.../Devices/testcase/tstDeviceStructSizeRC.cpp | 6 +-
src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk | 6 +
.../Frontends/VBoxBalloonCtrl/VBoxBalloonCtrl.rc | 21 +-
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp | 43 +-
src/VBox/Frontends/VBoxHeadless/VBoxHeadless.rc | 29 +-
.../Frontends/VBoxManage/VBoxInternalManage.cpp | 61 +-
src/VBox/Frontends/VBoxManage/VBoxManage.rc | 21 +-
.../Frontends/VBoxManage/VBoxManageDebugVM.cpp | 4 +
src/VBox/Frontends/VBoxManage/VBoxManageHelp.cpp | 1 +
src/VBox/Frontends/VBoxManage/VBoxManageInfo.cpp | 10 +-
src/VBox/Frontends/VBoxManage/VBoxManageList.cpp | 4 +-
src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp | 7 +
src/VBox/Frontends/VBoxSDL/Framebuffer-darwin.m | 24 +
src/VBox/Frontends/VBoxSDL/Framebuffer.cpp | 8 +-
src/VBox/Frontends/VBoxSDL/Framebuffer.h | 2 +-
src/VBox/Frontends/VBoxSDL/Makefile.kmk | 47 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp | 3 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.h | 9 +-
src/VBox/Frontends/VBoxSDL/VBoxSDL.rc | 68 --
src/VBox/Frontends/VirtualBox/Makefile.kmk | 17 +-
src/VBox/Frontends/VirtualBox/VirtualBoxBrand.qrc | 1 +
.../hidpi/progress_state_restore_90px_hidpi.png | Bin 30626 -> 36393 bytes
.../hidpi/progress_state_save_90px_hidpi.png | Bin 31955 -> 35971 bytes
.../images/progress_state_restore_90px.png | Bin 11799 -> 12378 bytes
.../VirtualBox/images/progress_state_save_90px.png | Bin 12521 -> 11818 bytes
src/VBox/Frontends/VirtualBox/nls/VirtualBox_bg.ts | 133 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ca.ts | 148 +++-
.../Frontends/VirtualBox/nls/VirtualBox_ca_VA.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_cs.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_da.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_de.ts | 143 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_es.ts | 155 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 157 ++--
.../Frontends/VirtualBox/nls/VirtualBox_fa_IR.ts | 155 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fi.ts | 157 ++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_fr.ts | 148 +++-
.../Frontends/VirtualBox/nls/VirtualBox_gl_ES.ts | 159 ++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_hu.ts | 155 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_id.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_it.ts | 147 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ja.ts | 565 +++++++-----
.../Frontends/VirtualBox/nls/VirtualBox_km_KH.ts | 152 ++--
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ko.ts | 565 +++++++-----
src/VBox/Frontends/VirtualBox/nls/VirtualBox_lt.ts | 155 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_nl.ts | 155 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pl.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_pt.ts | 155 +++-
.../Frontends/VirtualBox/nls/VirtualBox_pt_BR.ts | 133 ++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ro.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_ru.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sk.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sr.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sv.ts | 148 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_tr.ts | 159 +++-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_uk.ts | 148 +++-
.../Frontends/VirtualBox/nls/VirtualBox_xx_YY.ts | 154 ++--
.../Frontends/VirtualBox/nls/VirtualBox_zh_CN.ts | 156 +++-
.../Frontends/VirtualBox/nls/VirtualBox_zh_TW.ts | 133 ++-
src/VBox/Frontends/VirtualBox/nls/qt_it.ts | 134 +--
.../VirtualBox/src/VBoxSnapshotDetailsDlg.cpp | 2 +-
.../VirtualBox/src/globals/UIIconPool.cpp | 27 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 5 +-
src/VBox/Frontends/VirtualBox/src/main.cpp | 2 +-
.../VirtualBox/src/net/UIUpdateManager.cpp | 2 +-
.../VirtualBox/src/platform/win/VirtualBox.rc | 33 +-
.../src/platform/win/VirtualBoxHardened.rc | 27 +-
.../VirtualBox/src/runtime/UIDnDDataObject_win.cpp | 78 +-
.../VirtualBox/src/runtime/UIDnDDataObject_win.h | 40 +-
.../Frontends/VirtualBox/src/runtime/UIDnDDrag.cpp | 217 -----
.../Frontends/VirtualBox/src/runtime/UIDnDDrag.h | 72 --
.../VirtualBox/src/runtime/UIDnDDropSource_win.h | 10 +-
.../VirtualBox/src/runtime/UIDnDEnumFormat_win.h | 3 +-
.../VirtualBox/src/runtime/UIDnDHandler.cpp | 424 +++++++--
.../VirtualBox/src/runtime/UIDnDHandler.h | 103 ++-
.../VirtualBox/src/runtime/UIDnDMIMEData.cpp | 185 ++--
.../VirtualBox/src/runtime/UIDnDMIMEData.h | 31 +-
.../VirtualBox/src/runtime/UIFrameBuffer.cpp | 8 +-
.../VirtualBox/src/runtime/UIMachineLogic.cpp | 4 +-
.../VirtualBox/src/runtime/UIMachineView.cpp | 88 +-
.../VirtualBox/src/runtime/UIMachineView.h | 43 +-
.../Frontends/VirtualBox/src/selector/UIVMItem.cpp | 11 +-
.../VirtualBox/src/selector/VBoxSnapshotsWgt.cpp | 13 +
.../graphics/details/UIGDetailsElement.cpp | 17 +-
.../graphics/details/UIGMachinePreview.cpp | 13 +-
.../VirtualBox/src/settings/UISettingsDefs.cpp | 2 +-
.../VirtualBox/src/settings/UISettingsDialog.cpp | 23 +-
.../VirtualBox/src/settings/UISettingsDialog.h | 8 +-
.../src/settings/UISettingsDialogSpecific.cpp | 34 +-
.../settings/machine/UIMachineSettingsStorage.cpp | 40 +-
src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp | 321 ++++---
src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp | 2 +-
src/VBox/GuestHost/OpenGL/error/VBoxOGLerrorspu.rc | 50 +-
src/VBox/GuestHost/OpenGL/error/errorspu.rc | 25 +-
src/VBox/GuestHost/OpenGL/include/cr_glstate.h | 1 +
src/VBox/GuestHost/OpenGL/include/cr_version.h | 3 +-
.../GuestHost/OpenGL/state_tracker/state_diff.c | 9 +
src/VBox/GuestHost/OpenGL/util/VBoxOGLcrutil.rc | 47 +-
src/VBox/GuestHost/OpenGL/util/util.rc | 23 +-
src/VBox/HostDrivers/Support/SUPDrv.cpp | 11 +-
src/VBox/HostDrivers/Support/SUPDrvIOC.h | 2 +-
src/VBox/HostDrivers/Support/linux/files_vboxdrv | 1 +
.../Support/win/SUPHardenedVerifyProcess-win.cpp | 2 +-
src/VBox/HostDrivers/Support/win/VBoxDrv.rc | 21 +-
src/VBox/HostDrivers/Support/win/VBoxSupLib.rc | 21 +-
src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFlt.rc | 30 +-
.../VBoxNetFlt/win/drv/VBoxNetFlt-win.rc | 17 +-
.../VBoxNetFlt/win/ndis6/VBoxNetAdp-win.rc | 25 +-
.../VBoxNetFlt/win/nobj/VBoxNetFltNobj.rc | 25 +-
src/VBox/HostDrivers/VBoxUSB/win/dev/VBoxUsbDev.rc | 21 +-
src/VBox/HostDrivers/VBoxUSB/win/mon/VBoxUsbMon.rc | 21 +-
.../HostServices/DragAndDrop/VBoxDragAndDropSvc.rc | 21 +-
.../GuestControl/VBoxGuestControlSvc.rc | 21 +-
.../GuestProperties/VBoxGuestPropSvc.rc | 21 +-
.../HostServices/HostChannel/VBoxHostChannel.rc | 21 +-
.../SharedClipboard/VBoxSharedClipboard.rc | 21 +-
.../SharedFolders/VBoxSharedFolders.rc | 21 +-
src/VBox/HostServices/SharedOpenGL/Makefile.kmk | 3 +
.../SharedOpenGL/OpenGLTest/VBoxTestOGL.rc | 21 +-
.../SharedOpenGL/crserver/VBoxSharedCrOpenGL.rc | 21 +-
.../crserverlib/presenter/server_presenter.cpp | 331 +++----
.../HostServices/SharedOpenGL/crserverlib/server.h | 1 -
.../SharedOpenGL/crserverlib/server_main.c | 226 +++--
.../SharedOpenGL/crserverlib/server_muralfbo.cpp | 16 +-
src/VBox/HostServices/SharedOpenGL/dlm/dlm.c | 5 +
.../HostServices/SharedOpenGL/dlm/dlm_generated.py | 14 +-
.../HostServices/SharedOpenGL/dlm/dlm_header.py | 2 +
.../SharedOpenGL/render/VBoxOGLrenderspu.rc | 21 +-
.../SharedOpenGL/render/renderspu_cocoa.c | 19 +-
.../SharedOpenGL/render/renderspu_cocoa_helper.m | 258 +++---
.../HostServices/auth/simple/VBoxAuthSimple.rc | 21 +-
src/VBox/HostServices/auth/winlogon/VBoxAuth.rc | 21 +-
src/VBox/Installer/darwin/Makefile.kmk | 3 +-
src/VBox/Installer/freebsd/Makefile.kmk | 2 +-
src/VBox/Installer/freebsd/pkg_plist | 1 +
src/VBox/Installer/linux/Makefile.kmk | 2 +-
src/VBox/Installer/linux/deffiles | 4 +-
src/VBox/Installer/solaris/Makefile.kmk | 2 +-
.../win/InstallHelper/VBoxInstallHelper.rc | 21 +-
src/VBox/Installer/win/Resources/VBoxRes.rc | 25 +-
src/VBox/Installer/win/Stub/VBoxStub.rc | 25 +-
src/VBox/Installer/win/VBoxMergeApp.wxi | 2 +
src/VBox/Main/cbinding/VBoxCAPI.cpp | 21 +
src/VBox/Main/cbinding/VBoxCAPI.rc | 21 +-
src/VBox/Main/cbinding/tstCAPIGlue.c | 3 +-
src/VBox/Main/glue/com.cpp | 7 +-
src/VBox/Main/glue/tests/TestVBox.java | 2 +-
src/VBox/Main/idl/VirtualBox.xidl | 123 +--
src/VBox/Main/include/MachineDebuggerImpl.h | 9 +-
src/VBox/Main/include/MachineImpl.h | 32 +-
src/VBox/Main/include/MediumImpl.h | 3 +
src/VBox/Main/include/Performance.h | 4 +-
src/VBox/Main/include/SessionImpl.h | 5 +-
src/VBox/Main/src-all/ExtPackManagerImpl.cpp | 20 +-
src/VBox/Main/src-all/SecretKeyStore.cpp | 4 +-
src/VBox/Main/src-client/ConsoleImpl.cpp | 2 +-
src/VBox/Main/src-client/DisplayImpl.cpp | 154 +---
src/VBox/Main/src-client/DrvAudioVideoRec.cpp | 4 +-
src/VBox/Main/src-client/GuestCtrlPrivate.cpp | 4 +-
src/VBox/Main/src-client/GuestDnDSourceImpl.cpp | 26 +-
src/VBox/Main/src-client/GuestDnDTargetImpl.cpp | 6 +-
src/VBox/Main/src-client/GuestSessionImpl.cpp | 2 +-
src/VBox/Main/src-client/MachineDebuggerImpl.cpp | 139 ++-
src/VBox/Main/src-client/SessionImpl.cpp | 21 +-
src/VBox/Main/src-client/win/VBoxC.rc | 27 +-
src/VBox/Main/src-client/win/VBoxClient-x86.rc | 27 +-
.../Main/src-helper-apps/VBoxExtPackHelperApp.rc | 21 +-
src/VBox/Main/src-server/HostDnsService.cpp | 69 +-
src/VBox/Main/src-server/HostDnsService.h | 6 +-
src/VBox/Main/src-server/MachineImpl.cpp | 161 ++--
src/VBox/Main/src-server/MediumImpl.cpp | 69 +-
src/VBox/Main/src-server/MediumLock.cpp | 10 +-
src/VBox/Main/src-server/Performance.cpp | 6 +-
src/VBox/Main/src-server/PerformanceImpl.cpp | 2 +-
src/VBox/Main/src-server/SnapshotImpl.cpp | 5 +-
src/VBox/Main/src-server/SystemPropertiesImpl.cpp | 4 +-
src/VBox/Main/src-server/USBProxyService.cpp | 4 +-
src/VBox/Main/src-server/VirtualBoxImpl.cpp | 2 +
.../Main/src-server/linux/PerformanceLinux.cpp | 2 +-
src/VBox/Main/src-server/win/PerformanceWin.cpp | 2 +-
src/VBox/Main/src-server/win/VBoxSVC.rc | 27 +-
src/VBox/Main/webservice/Makefile.kmk | 25 +-
src/VBox/Main/webservice/VBoxWebSrv.rc | 21 +-
src/VBox/NetworkServices/DHCP/VBoxNetDHCP.rc | 17 +-
src/VBox/NetworkServices/NAT/VBoxNetNAT.rc | 21 +-
src/VBox/Resources/win/TemplateDll.rc | 114 +++
src/VBox/Resources/win/TemplateDrv.rc | 117 +++
src/VBox/Resources/win/TemplateExe.rc | 114 +++
src/VBox/Resources/win/TemplateR0.rc | 115 +++
src/VBox/Resources/win/TemplateRC.rc | 115 +++
src/VBox/Resources/win/TemplateRsrcDefs.h | 45 +
src/VBox/Runtime/Makefile.kmk | 11 +-
src/VBox/Runtime/include/internal/magics.h | 4 +-
.../r0drv/generic/threadctxhooks-r0drv-generic.cpp | 47 +-
src/VBox/Runtime/r0drv/linux/mp-r0drv-linux.c | 4 +-
src/VBox/Runtime/r0drv/linux/the-linux-kernel.h | 17 +
src/VBox/Runtime/r0drv/linux/thread-r0drv-linux.c | 6 +-
.../r0drv/linux/threadctxhooks-r0drv-linux.c | 298 +++----
.../r0drv/solaris/threadctxhooks-r0drv-solaris.c | 266 +++---
src/VBox/Runtime/r3/win/VBoxRT.rc | 59 --
.../Runtime/testcase/tstRTR0ThreadPreemption.cpp | 61 +-
src/VBox/Storage/testcase/vbox-img.cpp | 2 +-
src/VBox/Storage/testcase/vbox-img.rc | 21 +-
src/VBox/VMM/Makefile.kmk | 9 +-
src/VBox/VMM/VMMAll/IEMAll.cpp | 16 +-
src/VBox/VMM/VMMAll/IOMAll.cpp | 4 +-
src/VBox/VMM/VMMAll/IOMAllMMIO.cpp | 30 +-
src/VBox/VMM/VMMAll/PGMAllBth.h | 105 ++-
src/VBox/VMM/VMMAll/PGMAllGst.h | 14 +-
src/VBox/VMM/VMMAll/PGMAllHandler.cpp | 94 +-
src/VBox/VMM/VMMAll/PGMAllPhys.cpp | 208 ++++-
src/VBox/VMM/VMMAll/PGMAllPool.cpp | 170 +++-
src/VBox/VMM/VMMAll/SELMAll.cpp | 2 +-
src/VBox/VMM/VMMR0/CPUMR0A.asm | 6 +
src/VBox/VMM/VMMR0/GVMMR0.cpp | 7 +-
src/VBox/VMM/VMMR0/HMR0.cpp | 17 +-
src/VBox/VMM/VMMR0/HMR0A.asm | 145 ++-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 57 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 129 +--
src/VBox/VMM/VMMR0/PDMR0Device.cpp | 4 +-
src/VBox/VMM/VMMR0/PGMR0.cpp | 10 +-
src/VBox/VMM/VMMR0/VMMR0.cpp | 268 +++---
src/VBox/VMM/VMMR3/CPUM.cpp | 3 +-
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 153 +++-
src/VBox/VMM/VMMR3/CSAM.cpp | 110 ++-
src/VBox/VMM/VMMR3/DBGF.cpp | 45 +-
src/VBox/VMM/VMMR3/DBGFInfo.cpp | 87 +-
src/VBox/VMM/VMMR3/DBGFOS.cpp | 14 +-
src/VBox/VMM/VMMR3/DBGFR3PlugIn.cpp | 614 +++++++++++++
src/VBox/VMM/VMMR3/FTM.cpp | 2 +-
src/VBox/VMM/VMMR3/GIM.cpp | 21 +-
src/VBox/VMM/VMMR3/HM.cpp | 6 +-
src/VBox/VMM/VMMR3/IOM.cpp | 22 +-
src/VBox/VMM/VMMR3/PATM.cpp | 41 +-
src/VBox/VMM/VMMR3/PATMSSM.cpp | 8 +-
src/VBox/VMM/VMMR3/PDMDevHlp.cpp | 8 +-
src/VBox/VMM/VMMR3/PGM.cpp | 84 +-
src/VBox/VMM/VMMR3/PGMHandler.cpp | 395 +++++----
src/VBox/VMM/VMMR3/PGMPhys.cpp | 131 +--
src/VBox/VMM/VMMR3/PGMPhysRWTmpl.h | 12 +-
src/VBox/VMM/VMMR3/PGMPool.cpp | 120 +--
src/VBox/VMM/VMMR3/SELM.cpp | 173 ++--
src/VBox/VMM/VMMR3/TRPM.cpp | 68 +-
src/VBox/VMM/VMMR3/VM.cpp | 8 +-
src/VBox/VMM/VMMR3/VMM.cpp | 2 +-
src/VBox/VMM/VMMR3/VMMR3.def | 5 +
src/VBox/VMM/VMMR3/VMMR3.rc | 50 --
src/VBox/VMM/VMMRC/CSAMRC.cpp | 19 +-
src/VBox/VMM/VMMRC/PATMRC.cpp | 10 +-
src/VBox/VMM/VMMRC/PDMRCDevice.cpp | 4 +-
src/VBox/VMM/VMMRC/SELMRC.cpp | 68 +-
src/VBox/VMM/VMMRC/TRPMRC.cpp | 24 +-
src/VBox/VMM/VMMSwitcher/LegacyandAMD64.mac | 4 +-
src/VBox/VMM/include/CSAMInternal.h | 17 +-
src/VBox/VMM/include/DBGFInternal.h | 16 +-
src/VBox/VMM/include/HMInternal.h | 26 +-
src/VBox/VMM/include/IOMInternal.h | 8 +-
src/VBox/VMM/include/PATMInternal.h | 23 +-
src/VBox/VMM/include/PGMInline.h | 23 +-
src/VBox/VMM/include/PGMInternal.h | 100 ++-
src/VBox/VMM/include/SELMInternal.h | 65 +-
src/VBox/VMM/include/TRPMInternal.h | 10 +-
src/VBox/VMM/include/TRPMInternal.mac | 8 +-
src/VBox/VMM/include/VMMInternal.h | 15 +-
src/VBox/VMM/include/VMMInternal.mac | 11 +-
src/VBox/VMM/testcase/tstAnimate.cpp | 2 +-
src/VBox/VMM/testcase/tstVMStruct.h | 27 +-
src/VBox/ValidationKit/testdriver/vbox.py | 23 +-
src/VBox/ValidationKit/testdriver/vboxwrappers.py | 4 +-
src/recompiler/Makefile.kmk | 7 +-
src/recompiler/VBoxREM.rc | 25 +-
src/recompiler/VBoxREMWrapper.cpp | 21 +-
src/recompiler/VBoxRecompiler.c | 40 +-
371 files changed, 13602 insertions(+), 8797 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