qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
@ 2021-02-08 11:37 Peter Maydell
  2021-02-08 11:38 ` Philippe Mathieu-Daudé
  2021-02-08 13:33 ` Alex Bennée
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Maydell @ 2021-02-08 11:37 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial; +Cc: Philippe Mathieu-Daudé, Alex Bennée

The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
Noticed this because my recent patchset which touched gdbstub.h
didn't cause check-maintainers to add the gdb stub maintainers
automatically.
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d8b0bf966d..f5e27502435 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2336,6 +2336,7 @@ M: Alex Bennée <alex.bennee@linaro.org>
 R: Philippe Mathieu-Daudé <philmd@redhat.com>
 S: Maintained
 F: gdbstub*
+F: include/exec/gdbstub.h
 F: gdb-xml/
 F: tests/tcg/multiarch/gdbstub/
 
-- 
2.20.1



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

* Re: [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
  2021-02-08 11:37 [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section Peter Maydell
@ 2021-02-08 11:38 ` Philippe Mathieu-Daudé
  2021-02-08 13:33 ` Alex Bennée
  1 sibling, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-02-08 11:38 UTC (permalink / raw)
  To: Peter Maydell, qemu-devel, qemu-trivial; +Cc: Alex Bennée

On 2/8/21 12:37 PM, Peter Maydell wrote:
> The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> Noticed this because my recent patchset which touched gdbstub.h
> didn't cause check-maintainers to add the gdb stub maintainers
> automatically.
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>



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

* Re: [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
  2021-02-08 11:37 [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section Peter Maydell
  2021-02-08 11:38 ` Philippe Mathieu-Daudé
@ 2021-02-08 13:33 ` Alex Bennée
  2021-02-09 10:34   ` Peter Maydell
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Bennée @ 2021-02-08 13:33 UTC (permalink / raw)
  To: Peter Maydell; +Cc: qemu-trivial, Philippe Mathieu-Daudé, qemu-devel


Peter Maydell <peter.maydell@linaro.org> writes:

> The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> Noticed this because my recent patchset which touched gdbstub.h
> didn't cause check-maintainers to add the gdb stub maintainers
> automatically.

Acked-by: Alex Bennée <alex.bennee@linaro.org>

Do you want me to pull these into my tree (with your other set)?

-- 
Alex Bennée


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

* Re: [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
  2021-02-08 13:33 ` Alex Bennée
@ 2021-02-09 10:34   ` Peter Maydell
  2021-02-09 20:40     ` Alex Bennée
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Maydell @ 2021-02-09 10:34 UTC (permalink / raw)
  To: Alex Bennée
  Cc: QEMU Trivial, Philippe Mathieu-Daudé, QEMU Developers

On Mon, 8 Feb 2021 at 13:34, Alex Bennée <alex.bennee@linaro.org> wrote:
>
>
> Peter Maydell <peter.maydell@linaro.org> writes:
>
> > The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
> >
> > Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> > ---
> > Noticed this because my recent patchset which touched gdbstub.h
> > didn't cause check-maintainers to add the gdb stub maintainers
> > automatically.
>
> Acked-by: Alex Bennée <alex.bennee@linaro.org>
>
> Do you want me to pull these into my tree (with your other set)?

Yeah, that's probably best I guess.

thanks
-- PMM


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

* Re: [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section
  2021-02-09 10:34   ` Peter Maydell
@ 2021-02-09 20:40     ` Alex Bennée
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2021-02-09 20:40 UTC (permalink / raw)
  To: Peter Maydell; +Cc: QEMU Trivial, Philippe Mathieu-Daudé, QEMU Developers


Peter Maydell <peter.maydell@linaro.org> writes:

> On Mon, 8 Feb 2021 at 13:34, Alex Bennée <alex.bennee@linaro.org> wrote:
>>
>>
>> Peter Maydell <peter.maydell@linaro.org> writes:
>>
>> > The F: patterns in the "GDB stub" section forgot gdbstub.h; add it.
>> >
>> > Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
>> > ---
>> > Noticed this because my recent patchset which touched gdbstub.h
>> > didn't cause check-maintainers to add the gdb stub maintainers
>> > automatically.
>>
>> Acked-by: Alex Bennée <alex.bennee@linaro.org>
>>
>> Do you want me to pull these into my tree (with your other set)?
>
> Yeah, that's probably best I guess.

Queued to gdbstub/next, thanks.

-- 
Alex Bennée


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

end of thread, other threads:[~2021-02-09 20:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-08 11:37 [PATCH] MAINTAINERS: Add gdbstub.h to the "GDB stub" section Peter Maydell
2021-02-08 11:38 ` Philippe Mathieu-Daudé
2021-02-08 13:33 ` Alex Bennée
2021-02-09 10:34   ` Peter Maydell
2021-02-09 20:40     ` Alex Bennée

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).