[Qemu-devel] [PULL v2 0/2] pflash-next patches for v4.1.0-rc2

Philippe Mathieu-Daudé posted 2 patches 4 years, 9 months ago
Test s390x passed
Test checkpatch passed
Test asan passed
Test docker-mingw@fedora passed
Test FreeBSD passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190723093558.13700-1-philmd@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Kevin Wolf <kwolf@redhat.com>
hw/block/pflash_cfi01.c | 19 +++++++++++++++++++
hw/block/pflash_cfi02.c |  2 +-
2 files changed, 20 insertions(+), 1 deletion(-)
[Qemu-devel] [PULL v2 0/2] pflash-next patches for v4.1.0-rc2
Posted by Philippe Mathieu-Daudé 4 years, 9 months ago
The following changes since commit 23da9e297b4120ca9702cabec91599a44255fe96:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190722' into staging (2019-07-22 15:16:48 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 124e4cfaa42bb5a14eec33ea47d3502b5f46eb33:

  hw/block/pflash_cfi02: Rewrite a fall through comment (2019-07-23 11:31:07 +0200)

----------------------------------------------------------------
One bugfix and silent a fallthru warning.

----------------------------------------------------------------
v2: Replace Laszlo's Regression-tested-by tag

Philippe Mathieu-Daudé (2):
  hw/block/pflash_cfi01: Add missing DeviceReset() handler
  hw/block/pflash_cfi02: Rewrite a fall through comment

 hw/block/pflash_cfi01.c | 19 +++++++++++++++++++
 hw/block/pflash_cfi02.c |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

-- 
2.20.1


Re: [Qemu-devel] [PULL v2 0/2] pflash-next patches for v4.1.0-rc2
Posted by Peter Maydell 4 years, 9 months ago
On Tue, 23 Jul 2019 at 10:36, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
>
> The following changes since commit 23da9e297b4120ca9702cabec91599a44255fe96:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190722' into staging (2019-07-22 15:16:48 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/philmd/qemu.git tags/pflash-next-20190723
>
> for you to fetch changes up to 124e4cfaa42bb5a14eec33ea47d3502b5f46eb33:
>
>   hw/block/pflash_cfi02: Rewrite a fall through comment (2019-07-23 11:31:07 +0200)
>
> ----------------------------------------------------------------
> One bugfix and silent a fallthru warning.
>
> ----------------------------------------------------------------
> v2: Replace Laszlo's Regression-tested-by tag
>
> Philippe Mathieu-Daudé (2):
>   hw/block/pflash_cfi01: Add missing DeviceReset() handler
>   hw/block/pflash_cfi02: Rewrite a fall through comment
>
>  hw/block/pflash_cfi01.c | 19 +++++++++++++++++++
>  hw/block/pflash_cfi02.c |  2 +-
>  2 files changed, 20 insertions(+), 1 deletion(-)


Applied, thanks.

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

-- PMM