[libvirt] [PATCH 3/4] Allow creation of plain macvlan devices

2011-11-10 Thread Daniel P. Berrange
From: Daniel P. Berrange berra...@redhat.com Update virNetDevMacVLanCreateWithVPortProfile to allow creation of plain macvlan devices, as well as macvtap devices. The former is useful for LXC containers * src/qemu/qemu_command.c: Explicitly request a macvtap device * src/util/virnetdevmacvlan.c,

Re: [libvirt] [PATCH 3/4] Allow creation of plain macvlan devices

2011-11-10 Thread Stefan Berger
On 11/10/2011 06:28 AM, Daniel P. Berrange wrote: From: Daniel P. Berrangeberra...@redhat.com Update virNetDevMacVLanCreateWithVPortProfile to allow creation of plain macvlan devices, as well as macvtap devices. The former is useful for LXC containers * src/qemu/qemu_command.c: Explicitly