]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: driver: Remove support for native->XML conversion
authorPeter Krempa <pkrempa@redhat.com>
Fri, 14 Jun 2019 12:56:35 +0000 (14:56 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 20 Jun 2019 10:15:05 +0000 (12:15 +0200)
commit5cc402a9b4c4e5422775b2b60f8272c16c0ed62f
treebed4c8c6eea68a001b68368de618e615d2d53c71
parent953b88fc889af54ae831662a503dd44a8075f25d
qemu: driver: Remove support for native->XML conversion

This code is really neglected and does not at all work reliably. It
can't even be used for converting our own commandline back.

Since this was mostly useful for aiding migration from manually run qemu
to libvirt and will not work for this puspose in many cases it's not
worth having.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_driver.c