Peter Maydell b2df46fd80 hw/intc/spapr_xive: Use device_cold_reset() instead of device_legacy_reset()
The h_int_reset() function resets the XIVE interrupt controller via
device_legacy_reset().  We know that the interrupt controller does
not have a qbus of its own, so the new device_cold_reset() function
(which resets both the device and its child buses) is equivalent here
to device_legacy_reset() and we can just switch to the new API.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20210503151849.8766-2-peter.maydell@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2021-05-04 13:12:59 +10:00
..
2020-12-10 12:15:08 -05:00
2019-08-16 13:31:52 +02:00
2021-03-15 21:02:14 +01:00
2019-08-16 13:31:52 +02:00
2019-08-16 13:31:52 +02:00
2021-01-08 15:13:38 +00:00
2021-03-15 21:02:20 +01:00
2021-03-15 21:02:20 +01:00
2021-03-15 21:02:20 +01:00
2019-08-16 13:31:52 +02:00
2021-03-15 21:02:14 +01:00
2020-09-09 09:27:09 -04:00