qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix
@ 2017-09-27  9:36 Cornelia Huck
  2017-09-27  9:37 ` [Qemu-devel] [PULL URGENT 1/1] s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1 Cornelia Huck
  2017-09-27 15:48 ` [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix Peter Maydell
  0 siblings, 2 replies; 3+ messages in thread
From: Cornelia Huck @ 2017-09-27  9:36 UTC (permalink / raw)
  To: peter.maydell
  Cc: qemu-devel, rth, agraf, thuth, borntraeger, david, mdroth, zyimin,
	pasic, Cornelia Huck

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [PULL URGENT 1/1] s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1
  2017-09-27  9:36 [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix Cornelia Huck
@ 2017-09-27  9:37 ` Cornelia Huck
  2017-09-27 15:48 ` [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Cornelia Huck @ 2017-09-27  9:37 UTC (permalink / raw)
  To: peter.maydell
  Cc: qemu-devel, rth, agraf, thuth, borntraeger, david, mdroth, zyimin,
	pasic, qemu-stable, Cornelia Huck

From: Christian Borntraeger <borntraeger@de.ibm.com>

We disabled ais for 2.10, so let's also remove it from the z14
default model.

Fixes: 3f2d07b3b01e ("s390x/ais: for 2.10 stable: disable ais facility")
CC: qemu-stable@nongnu.org
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20170927072030.35737-2-borntraeger@de.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 target/s390x/gen-features.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
index c8dc104bc1..68e6c31b4b 100644
--- a/target/s390x/gen-features.c
+++ b/target/s390x/gen-features.c
@@ -527,7 +527,6 @@ static uint16_t default_GEN13_GA1[] = {
 #define default_GEN13_GA2 EmptyFeat
 
 static uint16_t default_GEN14_GA1[] = {
-    S390_FEAT_ADAPTER_INT_SUPPRESSION,
     S390_FEAT_INSTRUCTION_EXEC_PROT,
     S390_FEAT_GUARDED_STORAGE,
     S390_FEAT_VECTOR_PACKED_DECIMAL,
-- 
2.13.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix
  2017-09-27  9:36 [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix Cornelia Huck
  2017-09-27  9:37 ` [Qemu-devel] [PULL URGENT 1/1] s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1 Cornelia Huck
@ 2017-09-27 15:48 ` Peter Maydell
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2017-09-27 15:48 UTC (permalink / raw)
  To: Cornelia Huck
  Cc: QEMU Developers, Richard Henderson, Alexander Graf, Thomas Huth,
	Christian Borntraeger, David Hildenbrand, Michael Roth, zyimin,
	Halil Pasic

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-09-27 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-27  9:36 [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix Cornelia Huck
2017-09-27  9:37 ` [Qemu-devel] [PULL URGENT 1/1] s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1 Cornelia Huck
2017-09-27 15:48 ` [Qemu-devel] [PULL URGENT 0/1] another s390x compat fix Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).