Make s390x stopping mechanism work

This commit is contained in:
mio
2021-12-27 23:48:20 +01:00
parent a38151bf77
commit 034a1aa5f2
7 changed files with 22 additions and 6 deletions

View File

@ -38,7 +38,7 @@ static void s390_release(void *ctx)
release_common(ctx);
s390_cpu_model_finalize(cpu);
s390_cpu_model_finalize((CPUState *)cpu);
// TODO: Anymore to free?
}