Displaying 2 results from an estimated 2 matches for "e4ab3b5d".
2015 Dec 04
2
Error message doesn't make sense
Hi everyone,
I incidentally configured two IDE controller for my machine-1.2 VM(it
might be virsh attach-disk to blame), and I got the error message
"Only a single IDE controller is unsupported...". I can't understand
this error message, I think it means I HAVE to configure two or more
IDE controllers until I looked it up in the source.
At libvirt-1.2.22/src/qemu/qemu_command.c:
2015 Dec 04
0
Re: Error message doesn't make sense
...I think this error message should be something like "More
> than one IDE controllers is not supported for this machine type"
>
The following commit replaced "unsupported" by "supported" in the error
message:
http://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=e4ab3b5d
commit e4ab3b5d38bfbaef3cfe9da07ffafca0904e69da
Author: Guido Günther <agx@sigxcpu.org>
CommitDate: 2015-11-23 09:39:29 +0100
qemu: handle more machines with a single builtin IDE controller
like I440FX by moving the condition into qemuDomainMachineHasBuiltinIDE
and adding mo...