qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] Fix pci_add not to exit on error & other fixes
@ 2009-09-25  1:53 Markus Armbruster
  2009-09-25  1:53 ` [Qemu-devel] [PATCH 1/6] Fix pci_vga_init() not to ignore bus argument Markus Armbruster
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Markus Armbruster @ 2009-09-25  1:53 UTC (permalink / raw)
  To: qemu-devel

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(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-09-28 19:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-25  1:53 [Qemu-devel] [PATCH 0/6] Fix pci_add not to exit on error & other fixes Markus Armbruster
2009-09-25  1:53 ` [Qemu-devel] [PATCH 1/6] Fix pci_vga_init() not to ignore bus argument Markus Armbruster
2009-09-25  1:53 ` [Qemu-devel] [PATCH 2/6] Fix pci_add storage not to exit on bad first argument Markus Armbruster
2009-09-25 16:36   ` [Qemu-devel] " Markus Armbruster
2009-09-25  1:53 ` [Qemu-devel] [PATCH 3/6] Make it obvious that pci_nic_init() can't fail Markus Armbruster
2009-09-25  1:53 ` [Qemu-devel] [PATCH 4/6] Fix pci_add nic not to exit on bad model Markus Armbruster
2009-09-25  1:53 ` [Qemu-devel] [PATCH 5/6] pci_create() is now unused, remove it Markus Armbruster
2009-09-25  1:53 ` [Qemu-devel] [PATCH 6/6] Rename pci_create_noinit() to pci_create() Markus Armbruster
2009-09-25 10:44 ` [Qemu-devel] [PATCH 0/6] Fix pci_add not to exit on error & other fixes Gerd Hoffmann
2009-09-25 14:12   ` Markus Armbruster
2009-09-25 16:26 ` Luiz Capitulino
2009-09-28 16:05 ` Mark McLoughlin
2009-09-28 16:16   ` Mark McLoughlin
2009-09-28 19:14     ` Markus Armbruster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).