From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqHor-0006DI-KR for qemu-devel@nongnu.org; Tue, 10 Dec 2013 02:33:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqHof-0000bh-Ek for qemu-devel@nongnu.org; Tue, 10 Dec 2013 02:33:25 -0500 Received: from e23smtp07.au.ibm.com ([202.81.31.140]:42202) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqHoe-0000bE-Ng for qemu-devel@nongnu.org; Tue, 10 Dec 2013 02:33:13 -0500 Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 10 Dec 2013 17:32:53 +1000 From: Alexey Kardashevskiy Date: Tue, 10 Dec 2013 18:32:32 +1100 Message-Id: <1386660757-7505-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [PATCH v3 0/5] spapr: add 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 , =?UTF-8?q?Andreas=20F=C3=A4rber?= This is yet another try of bootindex support on sPAPR. This time a QOM interface thing is used. 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 get_fw_dev_path() callback spapr: define interface to fix device pathname hw/core/qdev.c | 35 ++++++++++++++++++- hw/net/spapr_llan.c | 3 ++ hw/nvram/fw_cfg.c | 2 +- hw/ppc/spapr.c | 89 ++++++++++++++++++++++++++++++++++++++++++++++++- hw/ppc/spapr_vio.c | 2 ++ include/hw/qdev-core.h | 15 +++++++++ include/sysemu/sysemu.h | 2 +- vl.c | 6 ++-- 8 files changed, 147 insertions(+), 7 deletions(-) -- 1.8.4.rc4