[Pkg-virtualbox-commits] [virtualbox] branch master updated (5cd6c33 -> a7b7299)
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Sat Apr 29 09:15:26 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a change to branch master
in repository virtualbox.
from 5cd6c33 Reupload to unstable
new 2089bd5 Imported Upstream version 5.1.22-dfsg
new e696de3 Merge tag 'upstream/5.1.22-dfsg'
new a7b7299 Patch refresh
The 3 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 | 36 +-
Doxyfile.Core | 9 +-
debian/changelog | 6 +
debian/patches/07-vboxnetflt-reference.patch | 2 +-
debian/patches/16-no-update.patch | 2 +-
debian/patches/27-hide-host-cache-warning.patch | 2 +-
debian/patches/29-fix-ftbfs-as-needed.patch | 2 +-
debian/patches/36-fix-vnc-version-string.patch | 2 +-
debian/patches/add-missing-files.patch | 830 -
debian/patches/series | 1 -
doc/manual/en_US/user_Installation.xml | 2 +-
doc/manual/en_US/user_Introduction.xml | 4 +
doc/manual/user_ChangeLogImpl.xml | 55 +-
include/VBox/cdefs.h | 6 +-
include/VBox/disopcode.h | 48 +-
include/VBox/err.h | 7 +
include/VBox/err.mac | 8 +
include/VBox/vmm/cpum.h | 174 +-
include/VBox/vmm/dbgf.h | 45 +-
include/VBox/vmm/em.h | 1 +
include/VBox/vmm/hm_svm.h | 406 +-
include/VBox/vmm/iem.h | 47 +-
include/VBox/vmm/mm.h | 2 +
include/iprt/asm-amd64-x86.h | 14 +
include/iprt/cdefs.h | 133 +-
include/iprt/formats/omf.h | 28 +
include/iprt/mangling.h | 4 +
include/iprt/x86.h | 110 +-
include/iprt/x86.mac | 64 +-
src/VBox/Additions/linux/installer/vboxadd.sh | 4 +-
src/VBox/Debugger/DBGCEmulateCodeView.cpp | 2 +-
src/VBox/Debugger/VBoxDbgStatsQt4.cpp | 1 +
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI32.fd | Bin 2097152 -> 2097152 bytes
src/VBox/Devices/EFI/FirmwareBin/VBoxEFI64.fd | Bin 2097152 -> 2097152 bytes
.../Graphics/BIOS/VBoxVgaBiosAlternative286.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative286.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.asm | 6 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative386.md5sum | 2 +-
.../Graphics/BIOS/VBoxVgaBiosAlternative8086.asm | 6 +-
.../BIOS/VBoxVgaBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Graphics/DevVGA.cpp | 16 +-
src/VBox/Devices/Input/UsbKbd.cpp | 1 +
src/VBox/Devices/Input/UsbMouse.cpp | 1 +
src/VBox/Devices/Network/DrvIntNet.cpp | 2 +
src/VBox/Devices/Network/DrvUDPTunnel.cpp | 1 +
.../Devices/PC/BIOS/VBoxBiosAlternative286.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative286.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative386.md5sum | 2 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.asm | 4 +-
.../Devices/PC/BIOS/VBoxBiosAlternative8086.md5sum | 2 +-
src/VBox/Devices/Storage/DevBusLogic.cpp | 2 +
src/VBox/Devices/Storage/DevFdc.cpp | 1 +
src/VBox/Devices/Storage/DrvVD.cpp | 1 +
src/VBox/Devices/Storage/UsbMsd.cpp | 1 +
src/VBox/Devices/USB/DevOHCI.cpp | 1 +
src/VBox/Devices/USB/VUSBUrb.cpp | 1 +
src/VBox/Disassembler/DisasmTables.cpp | 426 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_eu.ts | 24 +-
src/VBox/Frontends/VirtualBox/nls/VirtualBox_sl.ts | 26 +-
.../VirtualBox/src/globals/VBoxGlobal.cpp | 6 +-
.../src/settings/machine/UIMachineSettingsUSB.cpp | 5 +
.../src/settings/machine/UIMachineSettingsUSB.h | 1 +
.../UIWizardImportAppPageBasic2.cpp | 1 +
src/VBox/GuestHost/OpenGL/packer/pack_program.c | 44 +-
src/VBox/GuestHost/OpenGL/packer/packer.py | 2 +-
src/VBox/GuestHost/OpenGL/packer/packer_bbox.py | 2 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 7 +-
src/VBox/HostDrivers/Support/SUPDrv.cpp | 3 +-
src/VBox/HostDrivers/Support/SUPLibInternal.h | 2 +-
.../HostDrivers/Support/SUPR3HardenedVerify.cpp | 44 +-
.../Support/posix/SUPR3HardenedMain-posix.cpp | 660 +
.../Support/posix/SUPR3HardenedMainA-posix.asm | 160 +
src/VBox/HostDrivers/Support/win/SUPLib-win.cpp | 4 +-
.../VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp | 2 +
.../HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf.inf | 2 +-
src/VBox/HostServices/SharedFolders/vbsf.cpp | 27 +-
src/VBox/Main/src-client/ConsoleImpl2.cpp | 1 +
src/VBox/Main/src-client/ConsoleImplTeleporter.cpp | 1 +
src/VBox/Main/src-server/HostImpl.cpp | 11 +-
src/VBox/Main/src-server/HostUSBDeviceImpl.cpp | 2 +
src/VBox/Main/src-server/win/NetIf-win.cpp | 2 +-
src/VBox/Runtime/Makefile.kmk | 10 +
src/VBox/Runtime/common/asm/ASMCpuId.asm | 111 +
src/VBox/Runtime/common/asm/ASMCpuIdExSlow.asm | 58 +-
.../common/asm/ASMFxRstor.asm} | 48 +-
.../common/asm/ASMFxSave.asm} | 48 +-
src/VBox/Storage/VD.cpp | 20 +-
src/VBox/Storage/testcase/VDScriptInterp.cpp | 2 +
src/VBox/Storage/testcase/tstVDCompact.vd | 2 +
src/VBox/Storage/testcase/tstVDCopy.vd | 4 +
src/VBox/Storage/testcase/tstVDIo.cpp | 38 +
src/VBox/Storage/testcase/tstVDResize.vd | 1 +
src/VBox/VMM/Makefile.kmk | 123 +-
src/VBox/VMM/VMMAll/APICAll.cpp | 2 +-
src/VBox/VMM/VMMAll/CPUMAllRegs.cpp | 41 +-
src/VBox/VMM/VMMAll/EMAll.cpp | 12 +
src/VBox/VMM/VMMAll/GIMAll.cpp | 3 +
src/VBox/VMM/VMMAll/IEMAll.cpp | 770 +-
src/VBox/VMM/VMMAll/IEMAllAImpl.asm | 72 +-
src/VBox/VMM/VMMAll/IEMAllAImplC.cpp | 36 +
src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h | 1544 +-
src/VBox/VMM/VMMAll/IEMAllCImplStrInstr.cpp.h | 68 +
src/VBox/VMM/VMMAll/IEMAllInstructions.cpp.h | 17678 +------------------
src/VBox/VMM/VMMAll/IEMAllInstructions3DNow.cpp.h | 133 +
...tions.cpp.h => IEMAllInstructionsOneByte.cpp.h} | 10241 ++---------
src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py | 3410 ++++
.../VMM/VMMAll/IEMAllInstructionsThree0f38.cpp.h | 779 +
.../VMM/VMMAll/IEMAllInstructionsThree0f3a.cpp.h | 502 +
.../VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h | 8538 +++++++++
.../VMM/VMMAll/IEMAllInstructionsVexMap1.cpp.h | 3065 ++++
.../VMM/VMMAll/IEMAllInstructionsVexMap2.cpp.h | 855 +
.../VMM/VMMAll/IEMAllInstructionsVexMap3.cpp.h | 557 +
src/VBox/VMM/VMMAll/IOMAllMMIO.cpp | 2 +
src/VBox/VMM/VMMAll/MMAll.cpp | 2 +
src/VBox/VMM/VMMAll/PGMAllBth.h | 3 +-
src/VBox/VMM/VMMAll/PGMAllPhys.cpp | 3 +
src/VBox/VMM/VMMAll/PGMAllPool.cpp | 2 +-
src/VBox/VMM/VMMAll/TMAll.cpp | 1 +
src/VBox/VMM/VMMAll/TMAllCpu.cpp | 1 +
src/VBox/VMM/VMMAll/TRPMAll.cpp | 4 +-
src/VBox/VMM/VMMR0/HMSVMR0.cpp | 21 +-
src/VBox/VMM/VMMR0/HMVMXR0.cpp | 2 +-
src/VBox/VMM/VMMR3/CFGM.cpp | 2 +-
src/VBox/VMM/VMMR3/CPUM.cpp | 6 +-
src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp | 88 +-
src/VBox/VMM/VMMR3/CPUMR3Db.cpp | 15 +-
src/VBox/VMM/VMMR3/CSAM.cpp | 5 +-
src/VBox/VMM/VMMR3/DBGF.cpp | 353 +-
src/VBox/VMM/VMMR3/DBGFCpu.cpp | 38 +
src/VBox/VMM/VMMR3/DBGFDisas.cpp | 1 +
src/VBox/VMM/VMMR3/EM.cpp | 3 +
src/VBox/VMM/VMMR3/EMRaw.cpp | 1 +
src/VBox/VMM/VMMR3/HM.cpp | 24 +-
src/VBox/VMM/VMMR3/IEMR3.cpp | 29 +
src/VBox/VMM/VMMR3/PATM.cpp | 10 +-
src/VBox/VMM/VMMR3/PATMA.asm | 34 +-
src/VBox/VMM/VMMR3/PATMA.mac | 8 +-
.../VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp | 20 +-
src/VBox/VMM/VMMR3/PDMDriver.cpp | 26 +-
src/VBox/VMM/VMMR3/PDMNetShaper.cpp | 2 +
src/VBox/VMM/VMMR3/PGM.cpp | 6 +
src/VBox/VMM/VMMR3/PGMPhys.cpp | 5 +-
src/VBox/VMM/VMMR3/PGMPool.cpp | 2 +-
src/VBox/VMM/VMMR3/PGMSavedState.cpp | 1 +
src/VBox/VMM/VMMR3/SSM.cpp | 4 +
src/VBox/VMM/VMMR3/STAM.cpp | 7 +-
src/VBox/VMM/VMMR3/TM.cpp | 3 +
src/VBox/VMM/VMMR3/VM.cpp | 66 +-
src/VBox/VMM/VMMR3/VMEmt.cpp | 22 +-
src/VBox/VMM/VMMR3/VMMGuruMeditation.cpp | 2 +-
src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h | 1 +
.../VMMR3/cpus/AMD_Athlon_64_X2_Dual_Core_4200.h | 1 +
src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h | 1 +
src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_80186.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_80286.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_80386.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_8086.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Atom_330_1_60GHz.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_5600U.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_6700K.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h | 1 +
.../VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h | 1 +
.../VMM/VMMR3/cpus/Intel_Pentium_N3530_2_16GHz.h | 1 +
src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h | 1 +
.../VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h | 1 +
.../VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h | 1 +
src/VBox/VMM/VMMRC/CPUMRCPatchHlp.asm | 24 +-
src/VBox/VMM/VMMRC/TRPMRCHandlers.cpp | 1 +
src/VBox/VMM/include/CPUMInternal.h | 12 +-
src/VBox/VMM/include/CPUMInternal.mac | 2 +-
src/VBox/VMM/include/DBGFInternal.h | 28 +
src/VBox/VMM/include/EMHandleRCTmpl.h | 7 +
src/VBox/VMM/include/IEMInternal.h | 234 +-
.../VMM/include/PDMAsyncCompletionFileInternal.h | 2 +
src/VBox/VMM/include/PGMInline.h | 18 +-
src/VBox/VMM/include/PGMInternal.h | 9 +-
.../testcase/Instructions/InstructionTestGen.py | 6 +-
src/VBox/VMM/testcase/tstIEMCheckMc.cpp | 46 +-
src/VBox/VMM/testcase/tstVMStructDTrace.cpp | 1 +
src/VBox/VMM/testcase/tstVMStructRC.cpp | 1 +
src/VBox/VMM/testcase/tstVMStructSize.cpp | 1 +
src/VBox/VMM/tools/VBoxCpuReport.cpp | 35 +-
src/VBox/ValidationKit/bootsectors/Config.kmk | 9 +-
src/VBox/ValidationKit/bootsectors/Makefile.kmk | 40 +-
.../bootsector2-common-routines-template-1.mac | 2 +-
.../bootsector2-cpu-instr-1-template.mac | 4 +-
.../{bs3-cpu-instr-2.c => bs3-cpu-basic-2-32.c32} | 26 +-
.../bootsectors/bs3-cpu-basic-2-asm.asm | 51 +
.../bootsectors/bs3-cpu-basic-2-pf.c32 | 1880 ++
.../bootsectors/bs3-cpu-basic-2-template.mac | 82 +
.../ValidationKit/bootsectors/bs3-cpu-basic-2.c | 20 +-
.../bootsectors/bs3-cpu-decoding-1-asm.asm | 1 +
.../bootsectors/bs3-cpu-decoding-1-template.mac | 75 +-
.../bootsectors/bs3-cpu-decoding-1.c32 | 1657 +-
...oding-1-asm.asm => bs3-cpu-generated-1-asm.asm} | 12 +-
.../bootsectors/bs3-cpu-generated-1-data.py | 611 +
.../bootsectors/bs3-cpu-generated-1-template.c | 3829 ++++
.../{bs3-cpu-instr-2.c => bs3-cpu-generated-1.c} | 21 +-
.../bootsectors/bs3-cpu-generated-1.h | 657 +
.../bootsectors/bs3-cpu-instr-2-template.c | 135 +
.../bootsectors/bs3-cpu-instr-2-template.mac | 81 +
.../ValidationKit/bootsectors/bs3-cpu-instr-2.c | 2 +
.../ValidationKit/bootsectors/bs3kit/Makefile.kmk | 44 +
.../bootsectors/bs3kit/VBoxBs3ObjConverter.cpp | 735 +-
.../bs3kit/bs3-c16-TrapRmV86Generic.asm | 17 +-
...mn-SelFar32ToFlat32.c => bs3-cmn-ExtCtxAlloc.c} | 23 +-
...cmn-SelFar32ToFlat32.c => bs3-cmn-ExtCtxCopy.c} | 22 +-
...cmn-SelFar32ToFlat32.c => bs3-cmn-ExtCtxFree.c} | 25 +-
...3-cmn-RegCtxPrint.c => bs3-cmn-ExtCtxGetSize.c} | 48 +-
...{bs3-cmn-RegCtxPrint.c => bs3-cmn-ExtCtxInit.c} | 51 +-
.../bootsectors/bs3kit/bs3-cmn-ExtCtxRestore.asm | 124 +
.../bootsectors/bs3kit/bs3-cmn-ExtCtxSave.asm | 130 +
...n-SelFar32ToFlat32.c => bs3-cmn-GetCpuVendor.c} | 28 +-
.../bs3kit/bs3-cmn-GetModeNameShortLower.c | 62 +
.../bootsectors/bs3kit/bs3-cmn-MemPrintInfo.c | 85 +
.../bootsectors/bs3kit/bs3-cmn-PagingAlias.c | 6 +-
.../bootsectors/bs3kit/bs3-cmn-PagingProtect.c | 37 +-
.../bs3kit/bs3-cmn-PagingQueryAddressInfo.c | 149 +
.../bs3kit/bs3-cmn-PagingSetupCanonicalTraps.c | 4 +-
.../bootsectors/bs3kit/bs3-cmn-PitIrqHandler.c | 2 +-
.../bs3kit/bs3-cmn-RegCtxConvertToRingX.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-RegCtxPrint.c | 32 +-
.../bootsectors/bs3kit/bs3-cmn-RegCtxRestore.asm | 2 +
.../bootsectors/bs3kit/bs3-cmn-RegCtxSaveEx.asm | 137 +-
.../bootsectors/bs3kit/bs3-cmn-SelFar32ToFlat32.c | 2 +-
.../bs3kit/bs3-cmn-SelFlatDataToProtFar16.asm | 10 +-
.../bs3kit/bs3-cmn-SelProtModeCodeToRealMode.asm | 1 -
...n-RegCtxPrint.c => bs3-cmn-SelSetup16BitCode.c} | 40 +-
...n-RegCtxPrint.c => bs3-cmn-SelSetup16BitData.c} | 40 +-
.../bootsectors/bs3kit/bs3-cmn-StrFormatV.c | 12 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchTo16Bit.asm | 2 +-
.../bootsectors/bs3kit/bs3-cmn-SwitchTo32Bit.asm | 3 +-
.../bs3kit/bs3-cmn-TestDoModesByOneHlp.asm | 16 +-
.../bootsectors/bs3kit/bs3-cmn-TestFailed.c | 12 +-
.../bootsectors/bs3kit/bs3-cmn-TestPrintf.c | 2 +-
.../bootsectors/bs3kit/bs3-cmn-TestSub.c | 3 +
.../bs3kit/bs3-cmn-TrapDefaultHandler.c | 1 +
.../bootsectors/bs3kit/bs3-cmn-paging.h | 6 +-
.../bootsectors/bs3kit/bs3-cmn-test.h | 2 +-
.../bootsectors/bs3kit/bs3-first-common.mac | 8 +-
.../bootsectors/bs3kit/bs3-mode-CpuDetect.asm | 11 +-
.../bs3-mode-NameShortLower.asm} | 20 +-
.../bs3kit/bs3-mode-SwitchTo32BitAndCallC.asm | 154 +
.../bootsectors/bs3kit/bs3-mode-SwitchToLM32.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPAE16.asm | 15 +-
.../bs3kit/bs3-mode-SwitchToPAE16_32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPAE16_V86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPAE32.asm | 8 +-
.../bs3kit/bs3-mode-SwitchToPAE32_16.asm | 6 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPE16.asm | 4 +-
.../bs3kit/bs3-mode-SwitchToPE16_32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPE16_V86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPE32.asm | 9 +-
.../bs3kit/bs3-mode-SwitchToPE32_16.asm | 6 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPP16.asm | 14 +-
.../bs3kit/bs3-mode-SwitchToPP16_32.asm | 2 +-
.../bs3kit/bs3-mode-SwitchToPP16_V86.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToPP32.asm | 8 +-
.../bs3kit/bs3-mode-SwitchToPP32_16.asm | 4 +-
.../bootsectors/bs3kit/bs3-mode-SwitchToRM.asm | 2 +-
.../bootsectors/bs3kit/bs3-mode-TestDoModes.c | 74 +-
.../bootsectors/bs3kit/bs3-mode-TestDoModes.h | 86 +
...e-TestDoModes.c => bs3-mode-TestDoModesByMax.c} | 194 +-
...eStub.asm => bs3-mode-TestDoModesByMaxStub.asm} | 24 +-
.../bootsectors/bs3kit/bs3-mode-TestDoModesByOne.c | 101 +-
.../bs3kit/bs3-mode-TestDoModesByOneStub.asm | 6 +-
.../bootsectors/bs3kit/bs3-mode-TestDoModesHlp.asm | 154 +-
...sByOneStub.asm => bs3-mode-TestDoModesStub.asm} | 23 +-
.../bootsectors/bs3kit/bs3-rm-InitMemory.c | 2 +-
.../bootsectors/bs3kit/bs3kit-autostubs.kmk | 23 +-
.../bs3kit/bs3kit-mangling-code-define.h | 18 +-
.../bs3kit/bs3kit-mangling-code-undef.h | 18 +-
.../bootsectors/bs3kit/bs3kit-template-footer.mac | 2 +
.../bootsectors/bs3kit/bs3kit-template-header.mac | 25 +
src/VBox/ValidationKit/bootsectors/bs3kit/bs3kit.h | 558 +-
.../ValidationKit/bootsectors/bs3kit/bs3kit.mac | 46 +
src/VBox/ValidationKit/common/utils.py | 9 +-
src/VBox/ValidationKit/common/webutils.py | 6 +-
src/VBox/ValidationKit/utils/cpu/cidet-core.cpp | 36 +-
284 files changed, 37743 insertions(+), 28691 deletions(-)
delete mode 100644 debian/patches/add-missing-files.patch
create mode 100644 src/VBox/HostDrivers/Support/posix/SUPR3HardenedMain-posix.cpp
create mode 100644 src/VBox/HostDrivers/Support/posix/SUPR3HardenedMainA-posix.asm
create mode 100644 src/VBox/Runtime/common/asm/ASMCpuId.asm
copy src/VBox/{ValidationKit/bootsectors/bs3-cpu-decoding-1-asm.asm => Runtime/common/asm/ASMFxRstor.asm} (53%)
copy src/VBox/{ValidationKit/bootsectors/bs3-cpu-decoding-1-asm.asm => Runtime/common/asm/ASMFxSave.asm} (54%)
create mode 100644 src/VBox/VMM/VMMAll/IEMAllInstructions3DNow.cpp.h
copy src/VBox/VMM/VMMAll/{IEMAllInstructions.cpp.h => IEMAllInstructionsOneByte.cpp.h} (53%)
create mode 100755 src/VBox/VMM/VMMAll/IEMAllInstructionsPython.py
create mode 100644 src/VBox/VMM/VMMAll/IEMAllInstructionsThree0f38.cpp.h
create mode 100644 src/VBox/VMM/VMMAll/IEMAllInstructionsThree0f3a.cpp.h
create mode 100644 src/VBox/VMM/VMMAll/IEMAllInstructionsTwoByte0f.cpp.h
create mode 100644 src/VBox/VMM/VMMAll/IEMAllInstructionsVexMap1.cpp.h
create mode 100644 src/VBox/VMM/VMMAll/IEMAllInstructionsVexMap2.cpp.h
create mode 100644 src/VBox/VMM/VMMAll/IEMAllInstructionsVexMap3.cpp.h
copy src/VBox/ValidationKit/bootsectors/{bs3-cpu-instr-2.c => bs3-cpu-basic-2-32.c32} (76%)
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-pf.c32
copy src/VBox/ValidationKit/bootsectors/{bs3-cpu-decoding-1-asm.asm => bs3-cpu-generated-1-asm.asm} (83%)
create mode 100755 src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-template.c
copy src/VBox/ValidationKit/bootsectors/{bs3-cpu-instr-2.c => bs3-cpu-generated-1.c} (78%)
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1.h
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-cmn-SelFar32ToFlat32.c => bs3-cmn-ExtCtxAlloc.c} (55%)
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-cmn-SelFar32ToFlat32.c => bs3-cmn-ExtCtxCopy.c} (53%)
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-cmn-SelFar32ToFlat32.c => bs3-cmn-ExtCtxFree.c} (56%)
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-cmn-RegCtxPrint.c => bs3-cmn-ExtCtxGetSize.c} (53%)
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-cmn-RegCtxPrint.c => bs3-cmn-ExtCtxInit.c} (53%)
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-ExtCtxRestore.asm
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-ExtCtxSave.asm
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-cmn-SelFar32ToFlat32.c => bs3-cmn-GetCpuVendor.c} (59%)
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-GetModeNameShortLower.c
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-MemPrintInfo.c
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-PagingQueryAddressInfo.c
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-cmn-RegCtxPrint.c => bs3-cmn-SelSetup16BitCode.c} (53%)
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-cmn-RegCtxPrint.c => bs3-cmn-SelSetup16BitData.c} (53%)
copy src/VBox/ValidationKit/bootsectors/{bs3-cpu-decoding-1-asm.asm => bs3kit/bs3-mode-NameShortLower.asm} (60%)
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-SwitchTo32BitAndCallC.asm
create mode 100644 src/VBox/ValidationKit/bootsectors/bs3kit/bs3-mode-TestDoModes.h
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-mode-TestDoModes.c => bs3-mode-TestDoModesByMax.c} (55%)
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-mode-TestDoModesByOneStub.asm => bs3-mode-TestDoModesByMaxStub.asm} (74%)
copy src/VBox/ValidationKit/bootsectors/bs3kit/{bs3-mode-TestDoModesByOneStub.asm => bs3-mode-TestDoModesStub.asm} (76%)
--
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