On 07/14/2017 09:55 AM, Cornelia Huck wrote: > On Thu, 13 Jul 2017 18:03:05 +0200 > Christian Borntraeger <borntrae...@de.ibm.com> wrote: > >> From: "Jason J. Herne" <jjhe...@linux.vnet.ibm.com> >> >> Add esop and esop2 features to z12 model where esop2 was originally >> introduced. >> Provide a mechanism to disable features in compatibility machines and use >> this >> method to disable esop and esop2 when using compatibility machine v2.9 or >> earlier. > > The patch description does not quite fit anymore due to patch
Right, I have splitted out the compat handling to be used for the PCI stuff. > reordering. What about: > > "Add esop and esop2 features to z12 model where esop2 was originally > introduced. > Disable esop and esop2 when using compatibility machine v2.9 or earlier." Will use that, thanks. > >> >> Signed-off-by: Jason J. Herne <jjhe...@linux.vnet.ibm.com> >> Acked-by: Christian Borntraeger <borntrae...@de.ibm.com> >> Signed-off-by: Christian Borntraeger <borntrae...@de.ibm.com> >> --- >> hw/s390x/s390-virtio-ccw.c | 3 +++ >> target/s390x/gen-features.c | 3 +++ >> 2 files changed, 6 insertions(+) > > Reviewed-by: Cornelia Huck <coh...@redhat.com> >