Re: [libvirt] [PATCH] bhyve: implement virConnectIsAlive

2016-05-16 Thread Roman Bogorodskiy
Fabian Freyer wrote: > bhyve connections are local, and a "connection will be classed as alive > if it is [...] local". > --- > src/bhyve/bhyve_driver.c | 6 ++ > 1 file changed, 6 insertions(+) ACK and pushed. Roman Bogorodskiy signature.asc Description: PGP signature -- libvir-list ma

[libvirt] [PATCH] bhyve: implement virConnectIsAlive

2016-05-13 Thread Fabian Freyer
bhyve connections are local, and a "connection will be classed as alive if it is [...] local". --- src/bhyve/bhyve_driver.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve/bhyve_driver.c index c3c572e..8b41f7a 100644 --- a/src/bhyve/bhyve_driver.c +++