On 11/28/2017 08:33 PM, David Hildenbrand wrote: > Once we wire up TCG, we will need the retaddr to correctly inject > program interrupts. As we want to get rid of the function > program_interrupt(), convert PCI code too. > > For KVM, we can simply pass a 0. > > Convert program_interrupt() to program_interrupt_ra() directly, making > use of the passed address. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > hw/s390x/s390-pci-inst.c | 83 > +++++++++++++++++++++++++----------------------- > hw/s390x/s390-pci-inst.h | 16 ++++++---- > target/s390x/kvm.c | 14 ++++---- > 3 files changed, 59 insertions(+), 54 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> with or without RA_IGNORED. r~