提交 2bcc2633 编写于 作者: J John Ferlan

Rename qemuCheckIothreads to qemuCheckIOThreads

Signed-off-by: NJohn Ferlan <jferlan@redhat.com>
上级 ff6d2314
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册