As the host model checking prompted some controversies we will
abstain until a comprehensive CPU model handling has been established.
Signed-off-by: Viktor Mihajlovski <mihajlov(a)linux.vnet.ibm.com>
---
hw/s390-virtio.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/hw/s390-virtio.c b/hw/s390-virtio.c
index 0f10114..b617468 100644
--- a/hw/s390-virtio.c
+++ b/hw/s390-virtio.c
@@ -199,11 +199,6 @@ static CPUS390XState *s390_init_cpus(const char *cpu_model,
cpu_model = "host";
}
- if (strcmp(cpu_model, "host")) {
- fprintf(stderr, "S390 only supports host CPU model\n");
- exit(1);
- }
-
/*
* The maximum # of configurable CPU is 64, which is limited by Linux
* kernel. Pre-allocate 64 S390CPU entries in ipi_states.
--
1.7.0.4