From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37708) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqJao-0007Xa-Sf for qemu-devel@nongnu.org; Tue, 10 Dec 2013 04:27:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqJag-0000xc-Kl for qemu-devel@nongnu.org; Tue, 10 Dec 2013 04:27:02 -0500 Message-ID: <52A6DD35.5020302@redhat.com> Date: Tue, 10 Dec 2013 10:21:57 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1386660757-7505-1-git-send-email-aik@ozlabs.ru> <1386660757-7505-2-git-send-email-aik@ozlabs.ru> In-Reply-To: <1386660757-7505-2-git-send-email-aik@ozlabs.ru> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 1/5] boot: extend get_boot_devices_list() to ignore suffixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-ppc@nongnu.org, qemu-devel@nongnu.org, =?ISO-8859-15?Q?Andreas_F=E4rber?= , Alexander Graf Il 10/12/2013 08:32, Alexey Kardashevskiy ha scritto: > As suffixes do not make sense for sPAPR's device tree and > there is no way to filter them out on the BusState::get_fw_dev_path > level, let's add an ability for the external caller to specify > whether to apply suffixes or not. > > Signed-off-by: Alexey Kardashevskiy SeaBIOS simply ignores unknown suffixes once it has recognized a part of the path. Could SLOF do the same? Paolo