On 2018-09-17 11:34, David Hildenbrand wrote: > Move it into TCG-only code and provide a stub. Turn it into noreturn. > > As Richard noted, we currently don't log the psw.addr before restoring > the state, fix that by moving (duplicating) the qemu_log_mask in the > tcg/kvm handlers. > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/excp_helper.c | 13 +++++++++++++ > target/s390x/interrupt.c | 15 +-------------- > target/s390x/kvm.c | 4 +++- > target/s390x/tcg-stub.c | 5 +++++ > target/s390x/tcg_s390x.h | 2 ++ > 5 files changed, 24 insertions(+), 15 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>