[Qemu-devel] [PATCH v2 0/2] s390x/cpumodel: wire up cpu type + id for TCG

David Hildenbrand posted 2 patches 6 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170609133426.11447-1-david@redhat.com
Test FreeBSD passed
Test checkpatch passed
Test docker passed
Test s390x passed
target/s390x/cpu.h         | 2 +-
target/s390x/cpu_models.c  | 8 ++++++--
target/s390x/helper.c      | 2 +-
target/s390x/insn-data.def | 2 +-
target/s390x/misc_helper.c | 9 ++++++---
target/s390x/translate.c   | 9 ++-------
6 files changed, 17 insertions(+), 15 deletions(-)
[Qemu-devel] [PATCH v2 0/2] s390x/cpumodel: wire up cpu type + id for TCG
Posted by David Hildenbrand 6 years, 10 months ago
Once Thomas' interception handler kvm-unit-test is only, I'll add my
stidp test.

I played with adding a "wout_m1_64_align", but I am not sure if that is
really helpful has we will only have a handful of users.

I am working on some more alignment fixes (spx, stap and friends ) and
will send them out soon.

Low address protection checks are missing as for most other instructions
as well.

v1 -> v2:
- Don't generate a helper
- Use MO_ALIGN to check alignment

David Hildenbrand (2):
  target/s390x: specification exceptions are suppressing
  s390x/cpumodel: wire up cpu type + id for TCG

 target/s390x/cpu.h         | 2 +-
 target/s390x/cpu_models.c  | 8 ++++++--
 target/s390x/helper.c      | 2 +-
 target/s390x/insn-data.def | 2 +-
 target/s390x/misc_helper.c | 9 ++++++---
 target/s390x/translate.c   | 9 ++-------
 6 files changed, 17 insertions(+), 15 deletions(-)

-- 
2.9.3