Re: [Qemu-devel] [PATCH v2 for-2.12 05/16] s390x/pci: pass the retaddr to all PCI instructions

2017-11-30 Thread Thomas Huth
On 29.11.2017 21:26, 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 use RA_IGNORED. > > Convert program_interrupt() to

[Qemu-devel] [PATCH v2 for-2.12 05/16] s390x/pci: pass the retaddr to all PCI instructions

2017-11-29 Thread David Hildenbrand
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 use RA_IGNORED. Convert program_interrupt() to s390_program_interrupt() directly, making use of the passed