On 10/11/2015 00:28, John Ferlan wrote:
>        } else if (STRPREFIX(arg, "-hd") ||
>                    STRPREFIX(arg, "-sd") ||
>                    STRPREFIX(arg, "-fd") ||
>                    STREQ(arg, "-cdrom")) {
>             WANT_VALUE();

-sd is for sdcards, not SCSI, so it should be STREQ I think.

Paolo

> If I add:
> 
>         } else if (STREQ(arg, "-sdl")) {
>             /* Ignore */
> 
> Just before that, then things are happy again.

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to