This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 1def5da221 net: move ttl field into socket_conn_s struct
new 1d6a61c034 include: virtio: Add VIRTIO_DEV_BLK definition to
virtio-mmio.h
new 498a75a58b drivers: virtio: Add virtio-mmio-blk
new 8a70f8a76d boards: Add virtio blk driver to qemu-arm8a and rv-virt
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
boards/arm64/qemu/qemu-armv8a/README.txt | 4 +-
.../qemu/qemu-armv8a/configs/netnsh/defconfig | 6 +
boards/risc-v/qemu-rv/rv-virt/README.txt | 6 +-
.../qemu-rv/rv-virt/configs/netnsh/defconfig | 6 +
.../qemu-rv/rv-virt/configs/netnsh64/defconfig | 6 +
drivers/virtio/Kconfig | 12 +
drivers/virtio/Make.defs | 4 +
drivers/virtio/virtio-mmio-blk.c | 524 +++++++++++++++++++++
.../{virtio-mmio-net.h => virtio-mmio-blk.h} | 18 +-
drivers/virtio/virtio-mmio.c | 9 +
include/nuttx/virtio/virtio-mmio.h | 1 +
11 files changed, 585 insertions(+), 11 deletions(-)
create mode 100644 drivers/virtio/virtio-mmio-blk.c
copy drivers/virtio/{virtio-mmio-net.h => virtio-mmio-blk.h} (84%)