From ccdf108ca71a3198ea404218b9b11808f76bc7aa Mon Sep 17 00:00:00 2001 From: Dawid Zamirski Date: Tue, 10 Jan 2017 19:05:13 -0500 Subject: [PATCH] docs: add news entry in improvements section. Signed-off-by: John Ferlan --- docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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. + +