From 67edcb32a330dff42c92afc5e7a45100bce980e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 17 Apr 2020 12:56:25 +0100 Subject: [PATCH] docs: add news about virtualbox version support changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Michal Privoznik Signed-off-by: Daniel P. Berrangé --- docs/news.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 4d0efd4219..99c65447b0 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -56,11 +56,33 @@ hotplug/unplug attempts, but this is often undesireable). + + + vbox: added support for version 6.0 and 6.1 APIs + + + libvirt can now support use of the VirtualBox 6.0 and 6.1 + APIs. This is compile tested only, so we are looking for + feedback from users on how well it works in practice. + +
+
+ + + vbox: removed support for version 5.0 and 5.1 APIs + + + libvirt no longer supports use of VirtualBox 5.0 and 5.1 + since these versions reached their end of life on 2017/05 + and 2018/04 respectively. + + +