On 02/21/2014 12:58 AM, Paolo Bonzini wrote: > Il 20/02/2014 14:50, Alexey Kardashevskiy ha scritto: >> 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. > > Good, but S-o-b in patch 3 is missing.
Why does it matter? It is your patch, it will go through someone else's tree and I just reposted it - I could have added "Reviewed-by" or "Tested-by" or "Acked-by", but SOB... > > Paolo > >> >> 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 >> > -- Alexey