]> git.ipfire.org Git - thirdparty/libvirt.git/commit
libxl: Fix disk format error message
authorJim Fehlig <jfehlig@suse.com>
Mon, 13 May 2013 18:14:20 +0000 (12:14 -0600)
committerJim Fehlig <jfehlig@suse.com>
Mon, 24 Jun 2013 15:10:14 +0000 (09:10 -0600)
commit05bcf6f06d7f226ec7c5014acd9e25f4d31c86b6
tree5655d52c5ca51878827b731c5d0f2d5cdbcd72c2
parent684ce8300ebc35c645aed3f6e1fdd8dd679dffdf
libxl: Fix disk format error message

Specifying an unsupported disk format with the tap driver resulted in
a less than helpful error message

error: Failed to start domain test-hvm
error: internal error libxenlight does not support disk driver qed

Change the message to state that the qed format is not supported by
the tap driver, e.g.

error: Failed to start domain test-hvm
error: internal error libxenlight does not support disk format qed
with disk driver tap

While at it, check for unsupported formats in the other driver
backends.
src/libxl/libxl_conf.c