diff options
author | Ani Sinha <ani@anisinha.ca> | 2021-08-25 08:49:45 +0530 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2021-09-04 17:34:05 -0400 |
commit | 6c1ebe75ae7a9f873c40b9582d7f14c6fe4129ea (patch) | |
tree | 636cbb6888fdfa2fa4af33313f974594b0a7cf9d /stubs/meson.build | |
parent | e77af21a7a28e7b39f8e1f9b46d26d23d9a2396a (diff) | |
download | qemu-6c1ebe75ae7a9f873c40b9582d7f14c6fe4129ea.zip qemu-6c1ebe75ae7a9f873c40b9582d7f14c6fe4129ea.tar.gz qemu-6c1ebe75ae7a9f873c40b9582d7f14c6fe4129ea.tar.bz2 |
hw/pci: remove all references to find_i440fx function
commit c0e427d6eb5fefc538 ("hw/acpi/ich9: Enable ACPI PCI hot-plug") removed all
uses of find_i440fx() function. This has been replaced by the more generic call
acpi_get_i386_pci_host() which maybe able to find the root bus both for i440fx
machine type as well as for the q35 machine type. There seems to be no more any
need to maintain a i440fx specific version of the api call. Remove it.
Tested by building from a clean tree successfully.
Signed-off-by: Ani Sinha <ani@anisinha.ca>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210825031949.919376-2-ani@anisinha.ca>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'stubs/meson.build')
-rw-r--r-- | stubs/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stubs/meson.build b/stubs/meson.build index 275ac89..beee31e 100644 --- a/stubs/meson.build +++ b/stubs/meson.build @@ -26,7 +26,6 @@ stub_ss.add(files('module-opts.c')) stub_ss.add(files('monitor.c')) stub_ss.add(files('monitor-core.c')) stub_ss.add(files('pci-bus.c')) -stub_ss.add(files('pci-host-piix.c')) stub_ss.add(files('qemu-timer-notify-cb.c')) stub_ss.add(files('qmp_memory_device.c')) stub_ss.add(files('qmp-command-available.c')) |