]> Git Repo - qemu.git/commitdiff
fw_cfg: document ACPI device node information
authorGabriel L. Somlo <[email protected]>
Fri, 19 Feb 2016 18:20:29 +0000 (13:20 -0500)
committerGerd Hoffmann <[email protected]>
Tue, 8 Mar 2016 11:15:22 +0000 (12:15 +0100)
Signed-off-by: Gabriel Somlo <[email protected]>
Reviewed-by: Laszlo Ersek <[email protected]>
Reviewed-by: Marc MarĂ­ <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Message-id: 1455906029[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
docs/specs/fw_cfg.txt

index 2099ad9a4dd6375c40da9592b535ab99be20d301..5414140f33e0e63981f562258d38f2c214c8ecc8 100644 (file)
@@ -84,6 +84,15 @@ Selector Register address: Base + 8 (2 bytes)
 Data Register address:     Base + 0 (8 bytes)
 DMA Address address:       Base + 16 (8 bytes)
 
+== ACPI Interface ==
+
+The fw_cfg device is defined with ACPI ID "QEMU0002". Since we expect
+ACPI tables to be passed into the guest through the fw_cfg device itself,
+the guest-side firmware can not use ACPI to find fw_cfg. However, once the
+firmware is finished setting up ACPI tables and hands control over to the
+guest kernel, the latter can use the fw_cfg ACPI node for a more accurate
+inventory of in-use IOport or MMIO regions.
+
 == Firmware Configuration Items ==
 
 === Signature (Key 0x0000, FW_CFG_SIGNATURE) ===
This page took 0.027217 seconds and 4 git commands to generate.