summaryrefslogtreecommitdiffstats
path: root/vhost_loopback.c
AgeCommit message (Collapse)AuthorFilesLines
2023-10-03[ADD] Vhost-user-gpio is being addedTimos Ampelikiotis1-1/+1
Update Copyrights, interrupt locking mechanism, compilation warnings. Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2023-10-03Introduce Virtio-loopback epsilon-release:Timos Ampelikiotis1-14/+80
Epsilon release introduces a new compatibility layer which make virtio-loopback design to work with QEMU and rust-vmm vhost-user backend without require any changes. Changes and fixes done during this development are: - Add new memory exchange mechanism - Update binaries command line: argument limit - Update features exchange for vhost-user-rng backend - Updare VQS index exchange process between driver and adapter - Add VHOST_RAM_SLOTS constant Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2023-10-03Update virtio-loopback-adapter Beta version:Timos Ampelikiotis1-1/+1
- Add exclusive eventfd for notifications - Update eventfd handler for vhost-user call Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2023-10-03Virtio-loopback-adapter Beta version:Timos Ampelikiotis1-27/+13
- Build a single virtio-loopback-adapter binary - Mmap the vrings with dynamic defined size - Add set_mem_table mechanism (Not used into this release) Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2023-10-03Virtio-loopback-adapter Beta version for review:Timos Ampelikiotis1-0/+91
- Beta version of the code to be discussed during the review planned on the 09/11/2022 - Before being merged into master, this code might be changed with fixes and optimization Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2023-10-03Virtio-loopback-adapter Alpha release update:Timos Ampelikiotis1-1/+1
- Format code style and remove unnecessary comments Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2023-10-03Virtio-loopback-adapter Alpha release:Timos Ampelikiotis1-0/+326
- The virtio-loopback-adapter is part of the Virtio Loopback architecture detailed in the following link: https://git.virtualopensystems.com/virtio-loopback/docs Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>