From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsIkG-0001uf-VC for qemu-devel@nongnu.org; Mon, 28 Sep 2009 12:06:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsIkC-0001r9-7R for qemu-devel@nongnu.org; Mon, 28 Sep 2009 12:06:36 -0400 Received: from [199.232.76.173] (port=44321 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsIkC-0001r6-4Z for qemu-devel@nongnu.org; Mon, 28 Sep 2009 12:06:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63854) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MsIkB-0002qT-IB for qemu-devel@nongnu.org; Mon, 28 Sep 2009 12:06:31 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8SG6TLC006581 for ; Mon, 28 Sep 2009 12:06:30 -0400 Subject: Re: [Qemu-devel] [PATCH 0/6] Fix pci_add not to exit on error & other fixes From: Mark McLoughlin In-Reply-To: References: Content-Type: text/plain Date: Mon, 28 Sep 2009 17:05:03 +0100 Message-Id: <1254153903.2802.3796.camel@blaa> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Reply-To: Mark McLoughlin List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On Fri, 2009-09-25 at 03:53 +0200, Markus Armbruster wrote: > Markus Armbruster (6): > Fix pci_vga_init() not to ignore bus argument > Fix pci_add storage not to exit on bad first argument > Make it obvious that pci_nic_init() can't fail > Fix pci_add nic not to exit on bad model > pci_create() is now unused, remove it > Rename pci_create_noinit() to pci_create() Looks like a good series to me too Acked-by: Mark McLoughlin Cheers, Mark.