Files
nuttx/include/nuttx
Bowen Wang 129955eb14 virtio/virtio-config: add virtio_read_config_bytes() api
Follow the virtio spec:
For the device-specific configuration space, the driver MUST use 8
bit wide accesses for 8 bit wide fields, 16 bit wide and aligned
accesses for 16 bit wide fields and 32 bit wide and aligned accesses
for 32 and 64 bit wide fields.

For a string in the virtio config space, we should should byte to
byte read operations to read this string, so add a api
virtio_read_config_bytes() for this.

Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>
2026-01-30 08:11:57 -03:00
..
2025-11-10 10:56:29 +01:00
2025-12-23 09:26:34 -03:00
2026-01-29 09:25:07 -03:00
2026-01-08 23:15:31 +08:00
2026-01-19 14:12:09 +08:00
2026-01-19 14:12:09 +08:00
2026-01-22 22:14:00 +08:00
2026-01-28 12:45:11 -03:00
2026-01-26 20:56:12 +08:00
2026-01-27 19:34:33 +08:00
2026-01-27 17:59:07 +08:00
2026-01-19 14:12:09 +08:00