diff options
author | Philippe Mathieu-Daudé | 2018-03-08 23:39:29 +0100 |
---|---|---|
committer | Paolo Bonzini | 2018-03-12 16:12:48 +0100 |
commit | 1854eb287e77c07b2089b42319e23c7c0df8a2f1 (patch) | |
tree | 9515081d28d2eb1554a8ec16975cbfa2f7d85968 /MAINTAINERS | |
parent | hw/isa/pc87312: Use 'unsigned int' for the irq value (diff) | |
download | qemu-1854eb287e77c07b2089b42319e23c7c0df8a2f1.tar.gz qemu-1854eb287e77c07b2089b42319e23c7c0df8a2f1.tar.xz qemu-1854eb287e77c07b2089b42319e23c7c0df8a2f1.zip |
hw/isa/superio: Add a Super I/O template based on the PC87312 device
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20180308223946.26784-9-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@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 1ff22ce610..9f7b8e79c4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -933,6 +933,7 @@ F: hw/input/pckbd.c F: hw/intc/apic* F: hw/intc/ioapic* F: hw/intc/i8259* +F: hw/isa/isa-superio.c F: hw/misc/debugexit.c F: hw/misc/pc-testdev.c F: hw/timer/hpet* @@ -944,6 +945,7 @@ F: include/hw/char/parallel.h F: include/hw/dma/i8257.h F: include/hw/i2c/pm_smbus.h F: include/hw/input/i8042.h +F: include/hw/isa/superio.h F: include/hw/timer/hpet.h F: include/hw/timer/i8254* F: include/hw/timer/mc146818rtc* |