From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlCGS-0007Sh-8Q for qemu-devel@nongnu.org; Mon, 03 Nov 2014 02:41:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XlCGN-00065W-7j for qemu-devel@nongnu.org; Mon, 03 Nov 2014 02:41:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XlCGN-00065I-0A for qemu-devel@nongnu.org; Mon, 03 Nov 2014 02:41:19 -0500 From: Markus Armbruster References: <1414481739-19939-1-git-send-email-armbru@redhat.com> <545244CA.5010809@suse.de> Date: Mon, 03 Nov 2014 08:40:57 +0100 In-Reply-To: <545244CA.5010809@suse.de> ("Andreas =?utf-8?Q?F=C3=A4rber=22?= =?utf-8?Q?'s?= message of "Thu, 30 Oct 2014 15:01:46 +0100") Message-ID: <87egtk3f5i.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH RFC 00/10] pci: Partial conversion to realize List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Andreas =?utf-8?Q?F=C3=A4rber?= Cc: pbonzini@redhat.com, arei.gonglei@huawei.com, mst@redhat.com, qemu-devel@nongnu.org, kraxel@redhat.com Andreas F=C3=A4rber writes: > Hi Markus, > > Am 28.10.2014 um 08:35 schrieb Markus Armbruster: >> While discussing Gonglei's "[PATCH v2 00/19] usb: convert device init >> to realize", Paolo called the PCI conversion job "Gargantuan". This >> series attempts to crack it into manageable jobs. > > Thanks for giving this a stab! What kept me from diving into the PCI > converstion was that I first invested into qtests for the non-default > PCI devices. How many of the converted devices are actually covered in > qtest? Can't tell offhand, but I can find out.