icount: Take iothread lock when running QEMU timers
[qemu/ar7.git] / target / s390x / cpu_models_user.c
blobdf24d12d9e449e51f0a7a46d85da124fdd1b2471
1 /*
2 * CPU models for s390x - User-mode
4 * Copyright 2016 IBM Corp.
6 * Author(s): David Hildenbrand <dahi@linux.vnet.ibm.com>
8 * This work is licensed under the terms of the GNU GPL, version 2 or (at
9 * your option) any later version. See the COPYING file in the top-level
10 * directory.
13 #include "qemu/osdep.h"
14 #include "cpu.h"
15 #include "s390x-internal.h"
16 #include "qapi/error.h"
18 void apply_cpu_model(const S390CPUModel *model, Error **errp)