From patchwork Thu Jan 21 17:01:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefano Stabellini X-Patchwork-Id: 571259 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 F0F611402D9 for ; Fri, 22 Jan 2016 04:03:45 +1100 (AEDT) Received: from localhost ([::1]:48939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMIe8-0006ya-2B for incoming@patchwork.ozlabs.org; Thu, 21 Jan 2016 12:03:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMId0-0004nl-Vf for qemu-devel@nongnu.org; Thu, 21 Jan 2016 12:02:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aMId0-0001sS-1x for qemu-devel@nongnu.org; Thu, 21 Jan 2016 12:02:34 -0500 Received: from smtp.citrix.com ([66.165.176.89]:15843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aMIcz-0001rV-Sa for qemu-devel@nongnu.org; Thu, 21 Jan 2016 12:02:33 -0500 X-IronPort-AV: E=Sophos;i="5.22,326,1449532800"; d="scan'208";a="326849787" From: Stefano Stabellini To: Date: Thu, 21 Jan 2016 17:01:20 +0000 Message-ID: <1453395690-32660-1-git-send-email-stefano.stabellini@eu.citrix.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: References: MIME-Version: 1.0 X-DLP: MIA1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.165.176.89 Cc: Markus Armbruster , xen-devel@lists.xensource.com, qemu-devel@nongnu.org, Stefano Stabellini Subject: [Qemu-devel] [PULL 01/11] MAINTAINERS: update Xen 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 Add the PV block backend, the Xen mapcache, and hw/i386/xen to the list of Xen related files maintained by me. Signed-off-by: Stefano Stabellini Reviewed-by: Markus Armbruster --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index d8b0f36..e3d4513 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -273,9 +273,12 @@ F: */xen* F: hw/char/xen_console.c F: hw/display/xenfb.c F: hw/net/xen_nic.c +F: hw/block/xen_* F: hw/xen/ F: hw/xenpv/ +F: hw/i386/xen/ F: include/hw/xen/ +F: include/sysemu/xen-mapcache.h Hosts: ------