aboutsummaryrefslogtreecommitdiff
path: root/target-s390x
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2013-12-17 14:22:04 +0100
committerAlexander Graf <agraf@suse.de>2013-12-18 14:24:10 +0100
commit4f91e0b5d8b116c16964926a103e01623dbd81b6 (patch)
tree6aa8911fd4be0cf4952fd0e8bdda98a72ee261bb /target-s390x
parent638129ff475dd3b4c0e57e0be598efe41461e9b3 (diff)
s390x/kvm: Removed duplicated SIGP defines
The SIGP order defines are also available in cpu.h, so there is no need to re-define them in kvm.c. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Jens Freimann <jfrei@linux.vnet.ibm.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'target-s390x')
-rw-r--r--target-s390x/kvm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-s390x/kvm.c b/target-s390x/kvm.c
index b00a6617a3..52d93a7370 100644
--- a/target-s390x/kvm.c
+++ b/target-s390x/kvm.c
@@ -82,11 +82,6 @@
#define ICPT_CPU_STOP 0x28
#define ICPT_IO 0x40
-#define SIGP_RESTART 0x06
-#define SIGP_INITIAL_CPU_RESET 0x0b
-#define SIGP_STORE_STATUS_ADDR 0x0e
-#define SIGP_SET_ARCH 0x12
-
const KVMCapabilityInfo kvm_arch_required_capabilities[] = {
KVM_CAP_LAST_INFO
};