From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mr8IF-0003sn-9a for qemu-devel@nongnu.org; Fri, 25 Sep 2009 06:44:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mr8IA-0003rk-0k for qemu-devel@nongnu.org; Fri, 25 Sep 2009 06:44:50 -0400 Received: from [199.232.76.173] (port=58305 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mr8I9-0003rg-MZ for qemu-devel@nongnu.org; Fri, 25 Sep 2009 06:44:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15446) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mr8I9-0003wL-71 for qemu-devel@nongnu.org; Fri, 25 Sep 2009 06:44:45 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8PAihXv000845 for ; Fri, 25 Sep 2009 06:44:43 -0400 Message-ID: <4ABC9F19.40002@redhat.com> Date: Fri, 25 Sep 2009 12:44:41 +0200 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/6] Fix pci_add not to exit on error & other fixes References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 09/25/09 03:53, 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() Nice cleanup. Acked-by: Gerd Hoffmann cheers, Gerd