Re: [Qemu-devel] [PATCH v2] hw/i386/pc_sysfw: support two flash drives

2013-12-09 Thread Markus Armbruster
Laszlo Ersek writes: > On 12/03/13 18:23, Markus Armbruster wrote: > >> Reviewed-by: Markus Armbruster > > My horse for a commit, please? Your horse, two months, and four more rebases.

Re: [Qemu-devel] [PATCH v2] hw/i386/pc_sysfw: support two flash drives

2013-12-09 Thread Laszlo Ersek
On 12/03/13 18:23, Markus Armbruster wrote: > Reviewed-by: Markus Armbruster My horse for a commit, please? Thanks Laszlo

Re: [Qemu-devel] [PATCH v2] hw/i386/pc_sysfw: support two flash drives

2013-12-03 Thread Laszlo Ersek
On 12/03/13 18:23, Markus Armbruster wrote: > Laszlo Ersek writes: > >> This patch allows the user to usefully specify >> >> -drive file=img_1,if=pflash,format=raw,readonly \ >> -drive file=img_2,if=pflash,format=raw >> >> on the command line. The flash images will be mapped under 4G in their

Re: [Qemu-devel] [PATCH v2] hw/i386/pc_sysfw: support two flash drives

2013-12-03 Thread Paolo Bonzini
Il 03/12/2013 18:23, Markus Armbruster ha scritto: >> > +/* push a new, "none" location on the location stack; >> > overwrite its >> > + * contents with the location saved in the option; print the >> > error >> > + * (includes location); pop the top >> > +

Re: [Qemu-devel] [PATCH v2] hw/i386/pc_sysfw: support two flash drives

2013-12-03 Thread Markus Armbruster
Laszlo Ersek writes: > This patch allows the user to usefully specify > > -drive file=img_1,if=pflash,format=raw,readonly \ > -drive file=img_2,if=pflash,format=raw > > on the command line. The flash images will be mapped under 4G in their > reverse unit order -- that is, with their base addr

[Qemu-devel] [PATCH v2] hw/i386/pc_sysfw: support two flash drives

2013-11-27 Thread Laszlo Ersek
This patch allows the user to usefully specify -drive file=img_1,if=pflash,format=raw,readonly \ -drive file=img_2,if=pflash,format=raw on the command line. The flash images will be mapped under 4G in their reverse unit order -- that is, with their base addresses progressing downwards, in inc