-
-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Allow use SLIC ACPI table to activate OEM installed Windows
In order to use Windows OEM install media, the SLIC table must be passed to a
guest. In addition all the OEM table IDs must match the SLIC or Windows will
think it is invalid and the install ends up unactivated.
Describe the solution you'd like
Libxl support passing additional ACPI tables to HVM guest (acpi_firmware param), but it need also updating OEM ID it tables. It could possible with OpenXT patch.
Second problem is libvirl libxl driver have no support to use acpi_firmware setting while have supporting SLIC table defining in domain common schema.
Where is the value to a user, and who might that user be?
Any user with OEM Windows 7 could activate it
Additional context
All PR are ready to use