* [PATCH 0/2] MAINTAINERS: Small potatos
@ 2023-01-19 9:15 Markus Armbruster
2023-01-19 9:15 ` [PATCH 1/2] MAINTAINERS: Cover userfaultfd Markus Armbruster
` (2 more replies)
0 siblings, 3 replies; 11+ messages in thread
From: Markus Armbruster @ 2023-01-19 9:15 UTC (permalink / raw)
To: qemu-devel; +Cc: richard.henderson, pbonzini, quintela, dgilbert
Markus Armbruster (2):
MAINTAINERS: Cover userfaultfd
MAINTAINERS: Cover include/sysemu/accel-blocker.h
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
--
2.39.0
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 1/2] MAINTAINERS: Cover userfaultfd
2023-01-19 9:15 [PATCH 0/2] MAINTAINERS: Small potatos Markus Armbruster
@ 2023-01-19 9:15 ` Markus Armbruster
2023-01-19 9:21 ` Dr. David Alan Gilbert
` (3 more replies)
2023-01-19 9:15 ` [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h Markus Armbruster
2023-01-20 17:01 ` [PATCH 3/2] MAINTAINERS: Cover tpm.c again Markus Armbruster
2 siblings, 4 replies; 11+ messages in thread
From: Markus Armbruster @ 2023-01-19 9:15 UTC (permalink / raw)
To: qemu-devel; +Cc: richard.henderson, pbonzini, quintela, dgilbert
Commit 0e9b5cd6b2 "migration: introduce UFFD-WP low-level interface
helpers" added util/userfaultfd.c without covering it in MAINTAINERS.
Add it to section "Migration".
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0fe50d01e3..0dfdf71d48 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3089,6 +3089,7 @@ S: Maintained
F: hw/core/vmstate-if.c
F: include/hw/vmstate-if.h
F: include/migration/
+F: include/qemu/userfaultfd.h
F: migration/
F: scripts/vmstate-static-checker.py
F: tests/vmstate-static-checker-data/
@@ -3096,6 +3097,7 @@ F: tests/qtest/migration-test.c
F: docs/devel/migration.rst
F: qapi/migration.json
F: tests/migration/
+F: util/userfaultfd.c
D-Bus
M: Marc-André Lureau <marcandre.lureau@redhat.com>
--
2.39.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Cover userfaultfd
2023-01-19 9:15 ` [PATCH 1/2] MAINTAINERS: Cover userfaultfd Markus Armbruster
@ 2023-01-19 9:21 ` Dr. David Alan Gilbert
2023-01-19 10:06 ` Philippe Mathieu-Daudé
` (2 subsequent siblings)
3 siblings, 0 replies; 11+ messages in thread
From: Dr. David Alan Gilbert @ 2023-01-19 9:21 UTC (permalink / raw)
To: Markus Armbruster; +Cc: qemu-devel, richard.henderson, pbonzini, quintela
* Markus Armbruster (armbru@redhat.com) wrote:
> Commit 0e9b5cd6b2 "migration: introduce UFFD-WP low-level interface
> helpers" added util/userfaultfd.c without covering it in MAINTAINERS.
> Add it to section "Migration".
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0fe50d01e3..0dfdf71d48 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3089,6 +3089,7 @@ S: Maintained
> F: hw/core/vmstate-if.c
> F: include/hw/vmstate-if.h
> F: include/migration/
> +F: include/qemu/userfaultfd.h
> F: migration/
> F: scripts/vmstate-static-checker.py
> F: tests/vmstate-static-checker-data/
> @@ -3096,6 +3097,7 @@ F: tests/qtest/migration-test.c
> F: docs/devel/migration.rst
> F: qapi/migration.json
> F: tests/migration/
> +F: util/userfaultfd.c
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
>
> D-Bus
> M: Marc-Andr?? Lureau <marcandre.lureau@redhat.com>
> --
> 2.39.0
>
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Cover userfaultfd
2023-01-19 9:15 ` [PATCH 1/2] MAINTAINERS: Cover userfaultfd Markus Armbruster
2023-01-19 9:21 ` Dr. David Alan Gilbert
@ 2023-01-19 10:06 ` Philippe Mathieu-Daudé
2023-01-30 4:17 ` Juan Quintela
2023-01-30 4:49 ` Juan Quintela
3 siblings, 0 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-01-19 10:06 UTC (permalink / raw)
To: Markus Armbruster, qemu-devel
Cc: richard.henderson, pbonzini, quintela, dgilbert
On 19/1/23 10:15, Markus Armbruster wrote:
> Commit 0e9b5cd6b2 "migration: introduce UFFD-WP low-level interface
> helpers" added util/userfaultfd.c without covering it in MAINTAINERS.
> Add it to section "Migration".
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Cover userfaultfd
2023-01-19 9:15 ` [PATCH 1/2] MAINTAINERS: Cover userfaultfd Markus Armbruster
2023-01-19 9:21 ` Dr. David Alan Gilbert
2023-01-19 10:06 ` Philippe Mathieu-Daudé
@ 2023-01-30 4:17 ` Juan Quintela
2023-01-30 4:49 ` Juan Quintela
3 siblings, 0 replies; 11+ messages in thread
From: Juan Quintela @ 2023-01-30 4:17 UTC (permalink / raw)
To: Markus Armbruster; +Cc: qemu-devel, richard.henderson, pbonzini, dgilbert
Markus Armbruster <armbru@redhat.com> wrote:
> Commit 0e9b5cd6b2 "migration: introduce UFFD-WP low-level interface
> helpers" added util/userfaultfd.c without covering it in MAINTAINERS.
> Add it to section "Migration".
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Cover userfaultfd
2023-01-19 9:15 ` [PATCH 1/2] MAINTAINERS: Cover userfaultfd Markus Armbruster
` (2 preceding siblings ...)
2023-01-30 4:17 ` Juan Quintela
@ 2023-01-30 4:49 ` Juan Quintela
3 siblings, 0 replies; 11+ messages in thread
From: Juan Quintela @ 2023-01-30 4:49 UTC (permalink / raw)
To: Markus Armbruster; +Cc: qemu-devel, richard.henderson, pbonzini, dgilbert
Markus Armbruster <armbru@redhat.com> wrote:
> Commit 0e9b5cd6b2 "migration: introduce UFFD-WP low-level interface
> helpers" added util/userfaultfd.c without covering it in MAINTAINERS.
> Add it to section "Migration".
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h
2023-01-19 9:15 [PATCH 0/2] MAINTAINERS: Small potatos Markus Armbruster
2023-01-19 9:15 ` [PATCH 1/2] MAINTAINERS: Cover userfaultfd Markus Armbruster
@ 2023-01-19 9:15 ` Markus Armbruster
2023-01-19 10:24 ` Philippe Mathieu-Daudé
2023-01-30 4:49 ` Juan Quintela
2023-01-20 17:01 ` [PATCH 3/2] MAINTAINERS: Cover tpm.c again Markus Armbruster
2 siblings, 2 replies; 11+ messages in thread
From: Markus Armbruster @ 2023-01-19 9:15 UTC (permalink / raw)
To: qemu-devel; +Cc: richard.henderson, pbonzini, quintela, dgilbert
Commit bd688fc931 "accel: introduce accelerator blocker API" aded
include/sysemu/accel-blocker.h and accel/accel-blocker.c. MAINTAINERS
covers the latter in section "Guest CPU Cores (other accelerators) /
Overall", but not the former. Fix that.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0dfdf71d48..c888ccaf7a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -437,7 +437,7 @@ M: Richard Henderson <richard.henderson@linaro.org>
R: Paolo Bonzini <pbonzini@redhat.com>
S: Maintained
F: include/qemu/accel.h
-F: include/sysemu/accel-ops.h
+F: include/sysemu/accel-*.h
F: include/hw/core/accel-cpu.h
F: accel/accel-*.c
F: accel/Makefile.objs
--
2.39.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h
2023-01-19 9:15 ` [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h Markus Armbruster
@ 2023-01-19 10:24 ` Philippe Mathieu-Daudé
2023-01-19 10:32 ` Markus Armbruster
2023-01-30 4:49 ` Juan Quintela
1 sibling, 1 reply; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-01-19 10:24 UTC (permalink / raw)
To: Markus Armbruster, qemu-devel, Emanuele Giuseppe Esposito
Cc: richard.henderson, pbonzini, quintela, dgilbert
On 19/1/23 10:15, Markus Armbruster wrote:
> Commit bd688fc931 "accel: introduce accelerator blocker API" aded
> include/sysemu/accel-blocker.h and accel/accel-blocker.c. MAINTAINERS
> covers the latter in section "Guest CPU Cores (other accelerators) /
> Overall", but not the former. Fix that.
Doesn't this belong to "Read, Copy, Update (RCU)" or "Main loop"
sections?
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0dfdf71d48..c888ccaf7a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -437,7 +437,7 @@ M: Richard Henderson <richard.henderson@linaro.org>
> R: Paolo Bonzini <pbonzini@redhat.com>
> S: Maintained
> F: include/qemu/accel.h
> -F: include/sysemu/accel-ops.h
> +F: include/sysemu/accel-*.h
> F: include/hw/core/accel-cpu.h
> F: accel/accel-*.c
> F: accel/Makefile.objs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h
2023-01-19 10:24 ` Philippe Mathieu-Daudé
@ 2023-01-19 10:32 ` Markus Armbruster
0 siblings, 0 replies; 11+ messages in thread
From: Markus Armbruster @ 2023-01-19 10:32 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: Markus Armbruster, qemu-devel, Emanuele Giuseppe Esposito,
richard.henderson, pbonzini, quintela, dgilbert
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> On 19/1/23 10:15, Markus Armbruster wrote:
>> Commit bd688fc931 "accel: introduce accelerator blocker API" aded
>> include/sysemu/accel-blocker.h and accel/accel-blocker.c. MAINTAINERS
>> covers the latter in section "Guest CPU Cores (other accelerators) /
>> Overall", but not the former. Fix that.
>
> Doesn't this belong to "Read, Copy, Update (RCU)" or "Main loop"
> sections?
I have no idea, I merely aped the existing accel/accel-*.c line :)
>> Signed-off-by: Markus Armbruster <armbru@redhat.com>
>> ---
>> MAINTAINERS | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0dfdf71d48..c888ccaf7a 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -437,7 +437,7 @@ M: Richard Henderson <richard.henderson@linaro.org>
>> R: Paolo Bonzini <pbonzini@redhat.com>
>> S: Maintained
>> F: include/qemu/accel.h
>> -F: include/sysemu/accel-ops.h
>> +F: include/sysemu/accel-*.h
>> F: include/hw/core/accel-cpu.h
>> F: accel/accel-*.c
>> F: accel/Makefile.objs
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h
2023-01-19 9:15 ` [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h Markus Armbruster
2023-01-19 10:24 ` Philippe Mathieu-Daudé
@ 2023-01-30 4:49 ` Juan Quintela
1 sibling, 0 replies; 11+ messages in thread
From: Juan Quintela @ 2023-01-30 4:49 UTC (permalink / raw)
To: Markus Armbruster; +Cc: qemu-devel, richard.henderson, pbonzini, dgilbert
Markus Armbruster <armbru@redhat.com> wrote:
> Commit bd688fc931 "accel: introduce accelerator blocker API" aded
> include/sysemu/accel-blocker.h and accel/accel-blocker.c. MAINTAINERS
> covers the latter in section "Guest CPU Cores (other accelerators) /
> Overall", but not the former. Fix that.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH 3/2] MAINTAINERS: Cover tpm.c again
2023-01-19 9:15 [PATCH 0/2] MAINTAINERS: Small potatos Markus Armbruster
2023-01-19 9:15 ` [PATCH 1/2] MAINTAINERS: Cover userfaultfd Markus Armbruster
2023-01-19 9:15 ` [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h Markus Armbruster
@ 2023-01-20 17:01 ` Markus Armbruster
2 siblings, 0 replies; 11+ messages in thread
From: Markus Armbruster @ 2023-01-20 17:01 UTC (permalink / raw)
To: qemu-devel; +Cc: stefanb
Commit 800d4deda0 "softmmu: move more files to softmmu/" (v5.2.0)
updated MAINTAINERS for all moved files but one. Fix that.
Fixes: 800d4deda04be016a95fbbf397c830a2d14ff9f6
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c888ccaf7a..27a2dac726 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3068,7 +3068,7 @@ T: git https://github.com/stefanha/qemu.git tracing
TPM
M: Stefan Berger <stefanb@linux.ibm.com>
S: Maintained
-F: tpm.c
+F: softmmu/tpm.c
F: hw/tpm/*
F: include/hw/acpi/tpm.h
F: include/sysemu/tpm*
--
2.39.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2023-01-30 4:50 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 9:15 [PATCH 0/2] MAINTAINERS: Small potatos Markus Armbruster
2023-01-19 9:15 ` [PATCH 1/2] MAINTAINERS: Cover userfaultfd Markus Armbruster
2023-01-19 9:21 ` Dr. David Alan Gilbert
2023-01-19 10:06 ` Philippe Mathieu-Daudé
2023-01-30 4:17 ` Juan Quintela
2023-01-30 4:49 ` Juan Quintela
2023-01-19 9:15 ` [PATCH 2/2] MAINTAINERS: Cover include/sysemu/accel-blocker.h Markus Armbruster
2023-01-19 10:24 ` Philippe Mathieu-Daudé
2023-01-19 10:32 ` Markus Armbruster
2023-01-30 4:49 ` Juan Quintela
2023-01-20 17:01 ` [PATCH 3/2] MAINTAINERS: Cover tpm.c again Markus Armbruster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).