[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-commits] [qemu/qemu] 16c9d4: virtio-input: const_le16 and const_le
From: |
GitHub |
Subject: |
[Qemu-commits] [qemu/qemu] 16c9d4: virtio-input: const_le16 and const_le32 not build ... |
Date: |
Tue, 02 Jun 2015 05:30:05 -0700 |
Branch: refs/heads/master
Home: https://github.com/qemu/qemu
Commit: 16c9d46d32b39b147774ddd948dd2f9ad9049d02
https://github.com/qemu/qemu/commit/16c9d46d32b39b147774ddd948dd2f9ad9049d02
Author: Michael Mueller <address@hidden>
Date: 2015-06-02 (Tue, 02 Jun 2015)
Changed paths:
M include/hw/virtio/virtio-input.h
Log Message:
-----------
virtio-input: const_le16 and const_le32 not build time constant
As the implementation of const_le16 and const_le32 is not build time constant
on big endian systems this need to be fixed.
CC hw/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 initialization for
‘virtio_keyboard_config[1].u.ids.bustype’)
...
Signed-off-by: Michael Mueller <address@hidden>
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: e63d114b8a81e22ff9295674ba64b21255d589ee
https://github.com/qemu/qemu/commit/e63d114b8a81e22ff9295674ba64b21255d589ee
Author: Gerd Hoffmann <address@hidden>
Date: 2015-06-02 (Tue, 02 Jun 2015)
Changed paths:
M include/hw/virtio/virtio-input.h
Log Message:
-----------
virtio-input: make virtio devices follow usual naming convention
Signed-off-by: Gerd Hoffmann <address@hidden>
Commit: 25611aa12b4155937d076dbe7445daed62ee6043
https://github.com/qemu/qemu/commit/25611aa12b4155937d076dbe7445daed62ee6043
Author: Peter Maydell <address@hidden>
Date: 2015-06-02 (Tue, 02 Jun 2015)
Changed paths:
M include/hw/virtio/virtio-input.h
Log Message:
-----------
Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150602-1' into
staging
virtio-input: two small fixups
# gpg: Signature made Tue Jun 2 09:32:51 2015 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg: aka "Gerd Hoffmann <address@hidden>"
# gpg: aka "Gerd Hoffmann (private) <address@hidden>"
* remotes/kraxel/tags/pull-input-20150602-1:
virtio-input: make virtio devices follow usual naming convention
virtio-input: const_le16 and const_le32 not build time constant
Signed-off-by: Peter Maydell <address@hidden>
Compare: https://github.com/qemu/qemu/compare/ef99b3ee065d...25611aa12b41
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-commits] [qemu/qemu] 16c9d4: virtio-input: const_le16 and const_le32 not build ...,
GitHub <=