From a8073797ce174f6eaa622104e4fd33ee88cb6fad Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 17 Jun 2019 14:12:46 +0200 Subject: [PATCH] news: Document removal of qemu commandline parsing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko Reviewed-by: Andrea Bolognani --- docs/news.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index f95dfdf3b4..cada389092 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -50,6 +50,19 @@ +
+ + + qemu: Remove support for virDomainQemuAttach and virConnectDomainXMLFromNative APIs + + + The qemu implementations for the APIs mentioned above were removed + and the APIs now return an error. The implementation was stale for a + long time and did not work with modern QEMU command lines, generated + from libvirt or otherwise. + + +
-- 2.47.2