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 <david@redhat.com>
Message-Id: <20180129125623.21729-15-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
This commit is contained in:
David Hildenbrand 2018-01-29 13:56:19 +01:00 committed by Cornelia Huck
parent 799478621e
commit de352394ff
1 changed files with 0 additions and 4 deletions

View File

@ -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);