Re: [Qemu-devel] [PATCH v5 0/3] Some improvements in z/Arch instructions support

2018-09-02 Thread David Hildenbrand
On 02.09.2018 02:33, Pavel Zbitskiy wrote: > Changes since v4: > > * Simplified alignment checks by using tcg_gen_qemu_ld_i64 and > MO_ALIGN*. > > Pavel Zbitskiy (3): > target/s390x: use regular spaces in translate.c > target/s390x: exception on non-aligned LPSW(E) > target/s390x: impleme

[Qemu-devel] [PATCH v5 0/3] Some improvements in z/Arch instructions support

2018-09-01 Thread Pavel Zbitskiy
Changes since v4: * Simplified alignment checks by using tcg_gen_qemu_ld_i64 and MO_ALIGN*. Pavel Zbitskiy (3): target/s390x: use regular spaces in translate.c target/s390x: exception on non-aligned LPSW(E) target/s390x: implement CVB, CVBY and CVBG target/s390x/helper.h | 1