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

Philippe Mathieu-Daudé posted 1 patch 4 years, 9 months ago
Test docker-clang@ubuntu passed
Test s390x passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190709152145.21308-1-philmd@redhat.com
Maintainers: "Philippe Mathieu-Daudé" <philmd@redhat.com>, Max Reitz <mreitz@redhat.com>, Kevin Wolf <kwolf@redhat.com>
hw/block/pflash_cfi02.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL 0/1] pflash-next patches for hard features freeze
Posted by Philippe Mathieu-Daudé 4 years, 9 months ago
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(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL 0/1] pflash-next patches for hard features freeze
Posted by Peter Maydell 4 years, 9 months ago
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