summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorCho, Yu-Chen2021-07-07 12:53:23 +0200
committerCornelia Huck2021-07-07 14:01:59 +0200
commit67043607d17cf62f4ae8110151c44fb73295e66f (patch)
tree99a58795af7a37f2103c0d179ec6508897a7b9b2 /meson.build
parenttarget/s390x: remove kvm-stub.c (diff)
downloadqemu-67043607d17cf62f4ae8110151c44fb73295e66f.tar.gz
qemu-67043607d17cf62f4ae8110151c44fb73295e66f.tar.xz
qemu-67043607d17cf62f4ae8110151c44fb73295e66f.zip
target/s390x: move kvm files into kvm/
move kvm files into kvm/ After the reshuffling, update MAINTAINERS accordingly. Make use of the new directory: target/s390x/kvm/ Signed-off-by: Claudio Fontana <cfontana@suse.de> Signed-off-by: Cho, Yu-Chen <acho@suse.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20210707105324.23400-14-acho@suse.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 7e12de01be..b458cd33b8 100644
--- a/meson.build
+++ b/meson.build
@@ -2102,6 +2102,7 @@ if have_system or have_user
'target/ppc',
'target/riscv',
'target/s390x',
+ 'target/s390x/kvm',
'target/sparc',
]
endif