You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/hyperv
Peter Maydell 7764963b92 hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset()
The semantic difference between the deprecated device_legacy_reset()
function and the newer device_cold_reset() function is that the new
function resets both the device itself and any qbuses it owns,
whereas the legacy function resets just the device itself and nothing
else.  In hyperv_synic_reset() we reset a SynICState, which has no
qbuses, so for this purpose the two functions behave identically and
we can stop using the deprecated one.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Maciej S. Szmigiero <maciej.szmigiero@oracle.com>
Message-id: 20221013171817.1447562-1-peter.maydell@linaro.org
2 years ago
..
Kconfig hw: hyperv: Initial commit for Synthetic Debugging device 3 years ago
hyperv.c hw/hyperv/hyperv.c: Use device_cold_reset() instead of device_legacy_reset() 2 years ago
hyperv_testdev.c Use OBJECT_DECLARE_SIMPLE_TYPE when possible 4 years ago
meson.build hw: hyperv: Initial commit for Synthetic Debugging device 3 years ago
syndbg.c util: rename qemu_*block() socket functions 3 years ago
trace-events trace-events: Fix attribution of trace points to source 4 years ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
vmbus.c hw/hyperv/vmbus: Remove unused vmbus_load/save_req() 3 years ago