From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mr00b-00041s-63 for qemu-devel@nongnu.org; Thu, 24 Sep 2009 21:54:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mr00W-00040F-Gd for qemu-devel@nongnu.org; Thu, 24 Sep 2009 21:54:04 -0400 Received: from [199.232.76.173] (port=39179 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mr00W-00040C-DR for qemu-devel@nongnu.org; Thu, 24 Sep 2009 21:54:00 -0400 Received: from oxygen.pond.sub.org ([213.239.205.148]:39230) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mr00V-0000am-Rh for qemu-devel@nongnu.org; Thu, 24 Sep 2009 21:54:00 -0400 Received: from pike.pond.sub.org (pD9E39B51.dip.t-dialin.net [217.227.155.81]) by oxygen.pond.sub.org (Postfix) with ESMTPA id AB6C1276CB5 for ; Fri, 25 Sep 2009 03:53:58 +0200 (CEST) From: Markus Armbruster Date: Fri, 25 Sep 2009 03:53:47 +0200 Message-Id: Subject: [Qemu-devel] [PATCH 0/6] Fix pci_add not to exit on error & other fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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() hw/ide/pci.c | 2 +- hw/mips_malta.c | 2 +- hw/pc.c | 2 +- hw/pci-hotplug.c | 12 ++++++- hw/pci.c | 72 ++++++++++++++++++++++++----------------------- hw/pci.h | 6 ++- hw/ppc440_bamboo.c | 2 +- hw/ppc_newworld.c | 2 +- hw/ppc_oldworld.c | 2 +- hw/ppc_prep.c | 2 +- hw/ppce500_mpc8544ds.c | 2 +- hw/r2d.c | 2 +- hw/realview.c | 2 +- hw/sun4u.c | 2 +- hw/versatilepb.c | 2 +- hw/vga-pci.c | 2 +- net.c | 41 ++++++++++++++++---------- net.h | 5 ++- 18 files changed, 92 insertions(+), 70 deletions(-)