diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-15 14:59:48 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-08-15 14:59:48 -0500 |
commit | 2b97f88c927be3ff3722497980048bc1cb7cc571 (patch) | |
tree | fe78bb3ec578fed4dd82fa4f88316c1651d5f559 /target-s390x/cpu.h | |
parent | 0d16fdd732d1b211842fa96b7c90ddf9e6bde0e4 (diff) | |
parent | 000a1a3800b532f97b939ebb777d5a14418f44a6 (diff) |
Merge remote-tracking branch 'agraf/s390-for-upstream' into staging
* agraf/s390-for-upstream:
s390: provide interface for service interrupt/introduce interrupt.c
s390: Fix error handling and condition code of service call
Diffstat (limited to 'target-s390x/cpu.h')
-rw-r--r-- | target-s390x/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h index c30ac3a0e1..18ac6e3938 100644 --- a/target-s390x/cpu.h +++ b/target-s390x/cpu.h @@ -320,6 +320,9 @@ S390CPU *s390_cpu_addr2state(uint16_t cpu_addr); void s390_add_running_cpu(CPUS390XState *env); unsigned s390_del_running_cpu(CPUS390XState *env); +/* service interrupts are floating therefore we must not pass an cpustate */ +void s390_sclp_extint(uint32_t parm); + /* from s390-virtio-bus */ extern const target_phys_addr_t virtio_size; |