diff mbox

MAINTAINERS: Add an entry for the include/hw/virtio/dataplane folder

Message ID 1456395256-21810-1-git-send-email-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Thomas Huth Feb. 25, 2016, 10:14 a.m. UTC
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(+)

Comments

Paolo Bonzini Feb. 25, 2016, 10:23 a.m. UTC | #1
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
Thomas Huth Feb. 25, 2016, 10:27 a.m. UTC | #2
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
Paolo Bonzini Feb. 25, 2016, 10:31 a.m. UTC | #3
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 mbox

Patch

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