]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix typo in error message
authorJán Tomko <jtomko@redhat.com>
Mon, 16 Mar 2015 14:55:21 +0000 (15:55 +0100)
committerJán Tomko <jtomko@redhat.com>
Tue, 24 Mar 2015 17:06:38 +0000 (18:06 +0100)
commit68545ea629b40927e36d2062eff6358014b9fc8d
tree076a66aaea3ac8432c773d0011e8b36aa5d8bdbd
parentdae3e246637a8863a1988683b0c43f461a1b4a5d
Fix typo in error message

by rewriting it completely from:
error: unsupported configuration: virtio only support device address
type 'PCI'

to:

error: unsupported configuration: virtio disk cannot have an address of type
drive

Since we now support CCW addresses as well.
src/qemu/qemu_command.c