Changeset 38684 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Sep 8, 2011 8:36:48 AM (13 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp
r37955 r38684 1 1 /* $Id$ */ 2 2 /** @file 3 * Hardware Assisted Virtualization Manager - Host Context Ring-0.3 * Hardware Assisted Virtualization Manager (HM) - Host Context Ring-0. 4 4 */ 5 5 -
trunk/src/VBox/VMM/VMMR0/HWSVMR0.cpp
r38683 r38684 1 1 /* $Id$ */ 2 2 /** @file 3 * H WACCM SVM- Host Context Ring 0.3 * HM SVM (AMD-V) - Host Context Ring 0. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMR0/HWSVMR0.h
r37320 r38684 1 1 /* $Id$ */ 2 2 /** @file 3 * H WACCM AMD-V- Internal header file.3 * HM SVM (AMD-V) - Internal header file. 4 4 */ 5 5 -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r38683 r38684 1 1 /* $Id$ */ 2 2 /** @file 3 * H WACCM VMX- Host Context Ring 0.3 * HM VMX (VT-x) - Host Context Ring 0. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006-20 07Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/VMM/VMMR0/HWVMXR0.h
r37320 r38684 1 1 /* $Id$ */ 2 2 /** @file 3 * H WACCM VT-x- Internal header file.3 * HM VMX (VT-x) - Internal header file. 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.