From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgrn3-0003b9-8D for qemu-devel@nongnu.org; Wed, 22 Oct 2014 05:01:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgrmv-0003WI-Nw for qemu-devel@nongnu.org; Wed, 22 Oct 2014 05:01:09 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:51436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgrmv-0003W4-Hg for qemu-devel@nongnu.org; Wed, 22 Oct 2014 05:01:01 -0400 Received: by mail-wi0-f173.google.com with SMTP id fb4so711280wid.12 for ; Wed, 22 Oct 2014 02:01:00 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <54477248.20208@redhat.com> Date: Wed, 22 Oct 2014 11:00:56 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <87mw8rumhb.fsf@blackfin.pond.sub.org> <87y4s8h5rh.fsf@blackfin.pond.sub.org> In-Reply-To: <87y4s8h5rh.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel > Down to 491 our of 1841 (27%). Progress, but not quite enough. I think a better analysis would be on patches, not files. Which is really hard to do, of course. But as a rule of thumb, tests/ and include/ patches should also touch files outside those directories. Not many people, unfortunately, write tests out of a whim. So I wouldn't care much about those. Some low-hanging fruit: > libcacard/Makefile > libcacard/cac.c > libcacard/cac.h > libcacard/card_7816.c > libcacard/card_7816.h > libcacard/card_7816t.h > libcacard/event.c > libcacard/eventt.h > libcacard/libcacard.pc.in > libcacard/libcacard.syms > libcacard/link_test.c > libcacard/vcard.c > libcacard/vcard.h > libcacard/vcard_emul.h > libcacard/vcard_emul_nss.c > libcacard/vcard_emul_type.c > libcacard/vcard_emul_type.h > libcacard/vcardt.c > libcacard/vcardt.h > libcacard/vcardt_internal.h > libcacard/vevent.h > libcacard/vreader.c > libcacard/vreader.h > libcacard/vreadert.h > libcacard/vscard_common.h > libcacard/vscclient.c Alon? > libdecnumber/decContext.c > libdecnumber/decNumber.c > libdecnumber/dpd/decimal128.c > libdecnumber/dpd/decimal128Local.h > libdecnumber/dpd/decimal32.c > libdecnumber/dpd/decimal64.c Part of TCG PPC. > qga/Makefile.objs > qga/channel-posix.c > qga/channel-win32.c > qga/channel.h > qga/commands-posix.c > qga/commands-win32.c > qga/commands.c > qga/guest-agent-command-state.c > qga/guest-agent-core.h > qga/main.c > qga/qapi-schema.json > qga/service-win32.c > qga/service-win32.h > qga/vss-win32.c > qga/vss-win32.h > qga/vss-win32/Makefile.objs > qga/vss-win32/install.cpp > qga/vss-win32/provider.cpp > qga/vss-win32/qga-vss.def > qga/vss-win32/qga-vss.idl > qga/vss-win32/qga-vss.tlb > qga/vss-win32/requester.cpp > qga/vss-win32/requester.h > qga/vss-win32/vss-common.h Mike Roth? > qobject/Makefile.objs > qobject/json-lexer.c > qobject/json-parser.c > qobject/json-streamer.c > qobject/qbool.c > qobject/qdict.c > qobject/qerror.c > qobject/qfloat.c > qobject/qint.c > qobject/qjson.c > qobject/qlist.c > qobject/qstring.c Part of QMP. Paolo