aboutgitcodebugslistschat
path: root/qrap.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-11-04 02:38:31 +0100
committerStefano Brivio <sbrivio@redhat.com>2022-11-04 12:04:32 +0100
commit11efaefa1edc340fc3948726893ff81630370744 (patch)
tree4c3eb91e641f1f81abd5b26132a549105e867933 /qrap.c
parent6c1697764ccd0ae0596fcad0ad5c8434430f8b23 (diff)
downloadpasst-11efaefa1edc340fc3948726893ff81630370744.tar
passt-11efaefa1edc340fc3948726893ff81630370744.tar.gz
passt-11efaefa1edc340fc3948726893ff81630370744.tar.bz2
passt-11efaefa1edc340fc3948726893ff81630370744.tar.lz
passt-11efaefa1edc340fc3948726893ff81630370744.tar.xz
passt-11efaefa1edc340fc3948726893ff81630370744.tar.zst
passt-11efaefa1edc340fc3948726893ff81630370744.zip
passt, qrap, README: Update notes and documentation for AF_UNIX support in qemu
We can't get rid of qrap quite yet, but at least we should start telling users it's not going to be needed anymore starting from qemu 7.2. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'qrap.c')
-rw-r--r--qrap.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/qrap.c b/qrap.c
index 3c6f5b8..287198e 100644
--- a/qrap.c
+++ b/qrap.c
@@ -7,8 +7,9 @@
* Copyright (c) 2020-2021 Red Hat GmbH
* Author: Stefano Brivio <sbrivio@redhat.com>
*
- * TODO: Implement this functionality directly in qemu: we have TCP and UDP
- * socket back-ends already.
+ * TODO: Drop this implementation once qemu commit 13c6be96618c ("net: stream:
+ * add unix socket") is included in a release (7.2), and once we can reasonably
+ * assume existing users switched to it.
*/
#include <stdio.h>