qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Cc: armbru@redhat.com
Subject: [Qemu-devel] [PATCH 03/14] MAINTAINERS: Add disassemblers to the various backends
Date: Tue, 22 Sep 2015 11:56:42 +0200	[thread overview]
Message-ID: <1442915813-21059-4-git-send-email-pbonzini@redhat.com> (raw)
In-Reply-To: <1442915813-21059-1-git-send-email-pbonzini@redhat.com>

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 MAINTAINERS | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7c81848..af4952c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -77,6 +77,7 @@ S: Maintained
 F: target-alpha/
 F: hw/alpha/
 F: tests/tcg/alpha/
+F: disas/alpha.c
 
 ARM
 M: Peter Maydell <peter.maydell@linaro.org>
@@ -84,6 +85,9 @@ S: Maintained
 F: target-arm/
 F: hw/arm/
 F: hw/cpu/a*mpcore.c
+F: disas/arm.c
+F: disas/arm-a64.cc
+F: disas/libvixl/
 
 CRIS
 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
@@ -91,6 +95,7 @@ S: Maintained
 F: target-cris/
 F: hw/cris/
 F: tests/tcg/cris/
+F: disas/cris.c
 
 LM32
 M: Michael Walle <michael@walle.cc>
@@ -114,6 +119,7 @@ M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
 S: Maintained
 F: target-microblaze/
 F: hw/microblaze/
+F: disas/microblaze.c
 
 MIPS
 M: Aurelien Jarno <aurelien@aurel32.net>
@@ -122,11 +128,13 @@ S: Maintained
 F: target-mips/
 F: hw/mips/
 F: tests/tcg/mips/
+F: disas/mips.c
 
 Moxie
 M: Anthony Green <green@moxielogic.com>
 S: Maintained
 F: target-moxie/
+F: disas/moxie.c
 
 OpenRISC
 M: Jia Liu <proljc@gmail.com>
@@ -141,6 +149,7 @@ L: qemu-ppc@nongnu.org
 S: Maintained
 F: target-ppc/
 F: hw/ppc/
+F: disas/ppc.c
 
 S390
 M: Richard Henderson <rth@twiddle.net>
@@ -148,12 +157,14 @@ M: Alexander Graf <agraf@suse.de>
 S: Maintained
 F: target-s390x/
 F: hw/s390x/
+F: disas/s390.c
 
 SH4
 M: Aurelien Jarno <aurelien@aurel32.net>
 S: Odd Fixes
 F: target-sh4/
 F: hw/sh4/
+F: disas/sh4.c
 
 SPARC
 M: Blue Swirl <blauwirbel@gmail.com>
@@ -162,6 +173,7 @@ S: Maintained
 F: target-sparc/
 F: hw/sparc/
 F: hw/sparc64/
+F: disas/sparc.c
 
 UniCore32
 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
@@ -176,6 +188,7 @@ M: Eduardo Habkost <ehabkost@redhat.com>
 S: Maintained
 F: target-i386/
 F: hw/i386/
+F: disas/i386.c
 
 Xtensa
 M: Max Filippov <jcmvbkbc@gmail.com>
@@ -1116,48 +1129,58 @@ M: Claudio Fontana <claudio.fontana@huawei.com>
 M: Claudio Fontana <claudio.fontana@gmail.com>
 S: Maintained
 F: tcg/aarch64/
+F: disas/arm-a64.cc
+F: disas/libvixl/
 
 ARM target
 M: Andrzej Zaborowski <balrogg@gmail.com>
 S: Maintained
 F: tcg/arm/
+F: disas/arm.c
 
 i386 target
 L: qemu-devel@nongnu.org
 S: Maintained
 F: tcg/i386/
+F: disas/i386.c
 
 IA64 target
 M: Aurelien Jarno <aurelien@aurel32.net>
 S: Maintained
 F: tcg/ia64/
+F: disas/ia64.c
 
 MIPS target
 M: Aurelien Jarno <aurelien@aurel32.net>
 S: Maintained
 F: tcg/mips/
+F: disas/mips.c
 
 PPC
 M: Vassili Karpov (malc) <av1474@comtv.ru>
 S: Maintained
 F: tcg/ppc/
+F: disas/ppc.c
 
 S390 target
 M: Alexander Graf <agraf@suse.de>
 M: Richard Henderson <rth@twiddle.net>
 S: Maintained
 F: tcg/s390/
+F: disas/s390.c
 
 SPARC target
 M: Blue Swirl <blauwirbel@gmail.com>
 S: Maintained
 F: tcg/sparc/
+F: disas/sparc.c
 
 TCI target
 M: Stefan Weil <sw@weilnetz.de>
 S: Maintained
 F: tcg/tci/
 F: tci.c
+F: disas/tci.c
 
 Stable branches
 ---------------
-- 
2.5.0

  parent reply	other threads:[~2015-09-22  9:57 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-22  9:56 [Qemu-devel] [PATCH 00/14] Maintainers TLC Paolo Bonzini
2015-09-22  9:56 ` [Qemu-devel] [PATCH 01/14] get_maintainer.pl: \C is deprecated Paolo Bonzini
2015-09-22  9:56 ` [Qemu-devel] [PATCH 02/14] MAINTAINERS: there is no PPC64 TCG backend anymore Paolo Bonzini
2015-09-24 12:21   ` Markus Armbruster
2015-09-24 15:49     ` Michael Tokarev
2015-09-24 16:21       ` Markus Armbruster
2015-09-22  9:56 ` Paolo Bonzini [this message]
2015-09-22  9:56 ` [Qemu-devel] [PATCH 05/14] MAINTAINERS: Add more s390 files Paolo Bonzini
2015-09-22 10:30   ` Christian Borntraeger
2015-09-22  9:56 ` [Qemu-devel] [PATCH 06/14] MAINTAINERS: add IPack section Paolo Bonzini
2015-09-22 10:14   ` Alberto Garcia
2015-09-22  9:56 ` [Qemu-devel] [PATCH 07/14] MAINTAINERS: add two devices to the e500 section Paolo Bonzini
2015-09-22  9:56 ` [Qemu-devel] [PATCH 08/14] MAINTAINERS: add more devices to the PC section Paolo Bonzini
2015-09-22 10:40   ` Michael S. Tsirkin
2015-09-22 10:41   ` Michael S. Tsirkin
2015-09-22  9:56 ` [Qemu-devel] [PATCH 09/14] MAINTAINERS: add more devices to the PCI section Paolo Bonzini
2015-09-22 10:42   ` Michael S. Tsirkin
2015-09-22  9:56 ` [Qemu-devel] [PATCH 10/14] MAINTAINERS: add maintainer for character device front-ends Paolo Bonzini
2015-09-22  9:56 ` [Qemu-devel] [PATCH 11/14] MAINTAINERS: add maintainer for network " Paolo Bonzini
2015-09-24  3:15   ` Jason Wang
2015-09-22  9:56 ` [Qemu-devel] [PATCH 12/14] MAINTAINERS: Add more pxa2xx files and boards Paolo Bonzini
2015-09-22  9:56 ` [Qemu-devel] [PATCH 13/14] MAINTAINERS: Add maintainer for ARM PrimeCell and integrated devices Paolo Bonzini
2015-09-22 13:33   ` Thomas Huth
2015-09-22  9:56 ` [Qemu-devel] [PATCH 14/14] MAINTAINERS: Add more devices to realview board Paolo Bonzini

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=1442915813-21059-4-git-send-email-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=armbru@redhat.com \
    --cc=qemu-devel@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).