[U-Boot] [PATCH v3 29/31] virtio: Add a Sandbox transport driver

sjg at google.com sjg at google.com
Wed Oct 24 17:31:33 UTC 2018


On 15 October 2018 at 03:21, Bin Meng <bmeng.cn at gmail.com> wrote:
> This driver provides support for Sandbox implementation of virtio
> transport driver which is used for testing purpose only.
>
> Two drivers are provided. The 2nd one is a driver that lacks the
> 'notify' op.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v3: None
> Changes in v2:
> - new patch to add a Sandbox transport driver
>
>  drivers/virtio/Kconfig          |   8 ++
>  drivers/virtio/Makefile         |   1 +
>  drivers/virtio/virtio_sandbox.c | 233 ++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 242 insertions(+)
>  create mode 100644 drivers/virtio/virtio_sandbox.c

Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-dm/next, thanks!


More information about the U-Boot mailing list