[Qemu-devel] [PATCH] virtio-input: const_le16 and const_le32 not build time constant

2015-06-01 Thread Michael Mueller
As the implementation of const_le16 and const_le32 is not build time constant on big endian systems this need to be fixed. CChw/input/virtio-input-hid.o hw/input/virtio-input-hid.c:340:13: error: initializer element is not constant hw/input/virtio-input-hid.c:340:13: error: (near initializat

Re: [Qemu-devel] [PATCH] virtio-input: const_le16 and const_le32 not build time constant

2015-06-01 Thread Alexander Graf
On 01.06.15 15:51, Michael Mueller wrote: > As the implementation of const_le16 and const_le32 is not build time constant > on big endian systems this need to be fixed. > > CChw/input/virtio-input-hid.o > hw/input/virtio-input-hid.c:340:13: error: initializer element is not constant > hw/i

Re: [Qemu-devel] [PATCH] virtio-input: const_le16 and const_le32 not build time constant

2015-06-02 Thread Christian Borntraeger
Am 01.06.2015 um 15:51 schrieb Michael Mueller: > As the implementation of const_le16 and const_le32 is not build time constant > on big endian systems this need to be fixed. > > CChw/input/virtio-input-hid.o > hw/input/virtio-input-hid.c:340:13: error: initializer element is not constant >

Re: [Qemu-devel] [PATCH] virtio-input: const_le16 and const_le32 not build time constant

2015-06-02 Thread Peter Maydell
On 2 June 2015 at 08:31, Christian Borntraeger wrote: > Am 01.06.2015 um 15:51 schrieb Michael Mueller: >> As the implementation of const_le16 and const_le32 is not build time constant >> on big endian systems this need to be fixed. >> >> CChw/input/virtio-input-hid.o >> hw/input/virtio-inpu