Displaying 2 results from an estimated 2 matches for "vir_domain_controller_type_ide".
2015 Dec 04
2
Error message doesn't make sense
...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:
4916 case VIR_DOMAIN_CONTROLLER_TYPE_IDE:
4917 /* Since we currently only support the integrated IDE controller
4918 * on 440fx, if we ever get to here, it's because some other
4919 * machinetype had an IDE controller specified, or a 440fx had
4920 * multiple ide controllers.
4921 */
4...
2015 Dec 04
0
Re: Error message doesn't make sense
...> "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:
>
> 4916 case VIR_DOMAIN_CONTROLLER_TYPE_IDE:
> 4917 /* Since we currently only support the integrated IDE controller
> 4918 * on 440fx, if we ever get to here, it's because some other
> 4919 * machinetype had an IDE controller specified, or a 440fx had
> 4920 * multiple ide controllers....