[PATCH] MAINTAINERS: Add myself as reviewer of the 'Memory API'

Philippe Mathieu-Daudé posted 1 patch 2 years, 6 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211007091949.319404-1-philmd@redhat.com
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add myself as reviewer of the 'Memory API'
Posted by Philippe Mathieu-Daudé 2 years, 6 months ago
Having developed interest with the Memory API,
volunteer to review the patches.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 50435b8d2f5..32b668e92fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2502,6 +2502,7 @@ Memory API
 M: Paolo Bonzini <pbonzini@redhat.com>
 M: Peter Xu <peterx@redhat.com>
 M: David Hildenbrand <david@redhat.com>
+R: Philippe Mathieu-Daudé <philmd@redhat.com>
 S: Supported
 F: include/exec/ioport.h
 F: include/exec/memop.h
-- 
2.31.1

Re: [PATCH] MAINTAINERS: Add myself as reviewer of the 'Memory API'
Posted by David Hildenbrand 2 years, 6 months ago
On 07.10.21 11:19, Philippe Mathieu-Daudé wrote:
> Having developed interest with the Memory API,
> volunteer to review the patches.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 50435b8d2f5..32b668e92fc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2502,6 +2502,7 @@ Memory API
>   M: Paolo Bonzini <pbonzini@redhat.com>
>   M: Peter Xu <peterx@redhat.com>
>   M: David Hildenbrand <david@redhat.com>
> +R: Philippe Mathieu-Daudé <philmd@redhat.com>
>   S: Supported
>   F: include/exec/ioport.h
>   F: include/exec/memop.h
> 

Acked-by: David Hildenbrand <david@redhat.com>

-- 
Thanks,

David / dhildenb


Re: [PATCH] MAINTAINERS: Add myself as reviewer of the 'Memory API'
Posted by Paolo Bonzini 2 years, 6 months ago
On 07/10/21 11:19, Philippe Mathieu-Daudé wrote:
> Having developed interest with the Memory API,
> volunteer to review the patches.
> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 50435b8d2f5..32b668e92fc 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2502,6 +2502,7 @@ Memory API
>   M: Paolo Bonzini <pbonzini@redhat.com>
>   M: Peter Xu <peterx@redhat.com>
>   M: David Hildenbrand <david@redhat.com>
> +R: Philippe Mathieu-Daudé <philmd@redhat.com>
>   S: Supported
>   F: include/exec/ioport.h
>   F: include/exec/memop.h
> 

Queued, thanks.