All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates
@ 2021-07-23 10:05 David Hildenbrand
  2021-07-23 10:05 ` [PATCH 1/3] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer David Hildenbrand
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: David Hildenbrand @ 2021-07-23 10:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Eduardo Habkost, David Hildenbrand, Peter Xu,
	Paolo Bonzini, Igor Mammedov

Some maintainer and file updates for "Host Memory Backends" and
"Memory API".

David Hildenbrand (3):
  MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer
  MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
  MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "Memory API"

 MAINTAINERS | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
2.31.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH 1/3] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer
  2021-07-23 10:05 [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates David Hildenbrand
@ 2021-07-23 10:05 ` David Hildenbrand
  2021-07-23 10:20   ` Igor Mammedov
  2021-07-23 10:05 ` [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API" David Hildenbrand
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: David Hildenbrand @ 2021-07-23 10:05 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Igor Mammedov, Paolo Bonzini, Eduardo Habkost,
	David Hildenbrand

Edurdo asked me to take over co-maintaining "Host Memory Backends" with
Igor, as Eduardo has plenty of other things to look after.

Thanks a lot Eduardo for your excellent work in the past!

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 4256ad1adb..420c8a48a1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2547,7 +2547,7 @@ S: Maintained
 F: net/netmap.c
 
 Host Memory Backends
-M: Eduardo Habkost <ehabkost@redhat.com>
+M: David Hildenbrand <david@redhat.com>
 M: Igor Mammedov <imammedo@redhat.com>
 S: Maintained
 F: backends/hostmem*.c
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
  2021-07-23 10:05 [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates David Hildenbrand
  2021-07-23 10:05 ` [PATCH 1/3] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer David Hildenbrand
@ 2021-07-23 10:05 ` David Hildenbrand
  2021-07-23 10:23   ` Philippe Mathieu-Daudé
  2021-07-23 10:05 ` [PATCH 3/3] MAINTAINERS: Add memory_mapping.h and memory_mapping.c to " David Hildenbrand
  2021-07-23 16:06 ` [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates Paolo Bonzini
  3 siblings, 1 reply; 11+ messages in thread
From: David Hildenbrand @ 2021-07-23 10:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Paolo Bonzini, Peter Xu, David Hildenbrand

Peter and myself volunteered to help out co-maintaining "Memory API"
with Paolo, so let's update the MAINTAINERS file.

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 420c8a48a1..190a90b541 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2452,6 +2452,8 @@ F: tests/tcg/multiarch/gdbstub/
 
 Memory API
 M: Paolo Bonzini <pbonzini@redhat.com>
+M: Peter Xu <peterx@redhat.com>
+M: David Hildenbrand <david@redhat.com>
 S: Supported
 F: include/exec/ioport.h
 F: include/exec/memop.h
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH 3/3] MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "Memory API"
  2021-07-23 10:05 [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates David Hildenbrand
  2021-07-23 10:05 ` [PATCH 1/3] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer David Hildenbrand
  2021-07-23 10:05 ` [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API" David Hildenbrand
@ 2021-07-23 10:05 ` David Hildenbrand
  2021-07-23 12:22   ` Peter Xu
  2021-07-23 16:06 ` [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates Paolo Bonzini
  3 siblings, 1 reply; 11+ messages in thread
From: David Hildenbrand @ 2021-07-23 10:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: Peter Maydell, Paolo Bonzini, Peter Xu, David Hildenbrand

Both files logically belong to "Memory API" and are not yet listed
anywhere else explicitly. Let's add them to "Memory API".

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Peter Xu <peterx@redhat.com>
Signed-off-by: David Hildenbrand <david@redhat.com>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 190a90b541..445f7fe2d1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2460,9 +2460,11 @@ F: include/exec/memop.h
 F: include/exec/memory.h
 F: include/exec/ram_addr.h
 F: include/exec/ramblock.h
+F: include/sysemu/memory_mapping.h
 F: softmmu/dma-helpers.c
 F: softmmu/ioport.c
 F: softmmu/memory.c
+F: softmmu/memory_mapping.c
 F: softmmu/physmem.c
 F: include/exec/memory-internal.h
 F: scripts/coccinelle/memory-region-housekeeping.cocci
-- 
2.31.1



^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH 1/3] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer
  2021-07-23 10:05 ` [PATCH 1/3] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer David Hildenbrand
@ 2021-07-23 10:20   ` Igor Mammedov
  0 siblings, 0 replies; 11+ messages in thread
From: Igor Mammedov @ 2021-07-23 10:20 UTC (permalink / raw)
  To: David Hildenbrand
  Cc: Peter Maydell, Paolo Bonzini, qemu-devel, Eduardo Habkost

On Fri, 23 Jul 2021 12:05:30 +0200
David Hildenbrand <david@redhat.com> wrote:

> Edurdo asked me to take over co-maintaining "Host Memory Backends" with
> Igor, as Eduardo has plenty of other things to look after.
> 
> Thanks a lot Eduardo for your excellent work in the past!
> 
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Eduardo Habkost <ehabkost@redhat.com>
> Cc: Igor Mammedov <imammedo@redhat.com>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Signed-off-by: David Hildenbrand <david@redhat.com>

Acked-by: Igor Mammedov <imammedo@redhat.com>

> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4256ad1adb..420c8a48a1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2547,7 +2547,7 @@ S: Maintained
>  F: net/netmap.c
>  
>  Host Memory Backends
> -M: Eduardo Habkost <ehabkost@redhat.com>
> +M: David Hildenbrand <david@redhat.com>
>  M: Igor Mammedov <imammedo@redhat.com>
>  S: Maintained
>  F: backends/hostmem*.c



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
  2021-07-23 10:05 ` [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API" David Hildenbrand
@ 2021-07-23 10:23   ` Philippe Mathieu-Daudé
  2021-07-23 10:24     ` David Hildenbrand
  0 siblings, 1 reply; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-07-23 10:23 UTC (permalink / raw)
  To: David Hildenbrand, Paolo Bonzini, Peter Xu; +Cc: Peter Maydell, qemu-devel

On 7/23/21 12:05 PM, David Hildenbrand wrote:
> Peter and myself volunteered to help out co-maintaining "Memory API"
> with Paolo, so let's update the MAINTAINERS file.

I'm very interested in following changes in this area
(although I'm not assigned to work on it, I have genuine
interest and found some flaws I'd like to fix one day).

Might I be listed as R:?

> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Peter Xu <peterx@redhat.com>
> Signed-off-by: David Hildenbrand <david@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 420c8a48a1..190a90b541 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2452,6 +2452,8 @@ F: tests/tcg/multiarch/gdbstub/
>  
>  Memory API
>  M: Paolo Bonzini <pbonzini@redhat.com>
> +M: Peter Xu <peterx@redhat.com>
> +M: David Hildenbrand <david@redhat.com>
>  S: Supported
>  F: include/exec/ioport.h
>  F: include/exec/memop.h
> 



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
  2021-07-23 10:23   ` Philippe Mathieu-Daudé
@ 2021-07-23 10:24     ` David Hildenbrand
  2021-07-23 10:28       ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 11+ messages in thread
From: David Hildenbrand @ 2021-07-23 10:24 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Paolo Bonzini, Peter Xu
  Cc: Peter Maydell, qemu-devel

On 23.07.21 12:23, Philippe Mathieu-Daudé wrote:
> On 7/23/21 12:05 PM, David Hildenbrand wrote:
>> Peter and myself volunteered to help out co-maintaining "Memory API"
>> with Paolo, so let's update the MAINTAINERS file.
> 
> I'm very interested in following changes in this area
> (although I'm not assigned to work on it, I have genuine
> interest and found some flaws I'd like to fix one day).
> 
> Might I be listed as R:?

Sure thing, thanks! I can either send a v2 or you'll simply add a patch 
adding yourself (preferred) :)


-- 
Thanks,

David / dhildenb



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
  2021-07-23 10:24     ` David Hildenbrand
@ 2021-07-23 10:28       ` Philippe Mathieu-Daudé
  2021-07-23 12:21         ` Peter Xu
  0 siblings, 1 reply; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-07-23 10:28 UTC (permalink / raw)
  To: David Hildenbrand, Paolo Bonzini, Peter Xu; +Cc: Peter Maydell, qemu-devel

On 7/23/21 12:24 PM, David Hildenbrand wrote:
> On 23.07.21 12:23, Philippe Mathieu-Daudé wrote:
>> On 7/23/21 12:05 PM, David Hildenbrand wrote:
>>> Peter and myself volunteered to help out co-maintaining "Memory API"
>>> with Paolo, so let's update the MAINTAINERS file.
>>
>> I'm very interested in following changes in this area
>> (although I'm not assigned to work on it, I have genuine
>> interest and found some flaws I'd like to fix one day).
>>
>> Might I be listed as R:?
> 
> Sure thing, thanks! I can either send a v2 or you'll simply add a patch
> adding yourself (preferred) :)

I'll send a patch later if the other recipient don't object ;)



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
  2021-07-23 10:28       ` Philippe Mathieu-Daudé
@ 2021-07-23 12:21         ` Peter Xu
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Xu @ 2021-07-23 12:21 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Peter Maydell, Paolo Bonzini, qemu-devel, David Hildenbrand

On Fri, Jul 23, 2021 at 12:28:30PM +0200, Philippe Mathieu-Daudé wrote:
> On 7/23/21 12:24 PM, David Hildenbrand wrote:
> > On 23.07.21 12:23, Philippe Mathieu-Daudé wrote:
> >> On 7/23/21 12:05 PM, David Hildenbrand wrote:
> >>> Peter and myself volunteered to help out co-maintaining "Memory API"
> >>> with Paolo, so let's update the MAINTAINERS file.
> >>
> >> I'm very interested in following changes in this area
> >> (although I'm not assigned to work on it, I have genuine
> >> interest and found some flaws I'd like to fix one day).
> >>
> >> Might I be listed as R:?
> > 
> > Sure thing, thanks! I can either send a v2 or you'll simply add a patch
> > adding yourself (preferred) :)
> 
> I'll send a patch later if the other recipient don't object ;)

