From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WNnh5-00048w-Tb for qemu-devel@nongnu.org; Wed, 12 Mar 2014 14:16:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WNnh0-00011i-QI for qemu-devel@nongnu.org; Wed, 12 Mar 2014 14:15:55 -0400 Message-ID: <5320A451.9070806@redhat.com> Date: Wed, 12 Mar 2014 19:15:45 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1392904246-15575-1-git-send-email-aik@ozlabs.ru> <1392904246-15575-3-git-send-email-aik@ozlabs.ru> <5320A24A.3010105@suse.de> In-Reply-To: <5320A24A.3010105@suse.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 2/6] qdev: introduce FWPathProvider interface List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= , Alexey Kardashevskiy , qemu-devel@nongnu.org Cc: qemu-ppc@nongnu.org, Alexander Graf Il 12/03/2014 19:07, Andreas F=E4rber ha scritto: > Am 20.02.2014 14:50, schrieb Alexey Kardashevskiy: >> > QEMU supports firmware names for all devices in the QEMU tree but >> > some architectures expect some parts of firmware path names in diffe= rent >> > format. >> > >> > This introduces a firmware-pathname-change interface definition. >> > If some machines needs to redefine the firmware path format, it has >> > to add the TYPE_FW_PATH_PROVIDER interface to an object that is abov= e >> > the device on the QOM tree (typically /machine). >> > >> > Signed-off-by: Alexey Kardashevskiy >> > Signed-off-by: Paolo Bonzini > I do not see a reply to my question on v4 and didn't catch bonzini on > IRC - guessing the two lines should be swapped since both v4 and v5 wer= e > submitted by Alexey? > Yeah, you can swap them. We worked on it together. Paolo