From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG9U8-00060E-0e for qemu-devel@nongnu.org; Thu, 23 Jun 2016 14:36:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG9U6-0000wJ-7N for qemu-devel@nongnu.org; Thu, 23 Jun 2016 14:36:14 -0400 Received: from mail-vk0-x233.google.com ([2607:f8b0:400c:c05::233]:36172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG9U5-0000w5-Hq for qemu-devel@nongnu.org; Thu, 23 Jun 2016 14:36:14 -0400 Received: by mail-vk0-x233.google.com with SMTP id u64so118966840vkf.3 for ; Thu, 23 Jun 2016 11:36:13 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1466699607-30406-2-git-send-email-clg@kaod.org> References: <1466699607-30406-1-git-send-email-clg@kaod.org> <1466699607-30406-2-git-send-email-clg@kaod.org> From: Peter Maydell Date: Thu, 23 Jun 2016 19:35:53 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 1/5] m25p80: qdev-ify drive property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?Q?C=C3=A9dric_Le_Goater?= Cc: Peter Crosthwaite , QEMU Developers , qemu-arm , Kevin Wolf , Markus Armbruster , Andrew Jeffery , Paolo Bonzini On 23 June 2016 at 17:33, C=C3=A9dric Le Goater wrote: > From: Paolo Bonzini > > This allows specifying the property via -drive if=3Dnone and creating > the flash device with -device. > > Signed-off-by: Paolo Bonzini > Signed-off-by: C=C3=A9dric Le Goater > --- > hw/arm/xilinx_zynq.c | 8 +++++++- > hw/arm/xlnx-ep108.c | 9 ++++++++- > hw/block/m25p80.c | 10 ++-------- > hw/microblaze/petalogix_ml605_mmu.c | 9 ++++++++- > 4 files changed, 25 insertions(+), 11 deletions(-) hw/arm/sabrelite.c also creates one of these devices and needs updating. thanks -- PMM