qemu-patch-raspberry4/target-s390x
Christian Borntraeger 000a1a3800 s390: provide interface for service interrupt/introduce interrupt.c
This patch creates interrupt.c. The first user is a callback for hw/*
code to trigger an service interrupt for a given sccb value. Several
interrupt types for s390 are floating (can be delivered to all CPUs).
so this code does not belong to a specific CPU.
Other interrupts (like the virtio one) are also floating and can be
moved here later on.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
2012-08-15 17:47:09 +02:00
..
cpu-qom.h
cpu.c
cpu.h s390: provide interface for service interrupt/introduce interrupt.c 2012-08-15 17:47:09 +02:00
helper.c
helper.h
interrupt.c s390: provide interface for service interrupt/introduce interrupt.c 2012-08-15 17:47:09 +02:00
kvm.c s390: Fix error handling and condition code of service call 2012-08-15 17:47:09 +02:00
machine.c
Makefile.objs s390: provide interface for service interrupt/introduce interrupt.c 2012-08-15 17:47:09 +02:00
op_helper.c s390: provide interface for service interrupt/introduce interrupt.c 2012-08-15 17:47:09 +02:00
translate.c qemu-log: use LOG_UNIMP for some target CPU cases 2012-06-21 18:45:22 +00:00