From 19e5a81f2170181f906efc5dce3e4713c8ecc043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Fri, 1 Jun 2018 13:32:00 +0200 Subject: [PATCH] news: add vsock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document the addition of vsock. Signed-off-by: Ján Tomko Acked-by: Peter Krempa --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 453ac1d02a..a2829eff6a 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -113,6 +113,15 @@ libvirt has done as well. + + + qemu: add support for vhost-vsock-device + + + A new vsock device was introduced, allowing communication between + the guest and the host via the AF_VSOCK family. + +