Re: [Qemu-devel] [PATCH] virtio-input: add parenthesis to const_le32

2016-04-11 Thread Eric Blake
On 04/11/2016 09:19 AM, Gerd Hoffmann wrote: > Signed-off-by: Gerd Hoffmann > --- > include/hw/virtio/virtio-input.h | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) An explanation would have been helpful. > #if defined(HOST_WORDS_BIGENDIAN) > # define const_le32(_x)

[Qemu-devel] [PATCH] virtio-input: add parenthesis to const_le32

2016-04-11 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- include/hw/virtio/virtio-input.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/hw/virtio/virtio-input.h b/include/hw/virtio/virtio-input.h index af1c207..6d81c7c 100644 --- a/include/hw/virtio/virtio-input.h +++ b/include/hw/v