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

2014-05-12 Thread Roman Bogorodskiy
Ján Tomko wrote: > On 04/23/2014 11:35 AM, Roman Bogorodskiy wrote: > > --- > > src/bhyve/bhyve_driver.c | 31 +++ > > src/bhyve/bhyve_utils.h | 1 + > > 2 files changed, 32 insertions(+) > > > > ACK > > > @@ -1173,6 +1203,7 @@ static virDriver bhyveDriver = { >

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

2014-05-12 Thread Ján Tomko
On 04/23/2014 11:35 AM, Roman Bogorodskiy wrote: > --- > src/bhyve/bhyve_driver.c | 31 +++ > src/bhyve/bhyve_utils.h | 1 + > 2 files changed, 32 insertions(+) > ACK > @@ -1173,6 +1203,7 @@ static virDriver bhyveDriver = { > .connectClose = bhyveConnectClose,

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

2014-05-09 Thread Roman Bogorodskiy
Roman Bogorodskiy wrote: > --- > src/bhyve/bhyve_driver.c | 31 +++ > src/bhyve/bhyve_utils.h | 1 + > 2 files changed, 32 insertions(+) ping? Roman Bogorodskiy pgp7sIY06DTih.pgp Description: PGP signature -- libvir-list mailing list libvir-list@redhat.com http

[libvirt] [PATCH] bhyve: implement connectGetSysinfo

2014-04-23 Thread Roman Bogorodskiy
--- src/bhyve/bhyve_driver.c | 31 +++ src/bhyve/bhyve_utils.h | 1 + 2 files changed, 32 insertions(+) diff --git a/src/bhyve/bhyve_driver.c b/src/bhyve/bhyve_driver.c index 0cafe4c..ec1ba69 100644 --- a/src/bhyve/bhyve_driver.c +++ b/src/bhyve/bhyve_driver.c @@ -23