On 06/23/2016 08:35 PM, Peter Maydell wrote: > On 23 June 2016 at 17:33, Cédric Le Goater <c...@kaod.org> wrote: >> From: Paolo Bonzini <pbonz...@redhat.com> >> >> This allows specifying the property via -drive if=none and creating >> the flash device with -device. >> >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> Signed-off-by: Cédric Le Goater <c...@kaod.org> >> --- >> 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.
OK. I will extend Paolo's patch then. Thanks, C.