[libvirt] [PATCHv2 3/9] util: add openvswitch case to virNetDevVPortProfileEqual

2012-08-14 Thread Laine Stump
This function was overlooked when openvswitch support was added. Fortunately it's only use for update-device, which is relatively new and seldom-used. --- src/util/virnetdevvportprofile.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/util/virnetdevvportprofile.c b/src/util/virnetde

Re: [libvirt] [PATCHv2 3/9] util: add openvswitch case to virNetDevVPortProfileEqual

2012-08-14 Thread Kyle Mestery (kmestery)
This looks good to me. Acked-by: Kyle Mestery On Aug 14, 2012, at 2:04 AM, Laine Stump wrote: > This function was overlooked when openvswitch support was > added. Fortunately it's only use for update-device, which is > relatively new and seldom-used. > --- > src/util/virnetdevvportprofile.c | 6