From 6832fb4b865986933d184260e9961267227a79c3 Mon Sep 17 00:00:00 2001 From: Joao Martins Date: Thu, 12 Jan 2017 12:02:55 +0000 Subject: [PATCH] news: document libxl HVM network attach fix Signed-off-by: Joao Martins --- docs/news.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index 92e39f9317..c19bbbb126 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -204,6 +204,16 @@ domain definition. + + + libxl: reverse defaults on HVM net device attach + + + Fixes network interface attach for HVM domains when no model is + specified. Emulated hotplug isn't yet supported and hence we should + default to the general working scenario. + +