mbox

[PULL,0/1] pflash-next patches for hard features freeze

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

Pull-request

https://gitlab.com/philmd/qemu.git tags/pflash-next-20190709

Message

Philippe Mathieu-Daudé July 9, 2019, 3:21 p.m. UTC
The following changes since commit a538626aff7c8934ec47bc6ed41cac5bd1b7723c:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190709' into staging (2019-07-09 11:49:26 +0100)

are available in the Git repository at:

  https://gitlab.com/philmd/qemu.git tags/pflash-next-20190709

for you to fetch changes up to 51500d37700904a0ee1ef775a585d871b36f7060:

  Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit" (2019-07-09 17:14:39 +0200)

----------------------------------------------------------------
Restore 32-bit I/O accesses on AMD flashes
(precautionary revert).

----------------------------------------------------------------

Philippe Mathieu-Daudé (1):
  Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit"

 hw/block/pflash_cfi02.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Comments

Peter Maydell July 9, 2019, 4:20 p.m. UTC | #1
On Tue, 9 Jul 2019 at 16:21, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> The following changes since commit a538626aff7c8934ec47bc6ed41cac5bd1b7723c:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190709' into staging (2019-07-09 11:49:26 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/pflash-next-20190709
>
> for you to fetch changes up to 51500d37700904a0ee1ef775a585d871b36f7060:
>
>   Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit" (2019-07-09 17:14:39 +0200)
>
> ----------------------------------------------------------------
> Restore 32-bit I/O accesses on AMD flashes
> (precautionary revert).
>
> ----------------------------------------------------------------
>
> Philippe Mathieu-Daudé (1):
>   Revert "hw/block/pflash_cfi02: Reduce I/O accesses to 16-bit"
>
>  hw/block/pflash_cfi02.c | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)


Applied, thanks.

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

-- PMM