On 05/25/2017 02:05 PM, Aurelien Jarno wrote:
For that we need to make program_interrupt available to qemu-user.
Fortunately there is almost nothing to change as both kvm_enabled and
CONFIG_KVM evaluate to false in that case.
Signed-off-by: Aurelien Jarno<aurel...@aurel32.net>
---
target/s390x/helper.h | 1 +
target/s390x/insn-data.def | 2 ++
target/s390x/mem_helper.c | 76 ++++++++++++++++++++++++++++++++++++++--------
target/s390x/misc_helper.c | 4 +--
target/s390x/translate.c | 12 ++++++++
5 files changed, 80 insertions(+), 15 deletions(-)
Reviewed-by: Richard Henderson <r...@twiddle.net>
r~