|
From: | Richard Henderson |
Subject: | Re: [qemu-s390x] [PATCH v1 for-2.12 04/15] s390x/ioinst: pass the retaddr to all IO instructions |
Date: | Wed, 29 Nov 2017 17:35:57 +0000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 |
On 11/28/2017 08:33 PM, David Hildenbrand wrote: > TCG needs the retaddr when injecting an interrupt. Let's just pass it > along and use 0 for KVM. The value will be completely ignored for KVM. > > Convert program_interrupt() to program_interrupt_ra() directly, making > use of the passed address. > > Signed-off-by: David Hildenbrand <address@hidden> > --- > target/s390x/internal.h | 29 +++++++++++--------- > target/s390x/ioinst.c | 67 > +++++++++++++++++++++++----------------------- > target/s390x/kvm.c | 26 +++++++++--------- > target/s390x/misc_helper.c | 20 +++++++------- > 4 files changed, 73 insertions(+), 69 deletions(-) Reviewed-by: Richard Henderson <address@hidden> ... with or without RA_IGNORED. ;-) r~
[Prev in Thread] | Current Thread | [Next in Thread] |