On Mon, 11 Feb 2019 20:16:56 -0500 Collin Walling <wall...@linux.ibm.com> wrote:
> Latest systems and host kernels support mepoch, which is a > feature that was meant to be supported for z14 GA1 from the > get-go. Let's copy it to the z14 GA1 default CPU model. > > Machines s390-ccw-virtio-3.1 and older will retain the old CPU > models and will not provide this bit nor the extended PTFF > functions in the default model. > > Signed-off-by: Collin Walling <wall...@linux.ibm.com> > --- > @Christian, @David: I elected to not add your r-b's to this > patch since I've added some code to disable feature groups. > I'd like to know what you both think :) > --- > hw/s390x/s390-virtio-ccw.c | 2 ++ > target/s390x/cpu_models.c | 24 ++++++++++++++++++++++++ > target/s390x/cpu_models.h | 2 ++ > target/s390x/gen-features.c | 2 ++ > 4 files changed, 30 insertions(+) This gained a conflict in s390-virtio-ccw.c, which I fixed up. Thanks, applied.