acpi: pc: add fw_cfg device node to dsdt
commite2ec75685c202c7537ed2064293a8e3e28a6d71a
authorGabriel L. Somlo <somlo@cmu.edu>
Fri, 19 Feb 2016 18:20:27 +0000 (19 13:20 -0500)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Mar 2016 11:15:09 +0000 (8 12:15 +0100)
treed5e3f06316c5358bf1ed3d503c102797dd476045
parent305ae88895ebc2cb16565e5cb1fa0c87b66ea8d4
acpi: pc: add fw_cfg device node to dsdt

Add a fw_cfg device node to the ACPI DSDT. While the guest-side
firmware can't utilize this information (since it has to access
the hard-coded fw_cfg device to extract ACPI tables to begin with),
having fw_cfg listed in ACPI will help the guest kernel keep a more
accurate inventory of in-use IO port regions.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Marc MarĂ­ <markmb@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 1455906029-25565-4-git-send-email-somlo@cmu.edu
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/i386/acpi-build.c