This series fixes some problems with spapr's qdev interface. Patch 1 is the important one, which makes it possible to use -device to create vio devices. The other two are cosmetic.
Paolo Bonzini (3): spapr: allow creating devices with -device spapr: prepare for qdevification of irq spapr: make irq customizable via qdev hw/spapr.c | 15 +++++---------- hw/spapr_llan.c | 11 ++--------- hw/spapr_vio.c | 11 +++++++++++ hw/spapr_vio.h | 18 +++++++++--------- hw/spapr_vscsi.c | 12 ++---------- hw/spapr_vty.c | 10 ++-------- 6 files changed, 31 insertions(+), 46 deletions(-) -- 1.7.4.4