From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39538) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGU1s-0001Xe-GT for qemu-devel@nongnu.org; Thu, 20 Feb 2014 08:51:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WGU1i-0003l3-GB for qemu-devel@nongnu.org; Thu, 20 Feb 2014 08:51:08 -0500 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:50202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WGU1h-0003kF-OZ for qemu-devel@nongnu.org; Thu, 20 Feb 2014 08:50:58 -0500 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 20 Feb 2014 23:50:54 +1000 From: Alexey Kardashevskiy Date: Fri, 21 Feb 2014 00:50:40 +1100 Message-Id: <1392904246-15575-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v5 0/6] spapr: bootindex support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , Paolo Bonzini , qemu-ppc@nongnu.org, Alexander Graf , Andreas Faerber 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