mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
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…
x
Reference in New Issue
Block a user