[Qemu-devel] [PATCH v2 02/10] s390x/cpumodel: ignore csske for expansion

2019-04-26 Thread Christian Borntraeger
csske will be removed in a future machine. Ignore it for expanding the cpu model. Otherwise qemu falls back to z9. Signed-off-by: Christian Borntraeger Cc: qemu-sta...@nongnu.org --- target/s390x/cpu_models.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/s390x/cpu_models.c b/targe

Re: [Qemu-devel] [PATCH v2 02/10] s390x/cpumodel: ignore csske for expansion

2019-04-26 Thread David Hildenbrand
On 26.04.19 13:09, Christian Borntraeger wrote: > csske will be removed in a future machine. Ignore it for expanding the > cpu model. Otherwise qemu falls back to z9. > > Signed-off-by: Christian Borntraeger > Cc: qemu-sta...@nongnu.org > --- > target/s390x/cpu_models.c | 2 ++ > 1 file changed,