| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-12-12 | virtio_bt: Fix alignment in configuration struct | Igor Skalkin | 1 | -0/+8 | |
| The current version of the configuration structure has unaligned 16-bit fields, but according to the specification [1], access to the configuration space must be aligned. Add a second, aligned version of the configuration structure and a new feature bit indicating that this version is being used. [1] https://docs.oasis-open.org/virtio/virtio/v1.1/virtio-v1.1.pdf Signed-off-by: Igor Skalkin <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]> | |||||
| 2021-04-08 | Bluetooth: Add support for virtio transport driver | Marcel Holtmann | 1 | -0/+31 | |
| This adds support for Bluetooth HCI transport over virtio. Signed-off-by: Marcel Holtmann <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]> | |||||