search for: ad2b34f4dd66

Displaying 4 results from an estimated 4 matches for "ad2b34f4dd66".

2020 May 07
0
[PATCH v3 10/15] MAINTAINERS: Add myself as virtio-mem maintainer
...s make sure patches/bug reports find the right person. Cc: "Michael S. Tsirkin" <mst at redhat.com> Signed-off-by: David Hildenbrand <david at redhat.com> --- 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 at redhat.com> +L: virtualization at lists.linux-foundation.org +S: Maintained +F: drivers...
2020 May 07
1
[PATCH v3 10/15] MAINTAINERS: Add myself as virtio-mem maintainer
...at redhat.com> > Signed-off-by: David Hildenbrand <david at 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 at redhat.com> > +L: virtualization at lists.li...
2020 May 07
20
[PATCH v3 00/15] virtio-mem: paravirtualized memory
This series is based on latest linux-next. The patches are located at: https://github.com/davidhildenbrand/linux.git virtio-mem-v3 Patch #1 - #10 where contained in v2 and only contain minor modifications (mostly smaller fixes). The remaining patches are new and contain smaller optimizations. Details about virtio-mem can be found in the cover letter of v2 [1]. A basic QEMU implementation was
2020 May 07
20
[PATCH v3 00/15] virtio-mem: paravirtualized memory
This series is based on latest linux-next. The patches are located at: https://github.com/davidhildenbrand/linux.git virtio-mem-v3 Patch #1 - #10 where contained in v2 and only contain minor modifications (mostly smaller fixes). The remaining patches are new and contain smaller optimizations. Details about virtio-mem can be found in the cover letter of v2 [1]. A basic QEMU implementation was