aboutsummaryrefslogtreecommitdiff
path: root/target-s390x/cpu.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2011-06-22 07:13:10 -0500
committerAnthony Liguori <aliguori@us.ibm.com>2011-06-22 07:13:10 -0500
commitd6034a3a61235042a0d79dcc1dfed0fbf461fb18 (patch)
tree78625b5d83f8b8410fccc9c008e201da11697449 /target-s390x/cpu.h
parentfdba9594df8eb2e2ac16bba95308e4159ffbb9e4 (diff)
parentca98557ad2510eaeb6538b4c4d9972818e83b6c2 (diff)
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Diffstat (limited to 'target-s390x/cpu.h')
-rw-r--r--target-s390x/cpu.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/target-s390x/cpu.h b/target-s390x/cpu.h
index 4e5c3917d3..b5e587fbe6 100644
--- a/target-s390x/cpu.h
+++ b/target-s390x/cpu.h
@@ -313,16 +313,6 @@ CPUState *s390_cpu_addr2state(uint16_t cpu_addr);
/* from s390-virtio-bus */
extern const target_phys_addr_t virtio_size;
-#ifndef KVM_S390_SIGP_STOP
-#define KVM_S390_SIGP_STOP 0
-#define KVM_S390_PROGRAM_INT 0
-#define KVM_S390_SIGP_SET_PREFIX 0
-#define KVM_S390_RESTART 0
-#define KVM_S390_INT_VIRTIO 0
-#define KVM_S390_INT_SERVICE 0
-#define KVM_S390_INT_EMERGENCY 0
-#endif
-
#endif
void cpu_lock(void);
void cpu_unlock(void);