aboutsummaryrefslogtreecommitdiffstats
path: root/vhost_user_input.h
diff options
context:
space:
mode:
authorTimos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>2023-09-13 15:22:26 +0000
committerAngelos Mouzakitis <a.mouzakitis@virtualopensystems.com>2023-10-03 15:18:54 +0300
commita99fe32fc076f0654a8c8fab7a16abff42ba4218 (patch)
treecbe0643ca79b8056d46efd933a1daf61e0f79a63 /vhost_user_input.h
parentcfb9918442a1a22639f55f5923e9807481cc4045 (diff)
Introduce Virtio-loopback epsilon-release:
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>
Diffstat (limited to 'vhost_user_input.h')
-rw-r--r--vhost_user_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vhost_user_input.h b/vhost_user_input.h
index bbed7f2..0d5c900 100644
--- a/vhost_user_input.h
+++ b/vhost_user_input.h
@@ -182,4 +182,4 @@ void virtio_input_device_realize();
void vhost_user_input_init(VirtIODevice *vdev);
void vhost_user_input_realize();
-#endif /* VHOST_USER_INPU */
+#endif /* VHOST_USER_INPUT */