On 27/11/2019 18.50, Janosch Frank wrote:
Let's also move the clear reset function into the reset handler.Signed-off-by: Janosch Frank <fran...@linux.ibm.com> --- target/s390x/cpu-qom.h | 1 + target/s390x/cpu.c | 58 +++++++++++++----------------------------- 2 files changed, 18 insertions(+), 41 deletions(-)
I really wonder why we had so much duplicated code here before and nobody dared to clean it up in all those years... Thanks for doing that now!
Reviewed-by: Thomas Huth <th...@redhat.com>