From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUJiK-0000oJ-5v for qemu-devel@nongnu.org; Fri, 12 Feb 2016 14:49:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUJiF-0001i5-DH for qemu-devel@nongnu.org; Fri, 12 Feb 2016 14:49:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUJiF-0001hn-7c for qemu-devel@nongnu.org; Fri, 12 Feb 2016 14:49:07 -0500 From: Marcel Apfelbaum Date: Fri, 12 Feb 2016 21:49:02 +0200 Message-Id: <1455306542-15043-1-git-send-email-marcel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH V2] MAINTAINERS: add machine section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: marcel@redhat.com, peter.maydell@linaro.org, ehabkost@redhat.com, afaerber@suse.de Eduardo and me will maintain it. Signed-off-by: Marcel Apfelbaum Acked-by: Andreas F=C3=A4rber --- v1 -> v2: Modified description to "Machine core" (Eduardo) =20 MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 2d6ee17..0590342 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1200,6 +1200,13 @@ F: docs/*qmp-* F: scripts/qmp/ T: git git://repo.or.cz/qemu/armbru.git qapi-next =20 +Machine core +M: Eduardo Habkost +M: Marcel Apfelbaum +S: Supported +F: hw/core/machine.c +F: include/hw/boards.h + SLIRP M: Jan Kiszka S: Maintained --=20 2.4.3