qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/6] Fix pci_add not to exit on error & other fixes


From: Markus Armbruster
Subject: [Qemu-devel] [PATCH 0/6] Fix pci_add not to exit on error & other fixes
Date: Fri, 25 Sep 2009 03:53:47 +0200

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]