qemu: Fix copy&paste error in warning message

This also makes the message consistent with the message used in error
path of qemudDomainAttachHostPciDevice.
This commit is contained in:
Jiri Denemark 2010-08-13 16:44:27 +02:00
parent 5afec51730
commit 0a5f3ae0c6
1 changed files with 1 additions and 1 deletions

View File

@ -9042,7 +9042,7 @@ static int qemudDomainDetachHostPciDevice(struct qemud_driver *driver,
if ((qemuCmdFlags & QEMUD_CMD_FLAG_DEVICE) &&
qemuDomainPCIAddressReleaseAddr(priv->pciaddrs, &detach->info) < 0)
VIR_WARN0("Unable to release PCI address on controller");
VIR_WARN0("Unable to release PCI address on host device");
if (vm->def->nhostdevs > 1) {
memmove(vm->def->hostdevs + i,