mirror of https://gitee.com/openkylin/libvirt.git
Rename qemuCheckIothreads to qemuCheckIOThreads
Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
parent
ff6d2314d8
commit
2bcc263338
|
@ -3964,7 +3964,7 @@ qemuBuildDriveStr(virConnectPtr conn,
|
|||
|
||||
|
||||
static bool
|
||||
qemuCheckIothreads(virDomainDefPtr def,
|
||||
qemuCheckIOThreads(virDomainDefPtr def,
|
||||
virQEMUCapsPtr qemuCaps,
|
||||
virDomainDiskDefPtr disk)
|
||||
{
|
||||
|
@ -4024,7 +4024,7 @@ qemuBuildDriveDevStr(virDomainDefPtr def,
|
|||
}
|
||||
}
|
||||
|
||||
if (disk->iothread && !qemuCheckIothreads(def, qemuCaps, disk))
|
||||
if (disk->iothread && !qemuCheckIOThreads(def, qemuCaps, disk))
|
||||
goto error;
|
||||
|
||||
switch (disk->bus) {
|
||||
|
|
Loading…
Reference in New Issue