Re: [libvirt] [PATCH 3/6] phyp: Add various vir*Flags API

2019-07-09 Thread Peter Krempa
On Mon, Jul 08, 2019 at 22:37:00 -0500, Eric Blake wrote: > Even though we don't accept any flags, it is unfriendly to callers > that use the modern API to have to fall back to the flag-free API. > > Signed-off-by: Eric Blake > --- > src/phyp/phyp_driver.c | 24 ++-- > 1

[libvirt] [PATCH 3/6] phyp: Add various vir*Flags API

2019-07-08 Thread Eric Blake
Even though we don't accept any flags, it is unfriendly to callers that use the modern API to have to fall back to the flag-free API. Signed-off-by: Eric Blake --- src/phyp/phyp_driver.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git