]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Use XML based disk bus convertor in error message
authorPeter Krempa <pkrempa@redhat.com>
Fri, 8 Nov 2019 14:37:26 +0000 (15:37 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Nov 2019 07:51:50 +0000 (08:51 +0100)
commit3e2e627287c61b5bcd55c30ab6a35d369d04cb68
treeb1f4b6f7de0a8307655be395314d80ad783bbf37
parent53b402f70cb38b71926de67a127d594e7d1ca18a
qemu: command: Use XML based disk bus convertor in error message

The qemu driver has an internal implementation for converting disk bus
to string for use with qemu. This should not be used in error messages
though as we want to report the string based on the XML value.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
ACKed-by: Eric Blake <eblake@redhat.com>
src/qemu/qemu_command.c