Re: [PATCH v4 2/3] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1

2022-02-16 Thread David Hildenbrand
On 16.02.22 21:03, David Miller wrote: > TCG implements everything we need to run basic z15 OS+software > > Signed-off-by: David Miller Booting Fedora34 with an upstream kernel (compiled for z15) did work. Reviewed-by: David Hildenbrand Thanks! -- Thanks, David / dhildenb

[PATCH v4 2/3] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z15 GA1

2022-02-16 Thread David Miller
TCG implements everything we need to run basic z15 OS+software Signed-off-by: David Miller --- hw/s390x/s390-virtio-ccw.c | 3 +++ target/s390x/cpu_models.c | 6 +++--- target/s390x/gen-features.c | 7 +-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/hw/s390x/s390-virti