From: Dawid Zamirski Date: Wed, 11 Jan 2017 00:05:13 +0000 (-0500) Subject: docs: add news entry in improvements section. X-Git-Tag: v3.0.0-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdf108ca71a3198ea404218b9b11808f76bc7aa;p=thirdparty%2Flibvirt.git docs: add news entry in improvements section. Signed-off-by: John Ferlan --- diff --git a/docs/news.xml b/docs/news.xml index 909b4ca9fd..80d582ebe6 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -96,6 +96,19 @@ newly-defined guests will now use it automatically + + + vbox: remove support for VirtualBox 3.x and older + + + Those old VirtualBox versions have been unsupported by + upstream for a long time and the API of 4.0 and newer has + diverged enough to require code abstractions to handle differences. + Removing support for those old versions drops lots of code from + the driver and simplifies the logic to ease implementation of new + features going forward. + +