]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document removal of qemu commandline parsing
authorPeter Krempa <pkrempa@redhat.com>
Mon, 17 Jun 2019 12:12:46 +0000 (14:12 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jun 2019 10:15:05 +0000 (12:15 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
docs/news.xml

index f95dfdf3b4ff2bb93ffdcd62e585fd78142a4b87..cada3890921f9963a4430c98774ce0d2ae99b527 100644 (file)
         </description>
       </change>
     </section>
+    <section title="Removed features">
+      <change>
+        <summary>
+          qemu: Remove support for virDomainQemuAttach and virConnectDomainXMLFromNative APIs
+        </summary>
+        <description>
+          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.
+        </description>
+      </change>
+    </section>
     <section title="Improvements">
     </section>
     <section title="Bug fixes">