On 4/12/24 09:08, Peter Maydell wrote:
Rather than directly calling the device's implementation of its 'hold'
reset phase, call device_cold_reset(). This means we don't have to
adjust this callsite when we add another argument to the function
signature for the hold and exit reset methods.
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
hw/i2c/allwinner-i2c.c | 3 +--
hw/sensor/adm1272.c | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~