forked from mirror/qemu
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.
7764963b92
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 | 3 years ago | |
hyperv.c | 2 years ago | |
hyperv_testdev.c | 4 years ago | |
meson.build | 3 years ago | |
syndbg.c | 3 years ago | |
trace-events | 4 years ago | |
trace.h | 4 years ago | |
vmbus.c | 3 years ago |