From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33570) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeP1N-0001i4-Qd for qemu-devel@nongnu.org; Tue, 22 Sep 2015 10:58:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeP1I-0003uJ-VI for qemu-devel@nongnu.org; Tue, 22 Sep 2015 10:58:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeP1I-0003uD-Qf for qemu-devel@nongnu.org; Tue, 22 Sep 2015 10:58:12 -0400 Message-ID: <1442933888.13084.19.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 22 Sep 2015 16:58:08 +0200 In-Reply-To: <56015AB4.30503@redhat.com> References: <87mw8rumhb.fsf@blackfin.pond.sub.org> <87y4s8h5rh.fsf@blackfin.pond.sub.org> <876132olyi.fsf@blackfin.pond.sub.org> <56015AB4.30503@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: Juan Quintela , qemu-devel , "Michael S. Tsirkin" , Alexander Graf , Markus Armbruster , Leon Alrae , Aurelien Jarno Hi, > > docs/usb-storage.txt > > docs/usb2.txt > > include/hw/usb.h > > include/hw/usb/ehci-regs.h > > include/hw/usb/uhci-regs.h > > include/ui/console.h > > include/ui/egl-helpers.h > > include/ui/gtk.h > > include/ui/input.h > > include/ui/pixel_ops.h > > include/ui/qemu-pixman.h > > include/ui/sdl2.h > > include/ui/shader.h > > include/ui/spice-display.h > Gerd? Yes. usb obviously to the usb section. The include/ui/ includes to the corresponding ui/ sections (vnc, spice, ...). There are possibly some uncovered files in ui/ too, maybe we need new ui section(s), all the new opengl bits are not yet covered I think. thanks for looking at this, Gerd