]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
Rename qemuCheckIothreads to qemuCheckIOThreads
authorJohn Ferlan <jferlan@redhat.com>
Fri, 3 Apr 2015 00:00:46 +0000 (20:00 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Mon, 13 Apr 2015 21:26:37 +0000 (17:26 -0400)
Signed-off-by: John Ferlan <jferlan@redhat.com>
src/qemu/qemu_command.c

index 5103599261a332ca793ad833acf75725e13bbbe7..e7e093738ebbd9abcf543d4c42f0e56323f42b72 100644 (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) {