[libvirt] [PATCH] Fix warning when macvtap support is disabled

Matthias Bolte matthias.bolte at googlemail.com
Wed Dec 1 14:43:19 UTC 2010


2010/12/1 Jean-Baptiste Rouault <jean-baptiste.rouault at diateam.net>:
> ---
>  src/qemu/qemu_conf.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/qemu/qemu_conf.c b/src/qemu/qemu_conf.c
> index b0343c6..7cd0603 100644
> --- a/src/qemu/qemu_conf.c
> +++ b/src/qemu/qemu_conf.c
> @@ -1689,6 +1689,7 @@ qemudPhysIfaceConnect(virConnectPtr conn,
>     (void)qemuCmdFlags;
>     (void)driver;
>     (void)vmuuid;
> +    (void)vmop;
>     qemuReportError(VIR_ERR_INTERNAL_ERROR,
>                     "%s", _("No support for macvtap device"));
>     rc = -1;
> --
> 1.7.0.4
>

ACK and pushed, thanks.

Matthias




More information about the libvir-list mailing list