diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2022-10-13 18:18:17 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2022-10-27 10:27:23 +0100 |
| commit | 7764963b9239dc966122617cc8b61d4530d6ce2a (patch) | |
| tree | c1acd60aa208d60217fd70e1f2cecb06705c8046 /hw/timer/imx_epit.c | |
| parent | 310616d3677aad709d3eaf8f5f08683f2853f227 (diff) | |
| download | focaccia-qemu-7764963b9239dc966122617cc8b61d4530d6ce2a.tar.gz focaccia-qemu-7764963b9239dc966122617cc8b61d4530d6ce2a.zip | |
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
Diffstat (limited to 'hw/timer/imx_epit.c')
0 files changed, 0 insertions, 0 deletions