From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLJi-00015p-Bl for qemu-devel@nongnu.org; Mon, 29 Feb 2016 05:44:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaLJc-0003Fo-GW for qemu-devel@nongnu.org; Mon, 29 Feb 2016 05:44:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaLJc-0003FJ-Ay for qemu-devel@nongnu.org; Mon, 29 Feb 2016 05:44:36 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id 84E961E22 for ; Mon, 29 Feb 2016 10:44:34 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 29 Feb 2016 11:44:29 +0100 Message-Id: <1456742670-808-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1456742670-808-1-git-send-email-kraxel@redhat.com> References: <1456742670-808-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 2/3] MAINTAINERS: Add spice-display.h to the SPICE section List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Thomas Huth , Gerd Hoffmann From: Thomas Huth Signed-off-by: Thomas Huth Message-id: 1456392967-20274-3-git-send-email-thuth@redhat.com Signed-off-by: Gerd Hoffmann --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index caa5260..83ad8f4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1087,6 +1087,7 @@ SPICE M: Gerd Hoffmann S: Supported F: include/ui/qemu-spice.h +F: include/ui/spice-display.h F: ui/spice-*.c F: audio/spiceaudio.c F: hw/display/qxl* -- 1.8.3.1