]> git.proxmox.com Git - mirror_qemu.git/commit - target/s390x/diag.c
target/s390x: Remove ilen parameter from s390_program_interrupt
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Oct 2019 17:15:59 +0000 (10:15 -0700)
committerDavid Hildenbrand <david@redhat.com>
Wed, 9 Oct 2019 10:49:01 +0000 (12:49 +0200)
commit77b703f84f0099c2e863a05122537a252ca005d1
tree93323ade536f2f663806ee52b64bbc8dd9bf68b1
parent3e2018589244b1af8f046ebe387670aecd4156c2
target/s390x: Remove ilen parameter from s390_program_interrupt

This is no longer used, and many of the existing uses -- particularly
within hw/s390x -- seem questionable.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20191001171614.8405-4-richard.henderson@linaro.org>
Signed-off-by: David Hildenbrand <david@redhat.com>
12 files changed:
hw/s390x/s390-pci-inst.c
target/s390x/cc_helper.c
target/s390x/cpu.h
target/s390x/crypto_helper.c
target/s390x/diag.c
target/s390x/excp_helper.c
target/s390x/fpu_helper.c
target/s390x/int_helper.c
target/s390x/interrupt.c
target/s390x/ioinst.c
target/s390x/mem_helper.c
target/s390x/misc_helper.c