On 05.12.2017 15:56, Cornelia Huck wrote: > On Mon, 4 Dec 2017 15:01:44 +0100 > David Hildenbrand <da...@redhat.com> wrote: > >> Let's handle it just like KVM: >> Depending on the model, this instruction may not be >> provided. When this instruction is not provided, it is >> checked for operand exception and privileged-opera- >> tion exception, and then is suppressed. >> >> Signed-off-by: David Hildenbrand <da...@redhat.com> >> --- >> target/s390x/helper.h | 1 + >> target/s390x/insn-data.def | 1 + >> target/s390x/misc_helper.c | 9 +++++++++ >> target/s390x/translate.c | 7 +++++++ >> 4 files changed, 18 insertions(+) > > Looks reasonable (does Linux use this at all?) >
Don't know, but assume not. I just went ahead and wired up everything I could find :) -- Thanks, David / dhildenb