Cho, Yu-Chen | 7ab3eb4 | 2021-07-07 18:53:24 +0800 | [diff] [blame] | 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 | |
| 18 | void apply_cpu_model(const S390CPUModel *model, Error **errp) |
| 19 | { |
| 20 | } |