Changeset 76553 in vbox for trunk/src/VBox/VMM/testcase
- Timestamp:
- Jan 1, 2019 1:45:53 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127855
- Location:
- trunk/src/VBox/VMM/testcase
- Files:
-
- 51 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/Instructions/InstructionTestGen.py
r69111 r76553 11 11 __copyright__ = \ 12 12 """ 13 Copyright (C) 2012-201 7Oracle Corporation13 Copyright (C) 2012-2019 Oracle Corporation 14 14 15 15 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/Makefile.kmk
r75173 r76553 5 5 6 6 # 7 # Copyright (C) 2006-201 7Oracle Corporation7 # Copyright (C) 2006-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-32-big.mac
r69111 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-64-big.mac
r69111 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-64.mac
r69111 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-big.mac
r69221 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0-common.mac
r69221 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-bs2-r0.mac
r69221 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-common.mac
r69111 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-iprt-r3-32.mac
r69221 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-iprt-r3-64.mac
r69221 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/env-iprt-r3.mac
r69221 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/itgTableDaa.py
r69111 r76553 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-201 7Oracle Corporation11 Copyright (C) 2012-2019 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/itgTableDas.py
r69111 r76553 9 9 __copyright__ = \ 10 10 """ 11 Copyright (C) 2012-201 7Oracle Corporation11 Copyright (C) 2012-2019 Oracle Corporation 12 12 13 13 This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Instructions/tstVBInsTstR3.cpp
r69111 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/Makefile.kmk
r75173 r76553 5 5 6 6 # 7 # Copyright (C) 2006-201 7Oracle Corporation7 # Copyright (C) 2006-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/NemRawBench-1.cpp
r74588 r76553 5 5 6 6 /* 7 * Copyright (C) 2018 Oracle Corporation7 * Copyright (C) 2018-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/mkdsk.sh
r69221 r76553 5 5 6 6 # 7 # Copyright (C) 2006-201 7Oracle Corporation7 # Copyright (C) 2006-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r69111 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp
r69111 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstAsmStructsAsm-lst.sed
r69221 r76553 5 5 6 6 # 7 # Copyright (C) 2006-201 7Oracle Corporation7 # Copyright (C) 2006-2019 Oracle Corporation 8 8 # 9 9 # This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm
r69221 r76553 8 8 9 9 ; 10 ; Copyright (C) 2006-201 7Oracle Corporation10 ; Copyright (C) 2006-2019 Oracle Corporation 11 11 ; 12 12 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstCFGM.cpp
r69111 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstCompressionBenchmark.cpp
r69111 r76553 5 5 6 6 /* 7 * Copyright (C) 2009-201 7Oracle Corporation7 * Copyright (C) 2009-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstGlobalConfig.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2007-201 7Oracle Corporation7 * Copyright (C) 2007-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstHelp.h
r76543 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstIEMCheckMc.cpp
r74015 r76553 5 5 6 6 /* 7 * Copyright (C) 2011-201 7Oracle Corporation7 * Copyright (C) 2011-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicro.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicro.h
r76543 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicro.mac
r69221 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicroRC.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicroRC.def
r69221 r76553 4 4 5 5 ; 6 ; Copyright (C) 2006-201 7Oracle Corporation6 ; Copyright (C) 2006-2019 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstMicroRCA.asm
r69221 r76553 5 5 6 6 ; 7 ; Copyright (C) 2006-201 7Oracle Corporation7 ; Copyright (C) 2006-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstPDMAsyncCompletion.cpp
r76454 r76553 10 10 11 11 /* 12 * Copyright (C) 2008-201 7Oracle Corporation12 * Copyright (C) 2008-2019 Oracle Corporation 13 13 * 14 14 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstPDMAsyncCompletionStress.cpp
r72842 r76553 7 7 8 8 /* 9 * Copyright (C) 2008-201 7Oracle Corporation9 * Copyright (C) 2008-2019 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstSSM-2.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2015-201 7Oracle Corporation7 * Copyright (C) 2015-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstSSM.cpp
r69111 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMM-HM.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMM.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMMFork.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMREQ.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2006-201 7Oracle Corporation7 * Copyright (C) 2006-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMStruct.h
r76150 r76553 8 8 9 9 /* 10 * Copyright (C) 2006-201 7Oracle Corporation10 * Copyright (C) 2006-2019 Oracle Corporation 11 11 * 12 12 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMStructDTrace.cpp
r70918 r76553 7 7 8 8 /* 9 * Copyright (C) 2006-201 7Oracle Corporation9 * Copyright (C) 2006-2019 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMStructRC.cpp
r70918 r76553 9 9 10 10 /* 11 * Copyright (C) 2006-201 7Oracle Corporation11 * Copyright (C) 2006-2019 Oracle Corporation 12 12 * 13 13 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r76482 r76553 7 7 8 8 /* 9 * Copyright (C) 2006-201 7Oracle Corporation9 * Copyright (C) 2006-2019 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstX86-1.cpp
r76454 r76553 5 5 6 6 /* 7 * Copyright (C) 2011-201 7Oracle Corporation7 * Copyright (C) 2011-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstX86-1A.asm
r69111 r76553 5 5 6 6 ; 7 ; Copyright (C) 2011-201 7Oracle Corporation7 ; Copyright (C) 2011-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstX86-FpuSaveRestore.cpp
r69111 r76553 5 5 6 6 /* 7 * Copyright (C) 2013-201 7Oracle Corporation7 * Copyright (C) 2013-2019 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/testcase/tstX86-FpuSaveRestoreA.asm
r69111 r76553 5 5 6 6 ; 7 ; Copyright (C) 2013-201 7Oracle Corporation7 ; Copyright (C) 2013-2019 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.