mbox

[PULL,0/2] pflash patches for 2021-05-11

Message ID 20210511161504.3076204-1-philmd@redhat.com
State New
Headers show

Pull-request

https://github.com/philmd/qemu.git tags/pflash-20210511

Message

Philippe Mathieu-Daudé May 11, 2021, 4:15 p.m. UTC
The following changes since commit f9a576a818044133f8564e0d243ebd97df0b3280:

  Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20210506' into staging (2021-05-11 13:03:44 +0100)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/pflash-20210511

for you to fetch changes up to 27545c9df24f509c6d1c1f17478281a357125554:

  hw/block/pflash_cfi02: Do not create aliases when not necessary (2021-05-11 18:11:02 +0200)

----------------------------------------------------------------
Parallel NOR Flash patches queue

- Simplify memory layout when no pflash_cfi02 mapping requested
----------------------------------------------------------------

Philippe Mathieu-Daudé (2):
  hw/block/pflash_cfi02: Set romd mode in pflash_cfi02_realize()
  hw/block/pflash_cfi02: Do not create aliases when not necessary

 hw/block/pflash_cfi02.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Comments

Peter Maydell May 13, 2021, 4:18 p.m. UTC | #1
On Tue, 11 May 2021 at 17:20, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> The following changes since commit f9a576a818044133f8564e0d243ebd97df0b3280:
>
>   Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-20210506' into staging (2021-05-11 13:03:44 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/philmd/qemu.git tags/pflash-20210511
>
> for you to fetch changes up to 27545c9df24f509c6d1c1f17478281a357125554:
>
>   hw/block/pflash_cfi02: Do not create aliases when not necessary (2021-05-11 18:11:02 +0200)
>
> ----------------------------------------------------------------
> Parallel NOR Flash patches queue
>
> - Simplify memory layout when no pflash_cfi02 mapping requested
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.1
for any user-visible changes.

-- PMM