hw/isa/isa-bus: Remove isabus_dev_print()
commit27b4cfb94fa1a5d21df92516ef8f34e253f13bbc
authorBernhard Beschow <shentey@gmail.com>
Tue, 1 Mar 2022 22:00:34 +0000 (1 23:00 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 8 Mar 2022 18:38:17 +0000 (8 19:38 +0100)
treebfae919baa257ca6704c2961ca14e5e3b8e956d0
parentb86ce7a66af5605a050ab1dec867ec6ef631887f
hw/isa/isa-bus: Remove isabus_dev_print()

All isabus_dev_print() did was to print up to two IRQ numbers per
device. This is redundant if the IRQ numbers are present as QOM
properties (see e.g. the modified tests/qemu-iotests/172.out).

Now that the last devices relying on isabus_dev_print() had their IRQ
numbers QOM'ified, the contribution of this function ultimately became
redundant. Remove it.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220301220037.76555-5-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220307134353.1950-12-philippe.mathieu.daude@gmail.com>
Reviewed-by: Bernhard Beschow <shentey@gmail.com>
hw/isa/isa-bus.c
tests/qemu-iotests/172.out