mbox series

[v2,0/3] hw/arm/virt: Support firmware configuration with -blockdev

Message ID 20190416091348.26075-1-armbru@redhat.com
Headers show
Series hw/arm/virt: Support firmware configuration with -blockdev | expand

Message

Markus Armbruster April 16, 2019, 9:13 a.m. UTC
László asked for feature parity with the PC machine types.

v2:
* PATCH 1: Split off PATCH 2 [László]
* PATCH 2: Factor out the loop body, not the whole loop
* PATCH 3: Rebase on previous change
           More detailed commit message [László]

Markus Armbruster (3):
  pc: Rearrange pc_system_firmware_init()'s legacy -drive loop
  pflash_cfi01: New pflash_cfi01_legacy_drive()
  hw/arm/virt: Support firmware configuration with -blockdev

 hw/arm/virt.c            | 198 +++++++++++++++++++++++++--------------
 hw/block/pflash_cfi01.c  |  28 ++++++
 hw/i386/pc_sysfw.c       |  18 +---
 include/hw/arm/virt.h    |   2 +
 include/hw/block/flash.h |   1 +
 5 files changed, 161 insertions(+), 86 deletions(-)

Comments

Peter Maydell April 30, 2019, 2:54 p.m. UTC | #1
On Tue, 16 Apr 2019 at 10:13, Markus Armbruster <armbru@redhat.com> wrote:
>
> László asked for feature parity with the PC machine types.
>
> v2:
> * PATCH 1: Split off PATCH 2 [László]
> * PATCH 2: Factor out the loop body, not the whole loop
> * PATCH 3: Rebase on previous change
>            More detailed commit message [László]
>
> Markus Armbruster (3):
>   pc: Rearrange pc_system_firmware_init()'s legacy -drive loop
>   pflash_cfi01: New pflash_cfi01_legacy_drive()
>   hw/arm/virt: Support firmware configuration with -blockdev

I appreciated the commit message on patch 3, it was very helpful.
Applied to target-arm.next, thanks.

-- PMM