Back to bug 1380382

Who When What Removed Added
Ján Tomko 2016-09-30 12:13:56 UTC Status NEW POST
Assignee libvirt-maint jtomko
Doc Text Feature: Allow passing a ACPI table containing licensing information (SLIC) to the guest.

Reason: Windows might require reactivation without this infromation.

Result: Reactivation is not required after passing the correct licensing data.
Jiri Denemark 2016-10-04 12:35:01 UTC Status POST MODIFIED
Fixed In Version libvirt-1.2.17-13.el7_2.6
errata-xmlrpc 2016-10-04 12:36:28 UTC Status MODIFIED ON_QA
lijuan men 2016-10-09 03:34:46 UTC Status ON_QA VERIFIED
Jiri Herrmann 2016-10-12 11:43:24 UTC CC jherrman
Doc Text Feature: Allow passing a ACPI table containing licensing information (SLIC) to the guest.

Reason: Windows might require reactivation without this infromation.

Result: Reactivation is not required after passing the correct licensing data.
This update introduces the ability to pass an advanced configuration and power interface (ACPI) table containing system-licensed internal code (SLIC) information to a guest. To do so, add the following element to the <os> section of the guest's domain XML file, where PATH is the path to the ACPI table file:

<acpi>
<table type='slic'>PATH</table>
</acpi>

As a result, if the guest's OS previously required reactivation due to missing SLIC information (such as Microsoft Windows does), it will now be properly activated.
Laszlo Ersek 2016-10-12 14:59:43 UTC Doc Text This update introduces the ability to pass an advanced configuration and power interface (ACPI) table containing system-licensed internal code (SLIC) information to a guest. To do so, add the following element to the <os> section of the guest's domain XML file, where PATH is the path to the ACPI table file:

<acpi>
<table type='slic'>PATH</table>
</acpi>

As a result, if the guest's OS previously required reactivation due to missing SLIC information (such as Microsoft Windows does), it will now be properly activated.
This update introduces the ability to pass an advanced configuration and power interface (ACPI) table containing system-licensed internal code (SLIC) information to a guest. To do so, add the following element to the <os> section of the guest's domain XML file, where PATHNAME is the full pathname of the ACPI table file:

<acpi>
<table type='slic'>PATHNAME</table>
</acpi>

As a result, if the guest's OS previously required reactivation due to missing SLIC information (such as Microsoft Windows does), it will now be properly activated.
Flags needinfo?(jherrman)
Jiri Herrmann 2016-10-13 10:59:14 UTC Docs Contact jherrman
Doc Text This update introduces the ability to pass an advanced configuration and power interface (ACPI) table containing system-licensed internal code (SLIC) information to a guest. To do so, add the following element to the <os> section of the guest's domain XML file, where PATHNAME is the full pathname of the ACPI table file:

<acpi>
<table type='slic'>PATHNAME</table>
</acpi>

As a result, if the guest's OS previously required reactivation due to missing SLIC information (such as Microsoft Windows does), it will now be properly activated.
This update introduces the ability to pass an advanced configuration and power interface (ACPI) table containing system-licensed internal code (SLIC) information to a guest. To do so, add the following element to the <os> section of the guest's domain XML file, where PATHNAME is the full path name of the ACPI table file:

<acpi>
<table type='slic'>PATHNAME</table>
</acpi>

As a result, if the guest's OS previously required reactivation due to missing SLIC information (such as Microsoft Windows does), it will now be properly activated.
Flags needinfo?(jherrman)
errata-xmlrpc 2016-11-09 00:45:38 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2016-11-09 17:17:42 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2016-11-09 12:17:42 UTC

Back to bug 1380382