Message ID | 20181125205000.10324-13-philmd@redhat.com |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: Add various missing entries | expand |
On 2018-11-25 21:49, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9f89e37a1e..bfe71f2555 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1126,11 +1126,13 @@ F: hw/timer/hpet* > F: hw/timer/i8254* > F: hw/timer/mc146818rtc* > F: hw/watchdog/wdt_ib700.c > +F: hw/watchdog/wdt_i6300esb.c > F: include/hw/display/vga.h > 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/i8259_internal.h > F: include/hw/isa/superio.h > F: include/hw/timer/hpet.h > F: include/hw/timer/i8254* Reviewed-by: Thomas Huth <thuth@redhat.com>
On 25/11/2018 21:49, Philippe Mathieu-Daudé wrote: > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 9f89e37a1e..bfe71f2555 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1126,11 +1126,13 @@ F: hw/timer/hpet* > F: hw/timer/i8254* > F: hw/timer/mc146818rtc* > F: hw/watchdog/wdt_ib700.c > +F: hw/watchdog/wdt_i6300esb.c > F: include/hw/display/vga.h > 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/i8259_internal.h > F: include/hw/isa/superio.h > F: include/hw/timer/hpet.h > F: include/hw/timer/i8254* > Applied to my trivial-patches branch. Thanks, Laurent
diff --git a/MAINTAINERS b/MAINTAINERS index 9f89e37a1e..bfe71f2555 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1126,11 +1126,13 @@ F: hw/timer/hpet* F: hw/timer/i8254* F: hw/timer/mc146818rtc* F: hw/watchdog/wdt_ib700.c +F: hw/watchdog/wdt_i6300esb.c F: include/hw/display/vga.h 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/i8259_internal.h F: include/hw/isa/superio.h F: include/hw/timer/hpet.h F: include/hw/timer/i8254*
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)