Re: [libvirt] [PATCH v2 1/2] util: Introduce flags field for macvtap creation

2014-08-28 Thread Martin Kletzander
On Wed, Aug 27, 2014 at 10:34:13AM -0400, Matthew Rosato wrote: Currently, there is one flag passed in during macvtap creation (withTap) -- Let's convert this field to an unsigned int flag field for future expansion. Signed-off-by: Matthew Rosato mjros...@linux.vnet.ibm.com ---

Re: [libvirt] [PATCH v2 1/2] util: Introduce flags field for macvtap creation

2014-08-28 Thread Matthew Rosato
On 08/28/2014 08:45 AM, Martin Kletzander wrote: On Wed, Aug 27, 2014 at 10:34:13AM -0400, Matthew Rosato wrote: Currently, there is one flag passed in during macvtap creation (withTap) -- Let's convert this field to an unsigned int flag field for future expansion. Signed-off-by: Matthew

[libvirt] [PATCH v2 1/2] util: Introduce flags field for macvtap creation

2014-08-27 Thread Matthew Rosato
Currently, there is one flag passed in during macvtap creation (withTap) -- Let's convert this field to an unsigned int flag field for future expansion. Signed-off-by: Matthew Rosato mjros...@linux.vnet.ibm.com --- src/lxc/lxc_process.c |4 ++-- src/qemu/qemu_command.c |6