]> git.proxmox.com Git - mirror_qemu.git/commit
hw/acpi/viot: move the individual PCI host bridge entry generation to a new function
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Wed, 25 May 2022 17:32:28 +0000 (18:32 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 9 Jun 2022 23:32:49 +0000 (19:32 -0400)
commit1b805ab560d3c020377680742ae2a49c7eb417d0
treeb2296f3504c0da9b326ccfef4fcf887b3dca2642
parent6164a1110448d4e2e13963b69093950acdd2348c
hw/acpi/viot: move the individual PCI host bridge entry generation to a new function

Instead of generating each table entry inline, move the individual PCI host bridge
table entry generation to a separate build_pci_host_range() function.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Ani Sinha <ani@anisinha.ca>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220525173232.31429-3-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/viot.c