[Qemu-devel] [PATCH 10/47] MAINTAINERS: add missing entry for virtio/blk

Philippe Mathieu-Daudé posted 47 patches 8 years, 6 months ago
There is a newer version of this series
[Qemu-devel] [PATCH 10/47] MAINTAINERS: add missing entry for virtio/blk
Posted by Philippe Mathieu-Daudé 8 years, 6 months ago
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4f9ce6e686..2958dd2479 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1067,6 +1067,7 @@ S: Supported
 F: hw/block/virtio-blk.c
 F: hw/block/dataplane/*
 F: tests/virtio-blk-test.c
+F: include/standard-headers/linux/virtio_blk.h
 T: git git://github.com/stefanha/qemu.git block
 
 virtio-ccw
-- 
2.13.3


Re: [Qemu-devel] [PATCH 10/47] MAINTAINERS: add missing entry for virtio/blk
Posted by Stefan Hajnoczi 8 years, 6 months ago
On Fri, Jul 28, 2017 at 02:35:33AM -0300, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4f9ce6e686..2958dd2479 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1067,6 +1067,7 @@ S: Supported
>  F: hw/block/virtio-blk.c
>  F: hw/block/dataplane/*
>  F: tests/virtio-blk-test.c
> +F: include/standard-headers/linux/virtio_blk.h

This file is imported from Linux mechanically using a script.  I'm still
happy to review changes to the file though.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>