From patchwork Wed Oct 22 12:56:57 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Luiz Capitulino X-Patchwork-Id: 402106 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id E68F5140080 for ; Thu, 23 Oct 2014 00:06:16 +1100 (AEDT) Received: from localhost ([::1]:57153 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvcE-0005lX-KM for incoming@patchwork.ozlabs.org; Wed, 22 Oct 2014 09:06:14 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56869) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvWi-0004u2-Pd for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:00:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgvWb-0007g6-Nm for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:00:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:20918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgvWb-0007fx-As for qemu-devel@nongnu.org; Wed, 22 Oct 2014 09:00:25 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9MD0O18017801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 22 Oct 2014 09:00:24 -0400 Received: from localhost (ovpn-116-128.ams2.redhat.com [10.36.116.128]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s9MD0M2R017060; Wed, 22 Oct 2014 09:00:22 -0400 Date: Wed, 22 Oct 2014 08:56:57 -0400 From: Luiz Capitulino To: qemu-devel@nongnu.org Message-ID: <20141022085657.3cf64b22@redhat.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: pbonzini@redhat.com, armbru@redhat.com Subject: [Qemu-devel] [PATCH] MAINTAINERS: add entry for qobject files X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Luiz Capitulino --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 206bf7e..5b97540 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -825,6 +825,12 @@ S: Supported F: qapi-schema.json T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp +QObject +M: Luiz Capitulino +S: Maintained +F: qobject/ +T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp + QOM M: Anthony Liguori M: Andreas Färber