[libvirt] [PATCH] kvm/virtio: Set IFF_VNET_HDR when setting up tap fds

Mark McLoughlin markmc at redhat.com
Wed Aug 13 15:14:33 UTC 2008


On Wed, 2008-08-13 at 15:53 +0100, Mark McLoughlin wrote:

> +                        net->model && !strcmp(net->model, "virtio"))

Should be:

  +                        net->model && STREQ(net-model, "virtio"))

Cheers,
Mark.




More information about the libvir-list mailing list