]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: process: Improve documentation of values handled by qemuProcessHandleAcpiOstInfo
authorPeter Krempa <pkrempa@redhat.com>
Tue, 22 Jan 2019 09:35:53 +0000 (10:35 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 23 Jan 2019 09:30:09 +0000 (10:30 +0100)
commitf2f14e3f45d24121f82d4c17de6d9ed770cd164a
treea110612600a6da0b1a71410ab57139f385091fdd
parent04983c3c6a821f67994b1c65d4d6175f3ac49d69
qemu: process: Improve documentation of values handled by qemuProcessHandleAcpiOstInfo

We forgot to document the specific fields for the 0x103 and 0x200
sources which are tied to device removal and device hotplug
respectively.

The value description is based on the ACPI 6.2A standard Table 6-207 and
Table 6-208. At the time of writing of this patch the standard can be
accessed e.g. at:

https://www.uefi.org/sites/default/files/resources/ACPI%206_2_A_Sept29.pdf

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_process.c