From b1ed728a61183cba0ed0c78885c8f7ee0c42d87b Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Wed, 24 Aug 2016 16:04:56 +0200 Subject: MAINTAINERS: add myself as stubs maintainers Let's just remove some files from the pool of unmaintained files. I am obviously not going to send pull requests only for stubs/, but I will ack them if maintainers want that. Signed-off-by: Paolo Bonzini --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index b6fb84e826..c63671bcac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1257,6 +1257,11 @@ F: net/slirp.c F: include/net/slirp.h T: git git://git.kiszka.org/qemu.git queues/slirp +Stubs +M: Paolo Bonzini +S: Maintained +F: stubs/ + Tracing M: Stefan Hajnoczi S: Maintained -- cgit v1.2.3-55-g7522 From 74460f3431104a7c13c407e79aee18e64dffa91d Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 5 Sep 2016 22:11:41 +0200 Subject: MAINTAINERS: Fix wildcard for scsi headers get_maintainer.pl currently thinks that the scsi headers are currrently unmaintained. So let's fix the corresponding wildcard expression. Signed-off-by: Thomas Huth Message-Id: <1473106301-23102-1-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index c63671bcac..ebde2a4e61 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -831,7 +831,7 @@ T: git git://github.com/jasowang/qemu.git net SCSI M: Paolo Bonzini S: Supported -F: include/hw/scsi* +F: include/hw/scsi/* F: hw/scsi/* T: git git://github.com/bonzini/qemu.git scsi-next -- cgit v1.2.3-55-g7522 From a2feb3483e11a389bc93a5bbd40815d6cfdfb07f Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 5 Sep 2016 23:31:15 +0200 Subject: MAINTAINERS: Add some header files to the PC chipset section These header files obviously belong to the PC chipset (since their names match the other .c files in this section). Signed-off-by: Thomas Huth Message-Id: <1473111075-25311-1-git-send-email-thuth@redhat.com> Signed-off-by: Paolo Bonzini --- MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index ebde2a4e61..d48016653f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -715,6 +715,10 @@ F: hw/misc/pc-testdev.c F: hw/timer/hpet* F: hw/timer/i8254* F: hw/timer/mc146818rtc* +F: include/hw/i2c/pm_smbus.h +F: include/hw/timer/hpet.h +F: include/hw/timer/i8254* +F: include/hw/timer/mc146818rtc* Machine core M: Eduardo Habkost -- cgit v1.2.3-55-g7522