]> git.proxmox.com Git - mirror_qemu.git/blame - target/s390x/cpu_models_user.c
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2021-07-09-v2' into staging
[mirror_qemu.git] / target / s390x / cpu_models_user.c
CommitLineData
7ab3eb42
CYC
1/*
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}