Re: QEMU 1.6 and drive discard parameter

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



CC to Amos.

On 30/10/13 16:19, whitearchey wrote:

In QEMU 1.6 parameters of 'drive' option were removed:

QemuOptsList qemu_drive_opts = {
    .name = "drive",
    .head = QTAILQ_HEAD_INITIALIZER(qemu_drive_opts.head),
    .desc = {
        /*
         * no elements => accept any params
         * validation will happen later
         */
        { /* end of list */ }
    },
};

But libvirt still checks for QEMU_CAPS_DRIVE_DISCARD using QMP query-command-line-options:

static struct virQEMUCapsCommandLineProps virQEMUCapsCommandLine[] = {
    { "machine", "mem-merge", QEMU_CAPS_MEM_MERGE },
    { "drive", "discard", QEMU_CAPS_DRIVE_DISCARD },
    { "realtime", "mlock", QEMU_CAPS_MLOCK },
};
...
qemuMonitorGetCommandLineOptionParameters(mon, virQEMUCapsCommandLine[i].option, &values)

So, when I try to use discard option in domain xml I get this error:

error : qemuBuildDriveStr:3986 : unsupported configuration: discard is not supported by this QEMU binary


It's a qemu problem, the command "query-command-line-options" should keep working after the structures were changed for any option, in this case, all the option descs were
moved to "qemu_common_drive_opts" instead.

Regards,
Osier

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




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]