Message ID | 20200506082513.18751-10-edgar.iglesias@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | hw/core: stream: Add end-of-packet flag | expand |
On 5/6/20 10:25 AM, Edgar E. Iglesias wrote: > From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com> > > Since we're missing a maintainer, add myself. > > Reviewed-by: Alistair Francis <alistair.francis@wdc.com> > Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> > --- > MAINTAINERS | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 1f84e3ae2c..d3663d6c9a 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2315,6 +2315,12 @@ F: net/slirp.c > F: include/net/slirp.h > T: git https://people.debian.org/~sthibault/qemu.git slirp > > +Streams > +M: Edgar E. Iglesias <edgar.iglesias@gmail.com> > +S: Maintained > +F: hw/core/stream.c > +F: include/hw/stream.h > + > Stubs > M: Paolo Bonzini <pbonzini@redhat.com> > S: Maintained > Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
diff --git a/MAINTAINERS b/MAINTAINERS index 1f84e3ae2c..d3663d6c9a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2315,6 +2315,12 @@ F: net/slirp.c F: include/net/slirp.h T: git https://people.debian.org/~sthibault/qemu.git slirp +Streams +M: Edgar E. Iglesias <edgar.iglesias@gmail.com> +S: Maintained +F: hw/core/stream.c +F: include/hw/stream.h + Stubs M: Paolo Bonzini <pbonzini@redhat.com> S: Maintained