]> Git Repo - qemu.git/commit - target/s390x/interrupt.c
target/s390x: Remove ilen parameter from s390_program_interrupt
authorRichard Henderson <[email protected]>
Tue, 1 Oct 2019 17:15:59 +0000 (10:15 -0700)
committerDavid Hildenbrand <[email protected]>
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 <[email protected]>
Signed-off-by: Richard Henderson <[email protected]>
Message-Id: <20191001171614[email protected]>
Signed-off-by: David Hildenbrand <[email protected]>
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
This page took 0.027226 seconds and 4 git commands to generate.