[libvirt] [PATCH 3/3] qemu: Fix copy&paste error in warning message

Daniel P. Berrange berrange at redhat.com
Mon Aug 16 16:18:32 UTC 2010


On Fri, Aug 13, 2010 at 05:26:47PM +0200, Jiri Denemark wrote:
> This also makes the message consistent with the message used in error
> path of qemudDomainAttachHostPciDevice.
> ---
>  src/qemu/qemu_driver.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index 108f67b..dbc3d5c 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -9020,7 +9020,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,

ACK

Daniel
-- 
|: Red Hat, Engineering, London    -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org -o- http://virt-manager.org -o- http://deltacloud.org :|
|: http://autobuild.org        -o-         http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-   F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|




More information about the libvir-list mailing list