aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/cpu_models_user.c
blob: df24d12d9e449e51f0a7a46d85da124fdd1b2471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * CPU models for s390x - User-mode
 *
 * Copyright 2016 IBM Corp.
 *
 * Author(s): David Hildenbrand <dahi@linux.vnet.ibm.com>
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or (at
 * your option) any later version. See the COPYING file in the top-level
 * directory.
 */

#include "qemu/osdep.h"
#include "cpu.h"
#include "s390x-internal.h"
#include "qapi/error.h"

void apply_cpu_model(const S390CPUModel *model, Error **errp)
{
}