[Qemu-devel] [PATCH] maintainers: add maintainer for replay* files

Pavel Dovgalyuk posted 1 patch 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170502061649.6668.93083.stgit@PASHA-ISP
Test checkpatch passed
Test docker passed
Test s390x passed
There is a newer version of this series
MAINTAINERS |    9 +++++++++
1 file changed, 9 insertions(+)
[Qemu-devel] [PATCH] maintainers: add maintainer for replay* files
Posted by Pavel Dovgalyuk 6 years, 11 months ago
Updating MAINTAINERS to set Pavel Dovgalyuk as record/replay maintainer.

Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
---
 MAINTAINERS |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a1d2b3a4d3..8be1c74ac5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1546,6 +1546,15 @@ F: net/colo*
 F: net/filter-rewriter.c
 F: net/filter-mirror.c
 
+Record/replay
+M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
+W: http://wiki.qemu.org/Features/record-replay
+S: Supported
+F: replay/*
+F: block/blkreplay.c
+F: net/filter-replay.c
+F: include/sysemu/replay.h
+
 Usermode Emulation
 ------------------
 Overall


Re: [Qemu-devel] [PATCH] maintainers: add maintainer for replay* files
Posted by Stefan Hajnoczi 6 years, 11 months ago
On Tue, May 02, 2017 at 09:16:49AM +0300, Pavel Dovgalyuk wrote:
> Updating MAINTAINERS to set Pavel Dovgalyuk as record/replay maintainer.
> 
> Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
> ---
>  MAINTAINERS |    9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a1d2b3a4d3..8be1c74ac5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1546,6 +1546,15 @@ F: net/colo*
>  F: net/filter-rewriter.c
>  F: net/filter-mirror.c
>  
> +Record/replay
> +M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
> +W: http://wiki.qemu.org/Features/record-replay
> +S: Supported
> +F: replay/*
> +F: block/blkreplay.c
> +F: net/filter-replay.c
> +F: include/sysemu/replay.h

+ F: docs/replay.txt
+ F: stubs/replay.c

Are these missing?
Re: [Qemu-devel] [PATCH] maintainers: add maintainer for replay* files
Posted by Pavel Dovgalyuk 6 years, 11 months ago
Indeed. I missed these ones.

⁣Отправлено с помощью BlueMail ​

На 2 Май 2017 г., 17:37, в 17:37, Stefan Hajnoczi <stefanha@gmail.com> написал:п>On Tue, May 02, 2017 at 09:16:49AM +0300, Pavel Dovgalyuk wrote:
>> Updating MAINTAINERS to set Pavel Dovgalyuk as record/replay
>maintainer.
>> 
>> Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
>> ---
>>  MAINTAINERS |    9 +++++++++
>>  1 file changed, 9 insertions(+)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index a1d2b3a4d3..8be1c74ac5 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1546,6 +1546,15 @@ F: net/colo*
>>  F: net/filter-rewriter.c
>>  F: net/filter-mirror.c
>>  
>> +Record/replay
>> +M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
>> +W: http://wiki.qemu.org/Features/record-replay
>> +S: Supported
>> +F: replay/*
>> +F: block/blkreplay.c
>> +F: net/filter-replay.c
>> +F: include/sysemu/replay.h
>
>+ F: docs/replay.txt
>+ F: stubs/replay.c
>
>Are these missing?
Re: [Qemu-devel] [PATCH] maintainers: add maintainer for replay* files
Posted by Paolo Bonzini 6 years, 11 months ago

On 03/05/2017 07:07, Pavel Dovgalyuk wrote:
> Indeed. I missed these ones.

Please also add myself as reviewer (R:).

get_maintainers.pl doesn't support reviewers yet, but I'll backport it
from Linux today.

Paolo

> ⁣Отправлено с помощью BlueMail ​
> 
> На 2 Май 2017 г., 17:37, в 17:37, Stefan Hajnoczi <stefanha@gmail.com> написал:п>On Tue, May 02, 2017 at 09:16:49AM +0300, Pavel Dovgalyuk wrote:
>>> Updating MAINTAINERS to set Pavel Dovgalyuk as record/replay
>> maintainer.
>>>
>>> Signed-off-by: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
>>> ---
>>>  MAINTAINERS |    9 +++++++++
>>>  1 file changed, 9 insertions(+)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index a1d2b3a4d3..8be1c74ac5 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -1546,6 +1546,15 @@ F: net/colo*
>>>  F: net/filter-rewriter.c
>>>  F: net/filter-mirror.c
>>>  
>>> +Record/replay
>>> +M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
>>> +W: http://wiki.qemu.org/Features/record-replay
>>> +S: Supported
>>> +F: replay/*
>>> +F: block/blkreplay.c
>>> +F: net/filter-replay.c
>>> +F: include/sysemu/replay.h
>>
>> + F: docs/replay.txt
>> + F: stubs/replay.c
>>
>> Are these missing?