[Qemu-devel] [PULL for-3.0 0/1] s390x fix for -rc3

Cornelia Huck posted 1 patch 7 years, 3 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180731065057.23710-1-cohuck@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test docker-quick@centos7 passed
hw/s390x/sclp.c | 1 +
1 file changed, 1 insertion(+)
[Qemu-devel] [PULL for-3.0 0/1] s390x fix for -rc3
Posted by Cornelia Huck 7 years, 3 months ago
The following changes since commit 18a398f6a39df4b08ff86ac0d38384193ca5f4cc:

  Update version for v3.0.0-rc2 release (2018-07-24 22:06:31 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 408e5ace517ff18c9c7cd918fc93358162e6e26d:

  s390x/sclp: fix maxram calculation (2018-07-30 17:41:52 +0200)

----------------------------------------------------------------
fix large guests on s390x

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

Christian Borntraeger (1):
  s390x/sclp: fix maxram calculation

 hw/s390x/sclp.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.14.4


Re: [Qemu-devel] [PULL for-3.0 0/1] s390x fix for -rc3
Posted by Peter Maydell 7 years, 3 months ago
On 31 July 2018 at 07:50, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit 18a398f6a39df4b08ff86ac0d38384193ca5f4cc:
>
>   Update version for v3.0.0-rc2 release (2018-07-24 22:06:31 +0100)
>
> are available in the Git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20180731
>
> for you to fetch changes up to 408e5ace517ff18c9c7cd918fc93358162e6e26d:
>
>   s390x/sclp: fix maxram calculation (2018-07-30 17:41:52 +0200)
>
> ----------------------------------------------------------------
> fix large guests on s390x
>

Applied, thanks.

-- PMM