Re: [virt-tools-list] [virt-manager PATCH] Add bhyve support

2014-04-09 Thread Roman Bogorodskiy
Cole Robinson wrote: On 04/07/2014 11:43 AM, Michal Privoznik wrote: On 07.04.2014 17:12, Cole Robinson wrote: On 04/04/2014 02:43 PM, Roman Bogorodskiy wrote: Allow connection to bhyve using bhyve:///system URI. --- virtManager/connect.py | 8 ++-- 1 file changed, 6

Re: [virt-tools-list] [virt-manager PATCH] Add bhyve support

2014-04-07 Thread Michal Privoznik
On 07.04.2014 17:43, Michal Privoznik wrote: On 07.04.2014 17:12, Cole Robinson wrote: On 04/04/2014 02:43 PM, Roman Bogorodskiy wrote: Allow connection to bhyve using bhyve:///system URI. --- virtManager/connect.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git

Re: [virt-tools-list] [virt-manager PATCH] Add bhyve support

2014-04-07 Thread Eric Blake
On 04/07/2014 09:59 AM, Daniel P. Berrange wrote: The more I think about it the more it makes me wonder if we should learn libvirt return list of all supported/enabled drivers. Something like: char **virGetDrivers(virConnectPtr conn); if conn == NULL, the client side drivers are returned,

Re: [virt-tools-list] [virt-manager PATCH] Add bhyve support

2014-04-06 Thread Giuseppe Scrivano
Roman Bogorodskiy bogorods...@gmail.com writes: Allow connection to bhyve using bhyve:///system URI. --- virtManager/connect.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/virtManager/connect.py b/virtManager/connect.py index b779c75..bc6d56d 100644 ACK.

[virt-tools-list] [virt-manager PATCH] Add bhyve support

2014-04-04 Thread Roman Bogorodskiy
Allow connection to bhyve using bhyve:///system URI. --- virtManager/connect.py | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/virtManager/connect.py b/virtManager/connect.py index b779c75..bc6d56d 100644 --- a/virtManager/connect.py +++ b/virtManager/connect.py @@