From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqgwX-0001ZK-25 for qemu-devel@nongnu.org; Wed, 11 Dec 2013 05:23:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqgwM-0001Ko-2K for qemu-devel@nongnu.org; Wed, 11 Dec 2013 05:23:00 -0500 Received: from e23smtp02.au.ibm.com ([202.81.31.144]:53772) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqgwL-0001Fn-BM for qemu-devel@nongnu.org; Wed, 11 Dec 2013 05:22:49 -0500 Received: from /spool/local by e23smtp02.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 11 Dec 2013 20:22:39 +1000 From: Alexey Kardashevskiy Date: Wed, 11 Dec 2013 21:22:13 +1100 Message-Id: <1386757341-12154-1-git-send-email-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v4 0/8] 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 With the great help from Paolo, I am presenting yet another try of bootindex support on sPAPR, this time with some QOM fixes. Details are in the commit messages. Please, comment. Thanks. Alexey Kardashevskiy (5): boot: extend get_boot_devices_list() to ignore suffixes spapr-llan: add to boot device list spapr-vio: fix firmware names qdev: introduce FWPathProvider interface spapr: define interface to fix device pathname Hervé Poussineau (1): qom: detect bad reentrance during object_class_foreach Paolo Bonzini (2): qom: do not register interface "types" in the type table vl: allow customizing the class of /machine hw/core/Makefile.objs | 1 + hw/core/fw-path-provider.c | 34 ++++++++++++++++++ hw/core/qdev.c | 18 +++++++++- hw/net/spapr_llan.c | 3 ++ hw/nvram/fw_cfg.c | 2 +- hw/ppc/spapr.c | 80 ++++++++++++++++++++++++++++++++++++++++++- hw/ppc/spapr_vio.c | 2 ++ include/hw/boards.h | 1 + include/hw/fw-path-provider.h | 31 +++++++++++++++++ include/sysemu/sysemu.h | 2 +- qom/object.c | 17 +++++++-- tests/Makefile | 1 + vl.c | 11 ++++-- 13 files changed, 193 insertions(+), 10 deletions(-) create mode 100644 hw/core/fw-path-provider.c create mode 100644 include/hw/fw-path-provider.h -- 1.8.4.rc4