diff options
author | Cornelia Huck | 2019-06-26 15:00:21 +0200 |
---|---|---|
committer | Cornelia Huck | 2019-07-01 12:44:35 +0200 |
commit | 8b3410deb2a496866468ab949c666a21c6a7239e (patch) | |
tree | 880908b8f0b94063e111be6b54e95e8b2cfb5c02 /MAINTAINERS | |
parent | Merge tag 's390x-tcg-2019-06-21' into s390-next-staging (diff) | |
download | qemu-8b3410deb2a496866468ab949c666a21c6a7239e.tar.gz qemu-8b3410deb2a496866468ab949c666a21c6a7239e.tar.xz qemu-8b3410deb2a496866468ab949c666a21c6a7239e.zip |
s390x: add cpu feature/model files to KVM section
The cpu features/models are not only relevant for TCG, but
also for KVM. Make sure that the KVM maintainers are cc:ed
on patches as well.
Message-Id: <20190626130820.12290-1-cohuck@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Acked-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cad58b9487..d9b6c12907 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -383,6 +383,8 @@ F: target/s390x/kvm-stub.c F: target/s390x/ioinst.[ch] F: target/s390x/machine.c F: target/s390x/sigp.c +F: target/s390x/cpu_features*.[ch] +F: target/s390x/cpu_models.[ch] F: hw/intc/s390_flic.c F: hw/intc/s390_flic_kvm.c F: include/hw/s390x/s390_flic.h |