Message ID | 1456395256-21810-1-git-send-email-thuth@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 25/02/2016 11:14, Thomas Huth wrote: > dataplane header files belong to virtio-blk, so there should be a > corresponding entry in the MAINTAINERS file. > > Signed-off-by: Thomas Huth <thuth@redhat.com> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index cda55c4..901a1b2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -891,6 +891,7 @@ S: Supported > F: hw/block/virtio-blk.c > F: hw/block/dataplane/* > F: hw/virtio/dataplane/* > +F: include/hw/virtio/dataplane/ > T: git git://github.com/stefanha/qemu.git block > > virtio-ccw > The folder is going away in the next pull request from mst. :) Paolo
On 25.02.2016 11:23, Paolo Bonzini wrote: > > > On 25/02/2016 11:14, Thomas Huth wrote: >> dataplane header files belong to virtio-blk, so there should be a >> corresponding entry in the MAINTAINERS file. >> >> Signed-off-by: Thomas Huth <thuth@redhat.com> >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index cda55c4..901a1b2 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -891,6 +891,7 @@ S: Supported >> F: hw/block/virtio-blk.c >> F: hw/block/dataplane/* >> F: hw/virtio/dataplane/* >> +F: include/hw/virtio/dataplane/ >> T: git git://github.com/stefanha/qemu.git block >> >> virtio-ccw >> > > The folder is going away in the next pull request from mst. :) Ooops, ok, then please simply ignore this patch :-) Thomas
On 25/02/2016 11:27, Thomas Huth wrote: > On 25.02.2016 11:23, Paolo Bonzini wrote: >> >> >> On 25/02/2016 11:14, Thomas Huth wrote: >>> dataplane header files belong to virtio-blk, so there should be a >>> corresponding entry in the MAINTAINERS file. >>> >>> Signed-off-by: Thomas Huth <thuth@redhat.com> >>> --- >>> MAINTAINERS | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index cda55c4..901a1b2 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -891,6 +891,7 @@ S: Supported >>> F: hw/block/virtio-blk.c >>> F: hw/block/dataplane/* >>> F: hw/virtio/dataplane/* >>> +F: include/hw/virtio/dataplane/ >>> T: git git://github.com/stefanha/qemu.git block >>> >>> virtio-ccw >>> >> >> The folder is going away in the next pull request from mst. :) > > Ooops, ok, then please simply ignore this patch :-) Well, I now notice that I didn't remove hw/virtio/dataplane/* from MAINTAINERS when killing the code, so here's another thing to fix in the file. Paolo
diff --git a/MAINTAINERS b/MAINTAINERS index cda55c4..901a1b2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -891,6 +891,7 @@ S: Supported F: hw/block/virtio-blk.c F: hw/block/dataplane/* F: hw/virtio/dataplane/* +F: include/hw/virtio/dataplane/ T: git git://github.com/stefanha/qemu.git block virtio-ccw
dataplane header files belong to virtio-blk, so there should be a corresponding entry in the MAINTAINERS file. Signed-off-by: Thomas Huth <thuth@redhat.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)