[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] kvm/virtio: Set IFF_VNET_HDR when setting up tap fds
- From: Mark McLoughlin <markmc redhat com>
- To: libvirt hacker dudes <libvir-list redhat com>
- Subject: Re: [libvirt] [PATCH] kvm/virtio: Set IFF_VNET_HDR when setting up tap fds
- Date: Wed, 13 Aug 2008 16:14:33 +0100
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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]