On 5/31/19 5:44 AM, David Hildenbrand wrote: > We don't care about the other two missing base features: > - S390_FEAT_DFP_PACKED_CONVERSION > - S390_FEAT_GROUP_GEN13_PTFF > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > hw/s390x/s390-virtio-ccw.c | 2 ++ > target/s390x/cpu_models.c | 4 ++-- > target/s390x/gen-features.c | 11 +++++++---- > 3 files changed, 11 insertions(+), 6 deletions(-)
We should get around to supporting DFP at some point. The code is all there, used by target/ppc/. Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~