On 30/08/2024 16.58, Peter Maydell wrote:
Convert the TYPE_CCW_DEVICE to three-phase reset. This is a device class which is subclassed, so it needs to be three-phase before we can convert the subclass.Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> --- hw/s390x/ccw-device.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-)
Acked-by: Thomas Huth <th...@redhat.com>