blob: df24d12d9e449e51f0a7a46d85da124fdd1b2471 [file] [log] [blame]
Cho, Yu-Chen7ab3eb42021-07-07 18:53:24 +08001/*
2 * CPU models for s390x - User-mode
3 *
4 * Copyright 2016 IBM Corp.
5 *
6 * Author(s): David Hildenbrand <dahi@linux.vnet.ibm.com>
7 *
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.
11 */
12
13#include "qemu/osdep.h"
14#include "cpu.h"
15#include "s390x-internal.h"
16#include "qapi/error.h"
17
18void apply_cpu_model(const S390CPUModel *model, Error **errp)
19{
20}