mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-04-01 20:05:19 +00:00
qemu: remove qemuCaps from qemuBuildIOThreadCommandLine
Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
fc43efc312
commit
cda322b8b2
@ -7294,8 +7294,7 @@ qemuBuildMemCommandLine(virCommand *cmd,
|
||||
|
||||
static int
|
||||
qemuBuildIOThreadCommandLine(virCommand *cmd,
|
||||
const virDomainDef *def,
|
||||
virQEMUCaps *qemuCaps G_GNUC_UNUSED)
|
||||
const virDomainDef *def)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
@ -10452,7 +10451,7 @@ qemuBuildCommandLine(virDomainObj *vm,
|
||||
if (qemuBuildSmpCommandLine(cmd, def, qemuCaps) < 0)
|
||||
return NULL;
|
||||
|
||||
if (qemuBuildIOThreadCommandLine(cmd, def, qemuCaps) < 0)
|
||||
if (qemuBuildIOThreadCommandLine(cmd, def) < 0)
|
||||
return NULL;
|
||||
|
||||
if (virDomainNumaGetNodeCount(def->numa) &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user