Changeset 69301 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 25, 2017 1:39:08 PM (7 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/vbox-cpuhotplug.dsl
r60616 r69301 1 // $Id$ 2 /// @file 3 // 4 // VirtualBox ACPI 5 // 6 // Copyright (C) 2006-2015 Oracle Corporation 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 (GPL) as published by the Free Software 12 // Foundation, in version 2 as it comes in the "COPYING" file of the 13 // VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 // hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 1 /* $Id$ */ 2 /** @file 3 * VirtualBox ACPI 4 */ 5 6 /* 7 * Copyright (C) 2006-2015 Oracle Corporation 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 (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 */ 15 17 16 18 DefinitionBlock ("SSDT-cpuhotplug.aml", "SSDT", 1, "VBOX ", "VBOXCPUT", 2) -
trunk/src/VBox/Devices/PC/vbox-standard.dsl
r56292 r69301 1 // $Id$ 2 /// @file 3 // 4 // VirtualBox ACPI 5 // 6 // Copyright (C) 2006-2015 Oracle Corporation 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 (GPL) as published by the Free Software 12 // Foundation, in version 2 as it comes in the "COPYING" file of the 13 // VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 // hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 1 /* $Id$ */ 2 /** @file 3 * VirtualBox ACPI 4 */ 5 6 /* 7 * Copyright (C) 2006-2015 Oracle Corporation 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 (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 */ 15 17 16 18 DefinitionBlock ("SSDT.aml", "SSDT", 1, "VBOX ", "VBOXCPUT", 2) -
trunk/src/VBox/Devices/PC/vbox.dsl
-
Property svn:eol-style
changed from
LF
tonative
-
Property svn:keywords
changed from
Id
toId Revision
r68542 r69301 1 // $Id$ 2 /// @file 3 // 4 // VirtualBox ACPI 5 // 6 // Copyright (C) 2006-2017 Oracle Corporation 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 (GPL) as published by the Free Software 12 // Foundation, in version 2 as it comes in the "COPYING" file of the 13 // VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 // hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 1 /* $Id$ */ 2 /** @file 3 * VirtualBox ACPI 4 */ 5 6 /* 7 * Copyright (C) 2006-2017 Oracle Corporation 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 (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 */ 15 17 16 18 DefinitionBlock ("DSDT.aml", "DSDT", 2, "VBOX ", "VBOXBIOS", 2) -
Property svn:eol-style
changed from
Note:
See TracChangeset
for help on using the changeset viewer.