[Qemu-devel] [PULL URGENT 0/1] another s390x compat fix

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/20170927093700.6058-1-cohuck@redhat.com
Test checkpatch passed
Test docker passed
Test s390x passed
target/s390x/gen-features.c | 1 -
1 file changed, 1 deletion(-)
[Qemu-devel] [PULL URGENT 0/1] another s390x compat fix
Posted by Cornelia Huck 6 years, 6 months ago
The following changes since commit 31bc1d8481af414cfa2857f905e40f7d8e6d5b2e:

  Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2017-09-26 19:49:08 +0100)

are available in the git repository at:

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

for you to fetch changes up to 9dacc908462693719d84ec594e839434959cf6f1:

  s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1 (2017-09-27 11:13:32 +0200)

----------------------------------------------------------------
Another s390x compat fix that should make it into 2.10.1.

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

Christian Borntraeger (1):
  s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1

 target/s390x/gen-features.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.13.5


Re: [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix
Posted by Peter Maydell 6 years, 6 months ago
On 27 September 2017 at 02:36, Cornelia Huck <cohuck@redhat.com> wrote:
> The following changes since commit 31bc1d8481af414cfa2857f905e40f7d8e6d5b2e:
>
>   Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into staging (2017-09-26 19:49:08 +0100)
>
> are available in the git repository at:
>
>   git://github.com/cohuck/qemu tags/s390x-20170927
>
> for you to fetch changes up to 9dacc908462693719d84ec594e839434959cf6f1:
>
>   s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1 (2017-09-27 11:13:32 +0200)
>
> ----------------------------------------------------------------
> Another s390x compat fix that should make it into 2.10.1.
>
> ----------------------------------------------------------------
>
> Christian Borntraeger (1):
>   s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1
>
>  target/s390x/gen-features.c | 1 -
>  1 file changed, 1 deletion(-)
>

Applied, thanks.

-- PMM