This time I grouped patches into 2 groups - the first 3 patches are platform independent and last 3 are for sPAPR machine. Not many updates, just some code style fixes and rebased on top of qemu.org/master + agraf/ppc-next.
Please comment. Thanks. Alexey Kardashevskiy (5): boot: extend get_boot_devices_list() to ignore suffixes qdev: introduce FWPathProvider interface spapr-llan: add to boot device list spapr-vio: fix firmware names spapr: define interface to fix device pathname Paolo Bonzini (1): vl: allow customizing the class of /machine hw/core/Makefile.objs | 1 + hw/core/fw-path-provider.c | 51 +++++++++++++++++++++ hw/core/qdev.c | 18 +++++++- hw/net/spapr_llan.c | 3 ++ hw/nvram/fw_cfg.c | 2 +- hw/ppc/spapr.c | 103 +++++++++++++++++++++++++++++++++++++++++- hw/ppc/spapr_vio.c | 3 ++ include/hw/boards.h | 1 + include/hw/fw-path-provider.h | 49 ++++++++++++++++++++ include/sysemu/sysemu.h | 2 +- tests/Makefile | 1 + vl.c | 13 ++++-- 12 files changed, 240 insertions(+), 7 deletions(-) create mode 100644 hw/core/fw-path-provider.c create mode 100644 include/hw/fw-path-provider.h -- 1.8.4.rc4