From patchwork Tue Jun 23 09:05:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 487552 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 4DD911401AD for ; Tue, 23 Jun 2015 19:08:18 +1000 (AEST) Received: from localhost ([::1]:44135 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7KBk-000849-DJ for incoming@patchwork.ozlabs.org; Tue, 23 Jun 2015 05:08:16 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7K8m-0004m4-50 for qemu-devel@nongnu.org; Tue, 23 Jun 2015 05:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z7K8h-00082e-CU for qemu-devel@nongnu.org; Tue, 23 Jun 2015 05:05:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z7K8h-00080X-5S for qemu-devel@nongnu.org; Tue, 23 Jun 2015 05:05:07 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id D49823582BD for ; Tue, 23 Jun 2015 09:05:06 +0000 (UTC) Received: from nilsson.home.kraxel.org (ovpn-116-26.ams2.redhat.com [10.36.116.26]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t5N955fX010045; Tue, 23 Jun 2015 05:05:06 -0400 Received: by nilsson.home.kraxel.org (Postfix, from userid 500) id 3CF9A831B7; Tue, 23 Jun 2015 11:05:05 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Tue, 23 Jun 2015 11:05:02 +0200 Message-Id: <1435050302-6389-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1435050302-6389-1-git-send-email-kraxel@redhat.com> References: <1435050302-6389-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 3/3] Add MAINTAINERS entry for virtio-input 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: Gerd Hoffmann --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 106e2e4..3639173 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -728,6 +728,12 @@ S: Supported F: hw/s390x/virtio-ccw.[hc] T: git git://github.com/cohuck/qemu virtio-ccw-upstr +virtio-input +M: Gerd Hoffmann +S: Maintained +F: hw/input/virtio-input*.c +F: include/hw/virtio/virtio-input.h + virtio-serial M: Amit Shah S: Supported