diff options
author | Thomas Huth | 2016-09-05 23:31:15 +0200 |
---|---|---|
committer | Paolo Bonzini | 2016-09-13 19:08:47 +0200 |
commit | a2feb3483e11a389bc93a5bbd40815d6cfdfb07f (patch) | |
tree | 17055e2051cf3904dacb3a3f0e189f2756c5fb00 /MAINTAINERS | |
parent | MAINTAINERS: Fix wildcard for scsi headers (diff) | |
download | qemu-a2feb3483e11a389bc93a5bbd40815d6cfdfb07f.tar.gz qemu-a2feb3483e11a389bc93a5bbd40815d6cfdfb07f.tar.xz qemu-a2feb3483e11a389bc93a5bbd40815d6cfdfb07f.zip |
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 <thuth@redhat.com>
Message-Id: <1473111075-25311-1-git-send-email-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
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 <ehabkost@redhat.com> |