[Qemu-devel] [PULL 0/1] s390x bugfix (needed for stable)

Cornelia Huck posted 1 patch 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170922073432.2811-1-cohuck@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
target/s390x/kvm.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
[Qemu-devel] [PULL 0/1] s390x bugfix (needed for stable)
Posted by Cornelia Huck 6 years, 6 months ago
The following changes since commit 0a8066f0c068f1e318a1aacd7864fc00e455a37b:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170921' into staging (2017-09-21 17:42:27 +0100)

are available in the git repository at:

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

for you to fetch changes up to 3f2d07b3b01ea61126b382633ab4006320923048:

  s390x/ais: for 2.10 stable: disable ais facility (2017-09-22 09:25:21 +0200)

----------------------------------------------------------------
Fix an s390x migration breakage up for 2.10 stable.
This will be fixed properly for 2.11.

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

Christian Borntraeger (1):
  s390x/ais: for 2.10 stable: disable ais facility

 target/s390x/kvm.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

-- 
2.13.5


Re: [Qemu-devel] [PULL 0/1] s390x bugfix (needed for stable)
Posted by Peter Maydell 6 years, 6 months ago
On 22 September 2017 at 08:34, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit 0a8066f0c068f1e318a1aacd7864fc00e455a37b:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170921' into staging (2017-09-21 17:42:27 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170922
>
> for you to fetch changes up to 3f2d07b3b01ea61126b382633ab4006320923048:
>
>   s390x/ais: for 2.10 stable: disable ais facility (2017-09-22 09:25:21 +0200)
>
> ----------------------------------------------------------------
> Fix an s390x migration breakage up for 2.10 stable.
> This will be fixed properly for 2.11.
>
> ----------------------------------------------------------------
>
> Christian Borntraeger (1):
>   s390x/ais: for 2.10 stable: disable ais facility
>
>  target/s390x/kvm.c | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
>

Applied, thanks.

-- PMM