Re: [Qemu-devel] [PATCH v2 4/9] s390x/tcg: support flags for instructions

2018-08-30 Thread Richard Henderson
On 08/30/2018 05:27 AM, David Hildenbrand wrote: > Storing flags for instructions allows us to efficiently verify certain > properties at a central point. Examples might later be handling if > AFP is disabled in CR0, we are not in problem state, or if vector > instructions are disabled in CR0. > >

[Qemu-devel] [PATCH v2 4/9] s390x/tcg: support flags for instructions

2018-08-30 Thread David Hildenbrand
Storing flags for instructions allows us to efficiently verify certain properties at a central point. Examples might later be handling if AFP is disabled in CR0, we are not in problem state, or if vector instructions are disabled in CR0. Signed-off-by: David Hildenbrand --- target/s390x/insn-dat