qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Peter Maydell" <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org, qemu-arm@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2 01/17] MAINTAINERS: add missing ARM entries
Date: Thu, 31 Aug 2017 07:07:36 +0200	[thread overview]
Message-ID: <3fae2ca1-90d0-b62a-d932-8c0d2cf2b62c@redhat.com> (raw)
In-Reply-To: <20170830215523.25278-2-f4bug@amsat.org>

On 30.08.2017 23:55, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  MAINTAINERS | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ccee28b12d..b363e1b9c9 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -380,6 +380,7 @@ M: Peter Maydell <peter.maydell@linaro.org>
>  L: qemu-arm@nongnu.org
>  S: Maintained
>  F: hw/char/pl011.c
> +F: include/hw/char/pl011.h
>  F: hw/display/pl110*
>  F: hw/dma/pl080.c
>  F: hw/dma/pl330.c
> @@ -403,13 +404,15 @@ F: hw/intc/gic_internal.h
>  F: hw/misc/a9scu.c
>  F: hw/misc/arm11scu.c
>  F: hw/timer/a9gtimer*
> -F: hw/timer/arm_*
> -F: include/hw/arm/arm.h
> +F: hw/timer/arm*
> +F: include/hw/arm/arm*.h
>  F: include/hw/intc/arm*
>  F: include/hw/misc/a9scu.h
>  F: include/hw/misc/arm11scu.h
>  F: include/hw/timer/a9gtimer.h
>  F: include/hw/timer/arm_mptimer.h
> +F: include/hw/timer/armv7m_systick.h
> +F: tests/test-arm-mptimer.c
>  
>  Exynos
>  M: Igor Mitsyanko <i.mitsyanko@gmail.com>

Reviewed-by: Thomas Huth <thuth@redhat.com>

  reply	other threads:[~2017-08-31  5:07 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-30 21:55 [Qemu-devel] [PATCH v2 00/17] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 01/17] MAINTAINERS: add missing ARM entries Philippe Mathieu-Daudé
2017-08-31  5:07   ` Thomas Huth [this message]
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 02/17] MAINTAINERS: add missing Versatile PB entry Philippe Mathieu-Daudé
2017-08-31  5:22   ` Thomas Huth
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 03/17] MAINTAINERS: add missing STM32 entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 04/17] MAINTAINERS: add missing entry for vhost Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 05/17] MAINTAINERS: add missing VMWare entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 06/17] MAINTAINERS: add missing Guest Agent entries Philippe Mathieu-Daudé
2017-09-08 13:04   ` Philippe Mathieu-Daudé
2017-09-08 16:36     ` Michael Roth
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 07/17] MAINTAINERS: add missing qcow2 entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 08/17] MAINTAINERS: add missing USB entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 09/17] MAINTAINERS: add missing PCI entries Philippe Mathieu-Daudé
2017-09-04  9:51   ` Marcel Apfelbaum
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 10/17] MAINTAINERS: add missing SSI entries Philippe Mathieu-Daudé
2017-08-30 23:13   ` Alistair Francis
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 11/17] MAINTAINERS: add missing entries for throttling infra Philippe Mathieu-Daudé
2017-08-31  7:45   ` Alberto Garcia
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 12/17] MAINTAINERS: add missing megasas test entry Philippe Mathieu-Daudé
2017-09-08 13:04   ` Philippe Mathieu-Daudé
2017-09-08 17:12     ` Philippe Mathieu-Daudé
2017-09-08 17:29       ` Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 13/17] MAINTAINERS: add missing AIO entry Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 14/17] MAINTAINERS: add missing entry for Generic Loader Philippe Mathieu-Daudé
2017-08-30 23:13   ` Alistair Francis
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 15/17] MAINTAINERS: add missing Cryptography entry Philippe Mathieu-Daudé
2017-08-31  9:19   ` Daniel P. Berrange
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 16/17] MAINTAINERS: update docs/devel/ entries Philippe Mathieu-Daudé
2017-08-30 21:55 ` [Qemu-devel] [PATCH v2 17/17] MAINTAINERS: update docs/interop/ entries Philippe Mathieu-Daudé
2017-08-31  3:55 ` [Qemu-devel] [PATCH v2 00/17] add missing entries in MAINTAINERS Philippe Mathieu-Daudé
2017-09-08 12:51 ` Michael S. Tsirkin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3fae2ca1-90d0-b62a-d932-8c0d2cf2b62c@redhat.com \
    --to=thuth@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).