summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorBernhard Beschow2022-06-26 11:46:56 +0200
committerLaurent Vivier2022-06-29 00:24:59 +0200
commitc379bd7551f34e42c4c935783c0c08bab41d70c1 (patch)
tree3023c1a4254f7939591c316fb25312fe1e149dc1 /stubs
parenthw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route() (diff)
downloadqemu-c379bd7551f34e42c4c935783c0c08bab41d70c1.tar.gz
qemu-c379bd7551f34e42c4c935783c0c08bab41d70c1.tar.xz
qemu-c379bd7551f34e42c4c935783c0c08bab41d70c1.zip
hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove it
xen_piix_pci_write_config_client() is implemented in the xen sub tree and uses PIIX constants internally, thus creating a direct dependency on PIIX. Now that xen_set_pci_link_route() is stubbable, the logic of xen_piix_pci_write_config_client() can be moved to PIIX which resolves the dependency. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Acked-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Paul Durrant <paul@xen.org> Message-Id: <20220626094656.15673-3-shentey@gmail.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'stubs')
-rw-r--r--stubs/xen-hw-stub.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stubs/xen-hw-stub.c b/stubs/xen-hw-stub.c
index 743967623f..34a22f2ad7 100644
--- a/stubs/xen-hw-stub.c
+++ b/stubs/xen-hw-stub.c
@@ -19,10 +19,6 @@ void xen_piix3_set_irq(void *opaque, int irq_num, int level)
{
}
-void xen_piix_pci_write_config_client(uint32_t address, uint32_t val, int len)
-{
-}
-
int xen_set_pci_link_route(uint8_t link, uint8_t irq)
{
return -1;