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>
This commit is contained in:
Stefano Brivio
2022-11-04 02:38:31 +01:00
parent 6c1697764c
commit 11efaefa1e
5 changed files with 18 additions and 28 deletions

5
qrap.c
View File

@@ -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>