aboutsummaryrefslogtreecommitdiffstats
path: root/vhost_user_input.h
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-1/+1
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-03Virtio-loopback-rfc release:Timos Ampelikiotis1-2/+0
- Polish the code, remove comments, FIXMEs ... - Add 'print_config' as a class method - Fix 'features_sel' read/write operations Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
2023-10-03Virtio-loopback-adapter Beta version for review:Timos Ampelikiotis1-0/+187
- 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>