Re: [Qemu-devel] [PATCH v4 7/9] s390x/tcg: handle privileged instructions via flags

2018-09-27 Thread Thomas Huth
On 2018-09-27 15:03, David Hildenbrand wrote: > Let's check this also at a central place. > > Reviewed-by: Richard Henderson > Signed-off-by: David Hildenbrand > --- > target/s390x/insn-data.def | 138 ++--- > target/s390x/translate.c | 83

[Qemu-devel] [PATCH v4 7/9] s390x/tcg: handle privileged instructions via flags

2018-09-27 Thread David Hildenbrand
Let's check this also at a central place. Reviewed-by: Richard Henderson Signed-off-by: David Hildenbrand --- target/s390x/insn-data.def | 138 ++--- target/s390x/translate.c | 83 ++ 2 files changed, 76 insertions(+), 145 deletions(-)