Message ID | 1512682213-4354-9-git-send-email-minyard@acm.org |
---|---|
State | Superseded |
Headers | show |
Series | [1/8] ipmi: Fix SEL get/set time commands | expand |
On Thu, Dec 7, 2017 at 10:30 PM, <minyard@acm.org> wrote: > From: Corey Minyard <cminyard@mvista.com> > > Signed-off-by: Corey Minyard <cminyard@mvista.com> Could be the first patch of the series! Acked-by: Marc-André Lureau <marcandre.lureau@redhat.com> Thanks! > --- > MAINTAINERS | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 0255113..6483f79 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -924,6 +924,15 @@ F: tests/ahci-test.c > F: tests/libqos/ahci* > T: git git://github.com/jnsnow/qemu.git ide > > +IPMI > +M: Corey Minyard <minyard@acm.org> > +S: Maintained > +F: include/hw/ipmi/* > +F: hw/ipmi/* > +F: hw/smbios/smbios_type_38.c > +F: tests/ipmi* > +T: git git://github.com/cminyard/qemu.git master-ipmi-rebase > + > Floppy > M: John Snow <jsnow@redhat.com> > L: qemu-block@nongnu.org > -- > 2.7.4 > > -- Marc-André Lureau
diff --git a/MAINTAINERS b/MAINTAINERS index 0255113..6483f79 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -924,6 +924,15 @@ F: tests/ahci-test.c F: tests/libqos/ahci* T: git git://github.com/jnsnow/qemu.git ide +IPMI +M: Corey Minyard <minyard@acm.org> +S: Maintained +F: include/hw/ipmi/* +F: hw/ipmi/* +F: hw/smbios/smbios_type_38.c +F: tests/ipmi* +T: git git://github.com/cminyard/qemu.git master-ipmi-rebase + Floppy M: John Snow <jsnow@redhat.com> L: qemu-block@nongnu.org