On 29.11.2017 21:26, David Hildenbrand wrote: > TCG needs the retaddr when injecting an interrupt. Let's just pass it > along and use RA_IGNORED for KVM. The value will be completely ignored for > KVM. > > Convert program_interrupt() to s390_program_interrupt() directly, making > use of the passed address. > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/cpu.h | 1 + > target/s390x/internal.h | 29 +++++++++++--------- > target/s390x/ioinst.c | 67 > +++++++++++++++++++++++----------------------- > target/s390x/kvm.c | 27 ++++++++++--------- > target/s390x/misc_helper.c | 20 +++++++------- > 5 files changed, 75 insertions(+), 69 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>