|
From: | Paolo Bonzini |
Subject: | Re: [Qemu-devel] [PATCH 1/2] hw/arm/virt: Provide flash devices for boot ROMs |
Date: | Tue, 10 Jun 2014 18:23:25 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
Il 10/06/2014 18:17, Peter Maydell ha scritto:
>> + create_one_flash("virt.flash0", flashbase, flashsize); >> + create_one_flash("virt.flash1", flashbase + flashsize, flashsize);> > > What happens if you specify both -bios and -drive if=pflash? Can you check > that the user does not specify both?We'll create the device and then overlay it with the "ROM" image, same as for vexpress. (If the bios image is short then the underlying pflash contents will be visible.)
Could you provide slightly saner semantics for -M virt? :) Paolo
[Prev in Thread] | Current Thread | [Next in Thread] |