1
0
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:
John Ferlan 2015-04-02 20:00:46 -04:00
parent ff6d2314d8
commit 2bcc263338

View File

@ -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) {