Re: [Qemu-devel] [PATCH v2 0/2] Strict alignment for ARMv6-M and ARMv8-M Baseline

2018-06-22 Thread no-reply
Hi, This series failed docker-mingw@fedora build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. Type: series Message-id: 20180622080138.17702-1-jus...@mail.ru Subject: [Qemu-devel] [PATCH v2 0/2] Strict

Re: [Qemu-devel] [PATCH v2 0/2] Strict alignment for ARMv6-M and ARMv8-M Baseline

2018-06-22 Thread Peter Maydell
On 22 June 2018 at 09:01, Julia Suvorova wrote: > v2: > * Added feature bit for the Main Extention > * Alignment patch is modified to use ARM_FEATURE_M_MAIN > > Julia Suvorova (2): > target/arm: Introduce ARM_FEATURE_M_MAIN > target/arm: Strict alignment for ARMv6-M and ARMv8-M Baselin

[Qemu-devel] [PATCH v2 0/2] Strict alignment for ARMv6-M and ARMv8-M Baseline

2018-06-22 Thread Julia Suvorova via Qemu-devel
v2: * Added feature bit for the Main Extention * Alignment patch is modified to use ARM_FEATURE_M_MAIN Julia Suvorova (2): target/arm: Introduce ARM_FEATURE_M_MAIN target/arm: Strict alignment for ARMv6-M and ARMv8-M Baseline target/arm/cpu.c | 3 +++ target/arm/cpu.h |