On 2018-09-17 11:34, 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. > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > target/s390x/insn-data.def | 3 +++ > target/s390x/translate.c | 22 ++++++++++++++++------ > 2 files changed, 19 insertions(+), 6 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>