Re: [Qemu-devel] [PATCH] memory: inline and optimize devend_memop

2019-09-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20190912141820.30702-1-pbonz...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ==

Re: [Qemu-devel] [PATCH] memory: inline and optimize devend_memop

2019-09-12 Thread Richard Henderson
On 9/12/19 10:18 AM, Paolo Bonzini wrote: > devend_memop can rely on the fact that the result is always either > 0 or MO_BSWAP, corresponding respectively to host endianness and > the opposite. Native (target) endianness in turn can be either > the host endianness, in which case MO_BSWAP is only r

[Qemu-devel] [PATCH] memory: inline and optimize devend_memop

2019-09-12 Thread Paolo Bonzini
devend_memop can rely on the fact that the result is always either 0 or MO_BSWAP, corresponding respectively to host endianness and the opposite. Native (target) endianness in turn can be either the host endianness, in which case MO_BSWAP is only returned for host-opposite endianness, or the oppos