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

Philippe Mathieu-Daudé posted 2 patches 2 years, 12 months ago
Test checkpatch passed
Failed in applying to current master (apply log)
hw/block/pflash_cfi02.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
[PULL 0/2] pflash patches for 2021-05-11
Posted by Philippe Mathieu-Daudé 2 years, 12 months ago
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(-)

-- 
2.26.3



Re: [PULL 0/2] pflash patches for 2021-05-11
Posted by Peter Maydell 2 years, 11 months ago
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