Re: [PATCH 08/10] hw/s390x: Remove the cpu_model_allowed flag and related code

2025-01-07 Thread Cornelia Huck
On Fri, Jan 03 2025, Thomas Huth wrote: > Now that the last machine type that disabled cpu_model_allowed has > been removed, we can also remove the cpu_model_allowed flag itself > and all the related conditional code. > > Signed-off-by: Thomas Huth > --- > include/hw/s390x/s390-virtio-ccw.h |

[PATCH 08/10] hw/s390x: Remove the cpu_model_allowed flag and related code

2025-01-03 Thread Thomas Huth
Now that the last machine type that disabled cpu_model_allowed has been removed, we can also remove the cpu_model_allowed flag itself and all the related conditional code. Signed-off-by: Thomas Huth --- include/hw/s390x/s390-virtio-ccw.h | 3 --- hw/s390x/s390-virtio-ccw.c | 9 +---