* [PATCH] MAINTAINERS: Cover RCU documentation
@ 2023-01-19 10:26 Philippe Mathieu-Daudé
2023-02-07 9:11 ` Philippe Mathieu-Daudé
2023-02-24 9:27 ` Paolo Bonzini
0 siblings, 2 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-01-19 10:26 UTC (permalink / raw)
To: qemu-devel
Cc: Paolo Bonzini, qemu-block, Emanuele Giuseppe Esposito,
qemu-trivial, Markus Armbruster, Philippe Mathieu-Daudé
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 0fe50d01e3..73e9cb33f5 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2812,6 +2812,8 @@ F: qapi/run-state.json
Read, Copy, Update (RCU)
M: Paolo Bonzini <pbonzini@redhat.com>
S: Maintained
+F: docs/devel/lockcnt.txt
+F: docs/devel/rcu.txt
F: include/qemu/rcu*.h
F: tests/unit/rcutorture.c
F: tests/unit/test-rcu-*.c
--
2.38.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Cover RCU documentation
2023-01-19 10:26 [PATCH] MAINTAINERS: Cover RCU documentation Philippe Mathieu-Daudé
@ 2023-02-07 9:11 ` Philippe Mathieu-Daudé
2023-02-23 21:41 ` Philippe Mathieu-Daudé
2023-02-24 9:27 ` Paolo Bonzini
1 sibling, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-02-07 9:11 UTC (permalink / raw)
To: qemu-devel, Thomas Huth
Cc: Paolo Bonzini, qemu-block, Emanuele Giuseppe Esposito,
qemu-trivial, Markus Armbruster
Ping?
On 19/1/23 11:26, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
> MAINTAINERS | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0fe50d01e3..73e9cb33f5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2812,6 +2812,8 @@ F: qapi/run-state.json
> Read, Copy, Update (RCU)
> M: Paolo Bonzini <pbonzini@redhat.com>
> S: Maintained
> +F: docs/devel/lockcnt.txt
> +F: docs/devel/rcu.txt
> F: include/qemu/rcu*.h
> F: tests/unit/rcutorture.c
> F: tests/unit/test-rcu-*.c
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Cover RCU documentation
2023-02-07 9:11 ` Philippe Mathieu-Daudé
@ 2023-02-23 21:41 ` Philippe Mathieu-Daudé
2023-02-24 6:31 ` Markus Armbruster
0 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-02-23 21:41 UTC (permalink / raw)
To: qemu-devel, Thomas Huth
Cc: Paolo Bonzini, qemu-block, Emanuele Giuseppe Esposito,
qemu-trivial, Markus Armbruster
ping^2
On 7/2/23 10:11, Philippe Mathieu-Daudé wrote:
> Ping?
>
> On 19/1/23 11:26, Philippe Mathieu-Daudé wrote:
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
>> ---
>> MAINTAINERS | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0fe50d01e3..73e9cb33f5 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -2812,6 +2812,8 @@ F: qapi/run-state.json
>> Read, Copy, Update (RCU)
>> M: Paolo Bonzini <pbonzini@redhat.com>
>> S: Maintained
>> +F: docs/devel/lockcnt.txt
>> +F: docs/devel/rcu.txt
>> F: include/qemu/rcu*.h
>> F: tests/unit/rcutorture.c
>> F: tests/unit/test-rcu-*.c
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Cover RCU documentation
2023-02-23 21:41 ` Philippe Mathieu-Daudé
@ 2023-02-24 6:31 ` Markus Armbruster
0 siblings, 0 replies; 5+ messages in thread
From: Markus Armbruster @ 2023-02-24 6:31 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel, Thomas Huth, Paolo Bonzini, qemu-block,
Emanuele Giuseppe Esposito, qemu-trivial, Markus Armbruster
Philippe Mathieu-Daudé <philmd@linaro.org> writes:
> ping^2
You misspelled "Paolo?" You're welcome! ;-P
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] MAINTAINERS: Cover RCU documentation
2023-01-19 10:26 [PATCH] MAINTAINERS: Cover RCU documentation Philippe Mathieu-Daudé
2023-02-07 9:11 ` Philippe Mathieu-Daudé
@ 2023-02-24 9:27 ` Paolo Bonzini
1 sibling, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2023-02-24 9:27 UTC (permalink / raw)
To: Philippe Mathieu-Daudé
Cc: qemu-devel, qemu-block, Emanuele Giuseppe Esposito, qemu-trivial,
Markus Armbruster
Queued, thanks.
Paolo
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-02-24 9:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-19 10:26 [PATCH] MAINTAINERS: Cover RCU documentation Philippe Mathieu-Daudé
2023-02-07 9:11 ` Philippe Mathieu-Daudé
2023-02-23 21:41 ` Philippe Mathieu-Daudé
2023-02-24 6:31 ` Markus Armbruster
2023-02-24 9:27 ` Paolo Bonzini
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).