From: John Ferlan Date: Fri, 3 Apr 2015 00:00:46 +0000 (-0400) Subject: Rename qemuCheckIothreads to qemuCheckIOThreads X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2bcc263338e57cfd634fdde68088113327f647e1;p=libvirt.git Rename qemuCheckIothreads to qemuCheckIOThreads Signed-off-by: John Ferlan --- diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index 5103599261..e7e093738e 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -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) {