Re: [Qemu-devel] [PATCH v2 00/15] target-sparc improvements

2016-10-18 Thread Mark Cave-Ayland
On 19/10/16 03:34, Richard Henderson wrote: > The two main goals in this patch set are: > > * Make use of the new MO_ALIGN_* flags, to allow less use of >check_align, and support partially misaligned fp memory ops. > > * More cleanups for ASIs, in the end using the new atomic ops. > > The

Re: [Qemu-devel] [PATCH v2 00/15] target-sparc improvements

2016-10-18 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Type: series Message-id: 1476844470-29763-1-git-send-email-...@twiddle.net Subject: [Qemu-devel] [PATCH v2 00/15] target-sparc improvements === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH v2 00/15] target-sparc improvements

2016-10-18 Thread Richard Henderson
The two main goals in this patch set are: * Make use of the new MO_ALIGN_* flags, to allow less use of check_align, and support partially misaligned fp memory ops. * More cleanups for ASIs, in the end using the new atomic ops. The final two patches require the "cmpxchg atomic" v6 patch set.