From: David Hildenbrand Date: Mon, 29 Jan 2018 12:56:19 +0000 (+0100) Subject: s390x/tcg: remove SMP warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=de352394ff5948d27d0ffdd08286b850da0730c0;p=qemu.git s390x/tcg: remove SMP warning We should be pretty good in shape now. Floating interrupts are working and atomic instructions should be atomic. Signed-off-by: David Hildenbrand Message-Id: <20180129125623.21729-15-david@redhat.com> Signed-off-by: Cornelia Huck --- diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c index 3807dcb097..2af3b3d112 100644 --- a/hw/s390x/s390-virtio-ccw.c +++ b/hw/s390x/s390-virtio-ccw.c @@ -78,10 +78,6 @@ static void s390_init_cpus(MachineState *machine) MachineClass *mc = MACHINE_GET_CLASS(machine); int i; - if (tcg_enabled() && max_cpus > 1) { - error_report("WARNING: SMP support on s390x is experimental!"); - } - /* initialize possible_cpus */ mc->possible_cpu_arch_ids(machine);