[Qemu-devel] [PULL for-2.10 0/1] bugfix for s390x

Cornelia Huck posted 1 patch 6 years, 7 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170815073146.11726-1-cohuck@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
pc-bios/s390-ccw/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[Qemu-devel] [PULL for-2.10 0/1] bugfix for s390x
Posted by Cornelia Huck 6 years, 7 months ago
The following changes since commit 83c3a1f61673ef554facf4d6d29ed56c5a219f9d:

  xlnx-qspi: add a property for mmio-execution (2017-08-14 14:17:18 +0100)

are available in the git repository at:

  git://github.com/cohuck/qemu tags/s390x-20170815

for you to fetch changes up to 88b3739acdec0b8ccdbb65425b0d31235e2c7ca3:

  pc-bios/s390-ccw: Use rm command during make clean (2017-08-15 09:06:01 +0200)

----------------------------------------------------------------
Regression fix for 'make clean' on s390x.

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

Eric Farman (1):
  pc-bios/s390-ccw: Use rm command during make clean

 pc-bios/s390-ccw/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.13.5


Re: [Qemu-devel] [PULL for-2.10 0/1] bugfix for s390x
Posted by Peter Maydell 6 years, 7 months ago
On 15 August 2017 at 08:31, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit 83c3a1f61673ef554facf4d6d29ed56c5a219f9d:
>
>   xlnx-qspi: add a property for mmio-execution (2017-08-14 14:17:18 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170815
>
> for you to fetch changes up to 88b3739acdec0b8ccdbb65425b0d31235e2c7ca3:
>
>   pc-bios/s390-ccw: Use rm command during make clean (2017-08-15 09:06:01 +0200)
>
> ----------------------------------------------------------------
> Regression fix for 'make clean' on s390x.
>
> ----------------------------------------------------------------
>
> Eric Farman (1):
>   pc-bios/s390-ccw: Use rm command during make clean
>
>  pc-bios/s390-ccw/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- PMM