Message ID | 20200507103119.11219-11-david@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | virtio-mem: paravirtualized memory | expand |
On Thu, May 07, 2020 at 12:31:14PM +0200, David Hildenbrand wrote: > Let's make sure patches/bug reports find the right person. > > Cc: "Michael S. Tsirkin" <mst@redhat.com> > Signed-off-by: David Hildenbrand <david@redhat.com> Make this patch 2 in the series, or even squash into patch 1. > --- > MAINTAINERS | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 4d43ea5468b5..ad2b34f4dd66 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18037,6 +18037,13 @@ S: Maintained > F: drivers/iommu/virtio-iommu.c > F: include/uapi/linux/virtio_iommu.h > > +VIRTIO MEM DRIVER > +M: David Hildenbrand <david@redhat.com> > +L: virtualization@lists.linux-foundation.org > +S: Maintained > +F: drivers/virtio/virtio_mem.c > +F: include/uapi/linux/virtio_mem.h > + > VIRTUAL BOX GUEST DEVICE DRIVER > M: Hans de Goede <hdegoede@redhat.com> > M: Arnd Bergmann <arnd@arndb.de> > -- > 2.25.3
On 07.05.20 12:47, Michael S. Tsirkin wrote: > On Thu, May 07, 2020 at 12:31:14PM +0200, David Hildenbrand wrote: >> Let's make sure patches/bug reports find the right person. >> >> Cc: "Michael S. Tsirkin" <mst@redhat.com> >> Signed-off-by: David Hildenbrand <david@redhat.com> > > Make this patch 2 in the series, or even squash into patch 1. I'll move it to #2. If there are strong feelings, I can squash. Thanks!
diff --git a/MAINTAINERS b/MAINTAINERS index 4d43ea5468b5..ad2b34f4dd66 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18037,6 +18037,13 @@ S: Maintained F: drivers/iommu/virtio-iommu.c F: include/uapi/linux/virtio_iommu.h +VIRTIO MEM DRIVER +M: David Hildenbrand <david@redhat.com> +L: virtualization@lists.linux-foundation.org +S: Maintained +F: drivers/virtio/virtio_mem.c +F: include/uapi/linux/virtio_mem.h + VIRTUAL BOX GUEST DEVICE DRIVER M: Hans de Goede <hdegoede@redhat.com> M: Arnd Bergmann <arnd@arndb.de>
Let's make sure patches/bug reports find the right person. Cc: "Michael S. Tsirkin" <mst@redhat.com> Signed-off-by: David Hildenbrand <david@redhat.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)