Changeset 28800 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Apr 27, 2010 8:22:32 AM (15 years ago)
- Location:
- trunk/src/VBox/VMM/PATM
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r26263 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/CSAMInternal.h
r23770 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/PATM.cpp
r26263 r28800 7 7 8 8 /* 9 * Copyright (C) 2006-2007 Sun Microsystems, Inc.9 * Copyright (C) 2006-2007 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa20 * Clara, CA 95054 USA or visit http://www.sun.com if you need21 * additional information or have any questions.22 18 */ 23 19 -
trunk/src/VBox/VMM/PATM/PATMA.asm
r19141 r28800 4 4 ; 5 5 6 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.6 ; Copyright (C) 2006-2007 Oracle Corporation 7 7 ; 8 8 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 13 13 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 14 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 ;16 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa17 ; Clara, CA 95054 USA or visit http://www.sun.com if you need18 ; additional information or have any questions.19 15 ; 20 16 -
trunk/src/VBox/VMM/PATM/PATMA.h
r26510 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/PATMA.mac
r8155 r28800 5 5 6 6 ; 7 ; Copyright (C) 2006-2007 Sun Microsystems, Inc.7 ; Copyright (C) 2006-2007 Oracle Corporation 8 8 ; 9 9 ; This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 ; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 ;17 ; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 ; Clara, CA 95054 USA or visit http://www.sun.com if you need19 ; additional information or have any questions.20 16 ; 21 17 -
trunk/src/VBox/VMM/PATM/PATMGuest.cpp
r26152 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/PATMInternal.h
r23107 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/PATMPatch.cpp
r26152 r28800 7 7 8 8 /* 9 * Copyright (C) 2006-2007 Sun Microsystems, Inc.9 * Copyright (C) 2006-2007 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa20 * Clara, CA 95054 USA or visit http://www.sun.com if you need21 * additional information or have any questions.22 18 */ 23 19 -
trunk/src/VBox/VMM/PATM/PATMPatch.h
r9228 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 #ifndef ___PATMPATCH_H -
trunk/src/VBox/VMM/PATM/PATMSSM.cpp
r26271 r28800 7 7 8 8 /* 9 * Copyright (C) 2006-2007 Sun Microsystems, Inc.9 * Copyright (C) 2006-2007 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 16 16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 17 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 18 *19 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa20 * Clara, CA 95054 USA or visit http://www.sun.com if you need21 * additional information or have any questions.22 18 */ 23 19 -
trunk/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp
r26277 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/VMMAll/PATMAll.cpp
r26296 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/VMMGC/CSAMGC.cpp
r26296 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17 -
trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp
r26296 r28800 5 5 6 6 /* 7 * Copyright (C) 2006-2007 Sun Microsystems, Inc.7 * Copyright (C) 2006-2007 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 14 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 *17 * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa18 * Clara, CA 95054 USA or visit http://www.sun.com if you need19 * additional information or have any questions.20 16 */ 21 17
Note:
See TracChangeset
for help on using the changeset viewer.