Re: [libvirt] [PATCH 6/6] bhyve: Ignore no-op flags during virDomainUndefine

2019-07-09 Thread Eric Blake
On 7/8/19 10:37 PM, Eric Blake wrote: > We can ignore flags rather than rejecting them as unknown since a > correct implementation of those flags is a no-op given that bhyve > lacks managed save or snapshots. > > Signed-off-by: Eric Blake > --- > src/bhyve/bhyve_driver.c | 5 - > 1 file

[libvirt] [PATCH 6/6] bhyve: Ignore no-op flags during virDomainUndefine

2019-07-08 Thread Eric Blake
We can ignore flags rather than rejecting them as unknown since a correct implementation of those flags is a no-op given that bhyve lacks managed save or snapshots. Signed-off-by: Eric Blake --- src/bhyve/bhyve_driver.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git