diff options
author | Cho, Yu-Chen | 2021-07-07 12:53:24 +0200 |
---|---|---|
committer | Cornelia Huck | 2021-07-07 14:01:59 +0200 |
commit | 7ab3eb42b0d795f7321c4fca0ea06cb76a005b04 (patch) | |
tree | 9e305ae6d1c5d306bdf97393fa4e202c7bd24b69 /MAINTAINERS | |
parent | target/s390x: move kvm files into kvm/ (diff) | |
download | qemu-7ab3eb42b0d795f7321c4fca0ea06cb76a005b04.tar.gz qemu-7ab3eb42b0d795f7321c4fca0ea06cb76a005b04.tar.xz qemu-7ab3eb42b0d795f7321c4fca0ea06cb76a005b04.zip |
target/s390x: split sysemu part of cpu models
split sysemu part of cpu models,
also create a tiny _user.c with just the (at least for now),
empty implementation of apply_cpu_model.
Signed-off-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Cho, Yu-Chen <acho@suse.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210707105324.23400-15-acho@suse.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 11d9ce72aa..af1edb3e6e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -298,6 +298,7 @@ M: David Hildenbrand <david@redhat.com> S: Maintained F: target/s390x/ F: target/s390x/tcg +F: target/s390x/cpu_models_*.[ch] F: hw/s390x/ F: disas/s390.c F: tests/tcg/s390x/ |