diff options
author | Sascha Silbe <silbe@linux.vnet.ibm.com> | 2016-08-30 14:02:16 +0200 |
---|---|---|
committer | Cornelia Huck <cornelia.huck@de.ibm.com> | 2016-09-19 11:05:51 +0200 |
commit | 1e4738b2d4141e8045036ff7e03bed4f185649ff (patch) | |
tree | 800d078171f33da69d596bb670d223069064018f | |
parent | e73316d594256cedb926cb76444e8ee00a5032b9 (diff) | |
download | qemu-1e4738b2d4141e8045036ff7e03bed4f185649ff.tar.gz qemu-1e4738b2d4141e8045036ff7e03bed4f185649ff.tar.bz2 qemu-1e4738b2d4141e8045036ff7e03bed4f185649ff.zip |
MAINTAINERS: update s390 machine file patterns
Some files used by s390 KVM code were missing in MAINTAINERS. Add
them.
Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Sascha Silbe <silbe@linux.vnet.ibm.com>
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7d43026162..7d2a33cb19 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -669,6 +669,9 @@ F: hw/s390x/ F: include/hw/s390x/ F: pc-bios/s390-ccw/ F: hw/watchdog/wdt_diag288.c +F: include/hw/watchdog/wdt_diag288.h +F: pc-bios/s390-ccw.img +F: default-configs/s390x-softmmu.mak T: git git://github.com/cohuck/qemu.git s390-next T: git git://github.com/borntraeger/qemu.git s390-next |