diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c index 44eca45474754bae8d22ea6fd4cc209f2980106b..e4739a6b9f61d9c4fe5cf1b528aec1340cd03eca 100644 --- a/target/s390x/gen-features.c +++ b/target/s390x/gen-features.c @@ -601,6 +601,11 @@ static uint16_t qemu_V3_1[] = { }; static uint16_t qemu_LATEST[] = { + /* + * Only BFP bits are implemented (HFP, DFP, PFPO and DIVIDE TO INTEGER not + * implemented yet). + */ + S390_FEAT_FLOATING_POINT_EXT, S390_FEAT_ZPCI, };