[libvirt] [PATCH v2 17/17] qemu: assume various QEMU 0.10 features are always available

Paolo Bonzini pbonzini at redhat.com
Wed Nov 11 15:56:27 UTC 2015



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.




More information about the libvir-list mailing list