Changeset 4071 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 7, 2007 5:07:59 PM (18 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 188 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CFGM.cpp
r3840 r4071 16 16 * distribution. VirtualBox OSE is distributed in the hope that it will 17 17 * be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * If you received this file as part of a commercial VirtualBox20 * distribution, then only the terms of your commercial VirtualBox21 * license agreement apply instead of the previous paragraph.22 18 */ 23 19 -
trunk/src/VBox/VMM/CFGMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/CPUM.cpp
r3724 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/CPUMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/CPUMInternal.mac
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 %include "VBox/asmdefs.mac" -
trunk/src/VBox/VMM/CPUMStack.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGF.cpp
r3697 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGFAddr.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGFBp.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGFDisas.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGFInfo.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGFInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGFLog.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGFStack.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/DBGFSym.cpp
r3696 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/EM.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/EMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/HWACCM.cpp
r4000 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/HWACCMInternal.h
r4000 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/IOM.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/IOMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/MM.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/MMHeap.cpp
r3519 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/MMHyper.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/MMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/MMPagePool.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/MMPhys.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/Makefile.kmk
r3888 r4071 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # If you received this file as part of a commercial VirtualBox 18 # distribution, then only the terms of your commercial VirtualBox 19 # license agreement apply instead of the previous paragraph. 20 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 DEPTH = ../../.. -
trunk/src/VBox/VMM/PATM/CSAM.cpp
r3020 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/CSAMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/Makefile.kmk
r2981 r4071 1 1 # 2 # Copyright (C) 2006-2007 innotek GmbH 3 # 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License as published by the Free Software Foundation, 8 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 9 # distribution. VirtualBox OSE is distributed in the hope that it will 10 # be useful, but WITHOUT ANY WARRANTY of any kind. 11 # 12 # If you received this file as part of a commercial VirtualBox 13 # distribution, then only the terms of your commercial VirtualBox 14 # license agreement apply instead of the previous paragraph. 15 # 2 # Copyright (C) 2006-2007 innotek GmbH 3 # 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License as published by the Free Software Foundation, 8 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 9 # distribution. VirtualBox OSE is distributed in the hope that it will 10 # be useful, but WITHOUT ANY WARRANTY of any kind. 16 11 17 12 # Forward to the parent makefile. -
trunk/src/VBox/VMM/PATM/PATM.cpp
r4057 r4071 16 16 * distribution. VirtualBox OSE is distributed in the hope that it will 17 17 * be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * If you received this file as part of a commercial VirtualBox20 * distribution, then only the terms of your commercial VirtualBox21 * license agreement apply instead of the previous paragraph.22 18 */ 23 19 -
trunk/src/VBox/VMM/PATM/PATMA.asm
r4059 r4071 4 4 ; 5 5 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; If you received this file as part of a commercial VirtualBox 17 ; distribution, then only the terms of your commercial VirtualBox 18 ; license agreement apply instead of the previous paragraph. 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 15 20 16 ; -
trunk/src/VBox/VMM/PATM/PATMA.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/PATMA.mac
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ; hardcoded dependency on single byte int 3 -
trunk/src/VBox/VMM/PATM/PATMGuest.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/PATMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/PATMPatch.cpp
r4057 r4071 16 16 * distribution. VirtualBox OSE is distributed in the hope that it will 17 17 * be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * If you received this file as part of a commercial VirtualBox20 * distribution, then only the terms of your commercial VirtualBox21 * license agreement apply instead of the previous paragraph.22 18 */ 23 19 -
trunk/src/VBox/VMM/PATM/PATMPatch.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 #ifndef ___PATMPATCH_H -
trunk/src/VBox/VMM/PATM/PATMSSM.cpp
r2981 r4071 16 16 * distribution. VirtualBox OSE is distributed in the hope that it will 17 17 * be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * If you received this file as part of a commercial VirtualBox20 * distribution, then only the terms of your commercial VirtualBox21 * license agreement apply instead of the previous paragraph.22 18 */ 23 19 -
trunk/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp
r3020 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/VMMGC/Makefile.kmk
r2981 r4071 1 1 # 2 # Copyright (C) 2006-2007 innotek GmbH 3 # 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License as published by the Free Software Foundation, 8 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 9 # distribution. VirtualBox OSE is distributed in the hope that it will 10 # be useful, but WITHOUT ANY WARRANTY of any kind. 11 # 12 # If you received this file as part of a commercial VirtualBox 13 # distribution, then only the terms of your commercial VirtualBox 14 # license agreement apply instead of the previous paragraph. 15 # 2 # Copyright (C) 2006-2007 innotek GmbH 3 # 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License as published by the Free Software Foundation, 8 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 9 # distribution. VirtualBox OSE is distributed in the hope that it will 10 # be useful, but WITHOUT ANY WARRANTY of any kind. 16 11 17 12 # Forward to the parent makefile. -
trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PDM.cpp
r4012 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PDMCritSect.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PDMDevice.cpp
r4012 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PDMDriver.cpp
r4012 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PDMInternal.h
r4012 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PDMLdr.cpp
r3861 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PDMQueue.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PDMThread.cpp
r4012 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGM.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMBth.h
r3185 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMGst.h
r3185 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMHandler.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMInternal.h
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMMap.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMPhys.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMPhys.h
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMPool.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/PGMShw.h
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/REMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/SELM.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/SELMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/SSM.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/SSMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/STAM.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/STAMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/TM.cpp
r3942 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/TMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/TRPM.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/TRPMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/TRPMInternal.mac
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 %include "VBox/stam.mac" -
trunk/src/VBox/VMM/VBoxVMMDeps.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VM.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMEmt.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMInternal.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMM.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/CPUMAllA.asm
r3696 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/DBGFAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/EMAll.cpp
r3510 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/EMAllA.asm
r3697 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
r3145 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r3184 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/MMAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/MMAllPagePool.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/MMAllPhys.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PDMAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r3956 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r3185 r4071 16 16 * distribution. VirtualBox OSE is distributed in the hope that it will 17 17 * be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * If you received this file as part of a commercial VirtualBox20 * distribution, then only the terms of your commercial VirtualBox21 * license agreement apply instead of the previous paragraph.22 18 */ 23 19 -
trunk/src/VBox/VMM/VMMAll/PGMAllGst.h
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PGMAllHandler.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PGMAllMap.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp
r4013 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/PGMAllShw.h
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/REMAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/SELMAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/TMAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/TMAllReal.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/TMAllVirtual.cpp
r3697 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp
r3498 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/VMAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMAll/VMMAll.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMCodingGuidelines.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMDocsRawMode.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/CPUMGC.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/CPUMGCA.asm
r2988 r4071 4 4 ; CPUM - Guest Context Assembly Routines. 5 5 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; If you received this file as part of a commercial VirtualBox 17 ; distribution, then only the terms of your commercial VirtualBox 18 ; license agreement apply instead of the previous paragraph. 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 15 20 16 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMGC/DBGFGC.cpp
r3776 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/EMGCA.asm
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMGC/IOMGC.cpp
r3184 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/MMRamGC.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/MMRamGCA.asm
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMGC/Makefile.kmk
r2981 r4071 1 1 # 2 # Copyright (C) 2006-2007 innotek GmbH 3 # 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License as published by the Free Software Foundation, 8 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 9 # distribution. VirtualBox OSE is distributed in the hope that it will 10 # be useful, but WITHOUT ANY WARRANTY of any kind. 11 # 12 # If you received this file as part of a commercial VirtualBox 13 # distribution, then only the terms of your commercial VirtualBox 14 # license agreement apply instead of the previous paragraph. 15 # 2 # Copyright (C) 2006-2007 innotek GmbH 3 # 4 # This file is part of VirtualBox Open Source Edition (OSE), as 5 # available from http://www.virtualbox.org. This file is free software; 6 # you can redistribute it and/or modify it under the terms of the GNU 7 # General Public License as published by the Free Software Foundation, 8 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 9 # distribution. VirtualBox OSE is distributed in the hope that it will 10 # be useful, but WITHOUT ANY WARRANTY of any kind. 16 11 17 12 # Forward to the parent makefile. -
trunk/src/VBox/VMM/VMMGC/PDMGCDevice.cpp
r3112 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/PGMGC.cpp
r3696 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/PGMGCBth.h
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/PGMGCGst.h
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/PGMGCShw.h
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/REMGC.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ -
trunk/src/VBox/VMM/VMMGC/SELMGC.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/TRPMGC.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlers.cpp
r3509 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/TRPMGCHandlersA.asm
r2988 r4071 4 4 ; 5 5 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; If you received this file as part of a commercial VirtualBox 17 ; distribution, then only the terms of your commercial VirtualBox 18 ; license agreement apply instead of the previous paragraph. 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 15 20 16 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMGC/VMMGC.cpp
r3123 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMGC/VMMGC.def
r2988 r4071 3 3 4 4 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 15 ; If you received this file as part of a commercial VirtualBox 16 ; distribution, then only the terms of your commercial VirtualBox 17 ; license agreement apply instead of the previous paragraph. 18 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 14 20 15 LIBRARY VMMGC.gc -
trunk/src/VBox/VMM/VMMGC/VMMGC.mac
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 %ifndef __VMMGC_mac__ -
trunk/src/VBox/VMM/VMMGC/VMMGC0.asm
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 20 16 21 17 %include "VMMGC.mac" -
trunk/src/VBox/VMM/VMMGC/VMMGC99.asm
r2988 r4071 4 4 ; 5 5 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; If you received this file as part of a commercial VirtualBox 17 ; distribution, then only the terms of your commercial VirtualBox 18 ; license agreement apply instead of the previous paragraph. 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 15 20 16 %include "VMMGC.mac" -
trunk/src/VBox/VMM/VMMGC/VMMGCA.asm
r2988 r4071 4 4 ; 5 5 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 15 ; 16 ; If you received this file as part of a commercial VirtualBox 17 ; distribution, then only the terms of your commercial VirtualBox 18 ; license agreement apply instead of the previous paragraph. 6 ; Copyright (C) 2006-2007 innotek GmbH 7 ; 8 ; This file is part of VirtualBox Open Source Edition (OSE), as 9 ; available from http://www.virtualbox.org. This file is free software; 10 ; you can redistribute it and/or modify it under the terms of the GNU 11 ; General Public License as published by the Free Software Foundation, 12 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 13 ; distribution. VirtualBox OSE is distributed in the hope that it will 14 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 15 20 16 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMGC/VMMGCBuiltin.def
r2988 r4071 3 3 ; VMM Guest Context Builtin DLL - Definition file for generating import library. 4 4 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 15 ; If you received this file as part of a commercial VirtualBox 16 ; distribution, then only the terms of your commercial VirtualBox 17 ; license agreement apply instead of the previous paragraph. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 18 14 19 15 LIBRARY VMMGCBuiltin.gc -
trunk/src/VBox/VMM/VMMGC/VMMGCDeps.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMInternal.h
r3724 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMInternal.mac
r3696 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 %include "VBox/asmdefs.mac" -
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/DBGFR0.cpp
r3776 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r4000 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r3696 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r3488 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/HWSVMR0.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r4000 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/PDMR0Device.cpp
r3112 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/TRPMR0.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/TRPMR0A.asm
r3696 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r3696 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMR0/VMMR0.def
r2988 r4071 3 3 4 4 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 15 ; If you received this file as part of a commercial VirtualBox 16 ; distribution, then only the terms of your commercial VirtualBox 17 ; license agreement apply instead of the previous paragraph. 18 ; 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 14 20 15 LIBRARY VMMR0.r0 -
trunk/src/VBox/VMM/VMMR0/VMMR0A.asm
r3696 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMSwitcher/32BitTo32Bit.asm
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMSwitcher/32BitToPAE.asm
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMSwitcher/AMD64ToPAE.asm
r3697 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;%define DEBUG_STUFF 1 -
trunk/src/VBox/VMM/VMMSwitcher/PAETo32Bit.asm
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMSwitcher/PAEToPAE.asm
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/VMMSwitcher/PAEand32Bit.mac
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;%define DEBUG_STUFF 1 -
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMMSwitcher/VMMSwitcher.mac
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 %ifndef __VMMSwitcher_mac__ -
trunk/src/VBox/VMM/VMMTests.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/VMReq.cpp
r3696 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/Makefile.kmk
r3152 r4071 5 5 6 6 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 16 # 17 # If you received this file as part of a commercial VirtualBox 18 # distribution, then only the terms of your commercial VirtualBox 19 # license agreement apply instead of the previous paragraph. 20 # 7 # Copyright (C) 2006-2007 innotek GmbH 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License as published by the Free Software Foundation, 13 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 # distribution. VirtualBox OSE is distributed in the hope that it will 15 # be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 DEPTH ?= ../../../.. -
trunk/src/VBox/VMM/testcase/mkdsk.sh
r2988 r4071 1 1 #!/bin/sh 2 2 # 3 # Copyright (C) 2006-2007 innotek GmbH 4 # 5 # This file is part of VirtualBox Open Source Edition (OSE), as 6 # available from http://www.virtualbox.org. This file is free software; 7 # you can redistribute it and/or modify it under the terms of the GNU 8 # General Public License as published by the Free Software Foundation, 9 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 10 # distribution. VirtualBox OSE is distributed in the hope that it will 11 # be useful, but WITHOUT ANY WARRANTY of any kind. 12 # 13 # If you received this file as part of a commercial VirtualBox 14 # distribution, then only the terms of your commercial VirtualBox 15 # license agreement apply instead of the previous paragraph. 16 # 3 # Copyright (C) 2006-2007 innotek GmbH 4 # 5 # This file is part of VirtualBox Open Source Edition (OSE), as 6 # available from http://www.virtualbox.org. This file is free software; 7 # you can redistribute it and/or modify it under the terms of the GNU 8 # General Public License as published by the Free Software Foundation, 9 # in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 10 # distribution. VirtualBox OSE is distributed in the hope that it will 11 # be useful, but WITHOUT ANY WARRANTY of any kind. 17 12 18 13 if [ "x$3" == "x" ]; then -
trunk/src/VBox/VMM/testcase/tstAnimate.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstAsmStructs.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstAsmStructsAsm.asm
r3696 r4071 8 8 9 9 ; 10 ; Copyright (C) 2006-2007 innotek GmbH 11 ; 12 ; This file is part of VirtualBox Open Source Edition (OSE), as 13 ; available from http://www.virtualbox.org. This file is free software; 14 ; you can redistribute it and/or modify it under the terms of the GNU 15 ; General Public License as published by the Free Software Foundation, 16 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 17 ; distribution. VirtualBox OSE is distributed in the hope that it will 18 ; be useful, but WITHOUT ANY WARRANTY of any kind. 19 ; 20 ; If you received this file as part of a commercial VirtualBox 21 ; distribution, then only the terms of your commercial VirtualBox 22 ; license agreement apply instead of the previous paragraph. 23 ; 10 ; Copyright (C) 2006-2007 innotek GmbH 11 ; 12 ; This file is part of VirtualBox Open Source Edition (OSE), as 13 ; available from http://www.virtualbox.org. This file is free software; 14 ; you can redistribute it and/or modify it under the terms of the GNU 15 ; General Public License as published by the Free Software Foundation, 16 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 17 ; distribution. VirtualBox OSE is distributed in the hope that it will 18 ; be useful, but WITHOUT ANY WARRANTY of any kind. 24 19 25 20 %ifdef RT_ARCH_AMD64 -
trunk/src/VBox/VMM/testcase/tstCFGM.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstCompiler.cpp
r2981 r4071 17 17 * distribution. VirtualBox OSE is distributed in the hope that it will 18 18 * be useful, but WITHOUT ANY WARRANTY of any kind. 19 *20 * If you received this file as part of a commercial VirtualBox21 * distribution, then only the terms of your commercial VirtualBox22 * license agreement apply instead of the previous paragraph.23 19 */ 24 20 -
trunk/src/VBox/VMM/testcase/tstHelp.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstMMHyperHeap.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstMicro.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstMicro.h
r3723 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstMicro.mac
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 %ifndef __tstMicro_mac__ -
trunk/src/VBox/VMM/testcase/tstMicroGC.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstMicroGC.def
r2988 r4071 3 3 ; VMM Guest Context Micro Benchmark - Definition file. 4 4 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 14 ; 15 ; If you received this file as part of a commercial VirtualBox 16 ; distribution, then only the terms of your commercial VirtualBox 17 ; license agreement apply instead of the previous paragraph. 5 ; Copyright (C) 2006-2007 innotek GmbH 6 ; 7 ; This file is part of VirtualBox Open Source Edition (OSE), as 8 ; available from http://www.virtualbox.org. This file is free software; 9 ; you can redistribute it and/or modify it under the terms of the GNU 10 ; General Public License as published by the Free Software Foundation, 11 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 12 ; distribution. VirtualBox OSE is distributed in the hope that it will 13 ; be useful, but WITHOUT ANY WARRANTY of any kind. 18 14 19 15 LIBRARY tstMicroGC.gc -
trunk/src/VBox/VMM/testcase/tstMicroGCA.asm
r2988 r4071 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 16 ; 17 ; If you received this file as part of a commercial VirtualBox 18 ; distribution, then only the terms of your commercial VirtualBox 19 ; license agreement apply instead of the previous paragraph. 20 ; 7 ; Copyright (C) 2006-2007 innotek GmbH 8 ; 9 ; This file is part of VirtualBox Open Source Edition (OSE), as 10 ; available from http://www.virtualbox.org. This file is free software; 11 ; you can redistribute it and/or modify it under the terms of the GNU 12 ; General Public License as published by the Free Software Foundation, 13 ; in version 2 as it comes in the "COPYING" file of the VirtualBox OSE 14 ; distribution. VirtualBox OSE is distributed in the hope that it will 15 ; be useful, but WITHOUT ANY WARRANTY of any kind. 21 16 22 17 ;******************************************************************************* -
trunk/src/VBox/VMM/testcase/tstSSM.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstVMM-2.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstVMM-HwAccm.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstVMM.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstVMREQ.cpp
r2981 r4071 14 14 * distribution. VirtualBox OSE is distributed in the hope that it will 15 15 * be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * If you received this file as part of a commercial VirtualBox18 * distribution, then only the terms of your commercial VirtualBox19 * license agreement apply instead of the previous paragraph.20 16 */ 21 17 -
trunk/src/VBox/VMM/testcase/tstVMStructGC.cpp
r3857 r4071 17 17 * distribution. VirtualBox OSE is distributed in the hope that it will 18 18 * be useful, but WITHOUT ANY WARRANTY of any kind. 19 *20 * If you received this file as part of a commercial VirtualBox21 * distribution, then only the terms of your commercial VirtualBox22 * license agreement apply instead of the previous paragraph.23 19 */ 24 20 -
trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp
r3852 r4071 16 16 * distribution. VirtualBox OSE is distributed in the hope that it will 17 17 * be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * If you received this file as part of a commercial VirtualBox20 * distribution, then only the terms of your commercial VirtualBox21 * license agreement apply instead of the previous paragraph.22 18 */ 23 19
Note:
See TracChangeset
for help on using the changeset viewer.