
19 Oct
2018
19 Oct
'18
5:27 a.m.
On 15 October 2018 at 03:21, Bin Meng bmeng.cn@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@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@chromium.org