Definitely. :)

Acked-by: Peter Xu <peterx@redhat.com>

Thanks,

-- 
Peter Xu



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 3/3] MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "Memory API"
  2021-07-23 10:05 ` [PATCH 3/3] MAINTAINERS: Add memory_mapping.h and memory_mapping.c to " David Hildenbrand
@ 2021-07-23 12:22   ` Peter Xu
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Xu @ 2021-07-23 12:22 UTC (permalink / raw)
  To: David Hildenbrand; +Cc: Peter Maydell, qemu-devel, Paolo Bonzini

On Fri, Jul 23, 2021 at 12:05:32PM +0200, David Hildenbrand wrote:
> Both files logically belong to "Memory API" and are not yet listed
> anywhere else explicitly. Let's add them to "Memory API".
> 
> Cc: Peter Maydell <peter.maydell@linaro.org>
> Cc: Paolo Bonzini <pbonzini@redhat.com>
> Cc: Peter Xu <peterx@redhat.com>
> Signed-off-by: David Hildenbrand <david@redhat.com>

Acked-by: Peter Xu <peterx@redhat.com>

-- 
Peter Xu



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates
  2021-07-23 10:05 [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates David Hildenbrand
                   ` (2 preceding siblings ...)
  2021-07-23 10:05 ` [PATCH 3/3] MAINTAINERS: Add memory_mapping.h and memory_mapping.c to " David Hildenbrand
@ 2021-07-23 16:06 ` Paolo Bonzini
  3 siblings, 0 replies; 11+ messages in thread
From: Paolo Bonzini @ 2021-07-23 16:06 UTC (permalink / raw)
  To: David Hildenbrand, qemu-devel
  Cc: Peter Maydell, Eduardo Habkost, Peter Xu, Igor Mammedov

On 23/07/21 12:05, David Hildenbrand wrote:
> Some maintainer and file updates for "Host Memory Backends" and
> "Memory API".
> 
> David Hildenbrand (3):
>    MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer
>    MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API"
>    MAINTAINERS: Add memory_mapping.h and memory_mapping.c to "Memory API"
> 
>   MAINTAINERS | 6 +++++-
>   1 file changed, 5 insertions(+), 1 deletion(-)
> 

Queued, thanks.

Paolo



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-07-23 16:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-23 10:05 [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates David Hildenbrand
2021-07-23 10:05 ` [PATCH 1/3] MAINTAINERS: Replace Eduardo as "Host Memory Backends" maintainer David Hildenbrand
2021-07-23 10:20   ` Igor Mammedov
2021-07-23 10:05 ` [PATCH 2/3] MAINTAINERS: Add Peter Xu and myself as co-maintainer of "Memory API" David Hildenbrand
2021-07-23 10:23   ` Philippe Mathieu-Daudé
2021-07-23 10:24     ` David Hildenbrand
2021-07-23 10:28       ` Philippe Mathieu-Daudé
2021-07-23 12:21         ` Peter Xu
2021-07-23 10:05 ` [PATCH 3/3] MAINTAINERS: Add memory_mapping.h and memory_mapping.c to " David Hildenbrand
2021-07-23 12:22   ` Peter Xu
2021-07-23 16:06 ` [PATCH 0/3] MAINTAINERS: "Host Memory Backends" and "Memory API" updates Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.