Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-4834
Change-Id: Ib5f179ccb3ccf2cbea6f7d2bf8d9e28942f249e2
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
|
|
Updates:
- README file
- Notification mechanism:
- Notifications triggered by virtio devices by-pass
adapter application and are delivered directly to
the vhost-user devices
- Fix coding style
Change-Id: I4b03f1c19dd527ad08bee80b5d515dcbd3b1c485
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
|
|
Updates [v1]:
- The driver to handle multiple adapter instances.
- The source code is restructured and splitted into:
"virtio_loopback_driver.c" and "virtio_loopback_device.c".
- Notification mechanism is based on workqueues
Updates [v2]:
- Update module final name to 'virtio_loopback'
- Update the README file, add tested platforms
- Fix indents, typos
Bug-AGL: SPEC-4834
Change-Id: Ifef4cb222652c3e8584849d257d84abc7c7ba1b5
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
|
|
The virtio-loopback-driver is part of the Virtio Loopback
architecture detailed in the following link:
https://git.virtualopensystems.com/virtio-loopback/docs
Change-Id: I4828f903f025966624396632a76a2debf6f958d4
Signed-off-by: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com>
|