From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vkqai-0001oh-78 for qemu-devel@nongnu.org; Mon, 25 Nov 2013 02:28:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkqaY-00052g-TY for qemu-devel@nongnu.org; Mon, 25 Nov 2013 02:28:20 -0500 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:37634) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkqaW-00051M-Bk for qemu-devel@nongnu.org; Mon, 25 Nov 2013 02:28:10 -0500 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 25 Nov 2013 17:27:57 +1000 From: Alexey Kardashevskiy Date: Mon, 25 Nov 2013 18:27:35 +1100 Message-Id: <1385364460-24332-1-git-send-email-aik@ozlabs.ru> Subject: [Qemu-devel] [RFC PATCH 0/5] spapr: support bootindex List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexey Kardashevskiy , qemu-ppc@nongnu.org, Paul Mackerras , Nikunj A Dadhania This adds bootindex support for sPAPR. SLOF does not support this yet. Alexey Kardashevskiy (5): boot: extend get_boot_devices_list() to ignore suffixes machine: introduce get_fw_dev_path() callback spapr-llan: add to boot device list spapr-vio: fix firmware names spapr: define get_fw_dev_path() callback hw/core/qdev.c | 15 ++++++++++++++- hw/net/spapr_llan.c | 3 +++ hw/nvram/fw_cfg.c | 2 +- hw/ppc/spapr.c | 42 +++++++++++++++++++++++++++++++++++++++++- hw/ppc/spapr_vio.c | 2 ++ include/hw/boards.h | 1 + include/sysemu/sysemu.h | 2 +- vl.c | 6 +++--- 8 files changed, 66 insertions(+), 7 deletions(-) -- 1.8.4.rc4