]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: support MSDM ACPI table type
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 17 Feb 2025 16:58:27 +0000 (16:58 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 7 Mar 2025 13:00:10 +0000 (13:00 +0000)
commit32765cd14e99411dfd14a230be86f2aecf7e9a7a
tree3503ce253e92619dafe55cf06c8d7c3dc92e545d
parentdac6ecba6f75bff11fbddb2bce8ca9b576ea6a74
conf: support MSDM ACPI table type

The MSDM ACPI table is an alternative for the SLIC table type,
sometimes used by Microsoft for Windows Licensing checks:

  https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
docs/formatdomain.rst
src/conf/domain_conf.c
src/conf/domain_conf.h
src/conf/schemas/domaincommon.rng
src/libxl/libxl_domain.c
src/qemu/qemu_command.c
src/qemu/qemu_validate.c