Re: Request for testers: virt-manager, libvirt, and bhyve

2014-06-21 Thread Roman Bogorodskiy
  Bartek Rutkowski wrote:

> I am happy to look at updating the virt-manager - any chance you could
> point me to what from the below list was the dependency causing
> issues?
> 
> dbus>=0.83.2
> libxml2>=2.7.8
> virtinst>=0.600.4
> vte>=0.26.2
> gtk-vnc>=0.3.10
> librsvg2>=2.32.1
> libvirt>=0

Hi,

I've looked at updating it to 1.0.1. Apparently, everything seemed
to work fine, either something was updated since I've looked at it last
time or I missed something. :-)

Could you please review it:

http://people.freebsd.org/~novel/misc/virt-manager-101.diff

I did a basic testing and it seemed to work fine.

I haven't yet backported my patch from the git master to add 'bhyve'
into menu list, but one could still connect using:

$ virt-manager -c "bhyve+ssh://root@localhost/system"

Roman Bogorodskiy


pgpxFp3SR5fCY.pgp
Description: PGP signature


Re: Request for testers: virt-manager, libvirt, and bhyve

2014-06-19 Thread Bartek Rutkowski
On Thu, Jun 19, 2014 at 6:24 PM, Craig Rodrigues  wrote:
> On Wed, Jun 18, 2014 at 10:44 PM, Roman Bogorodskiy  wrote:
>>   Craig Rodrigues wrote:
>>
>>> Hi,
>>>
>>> I created a patch for the deskutils/virt-manager port to add support
>>> for bhyve.  virt-manager depends on libvirt, so the work
>>> that Roman has done with libvirt is critical for it to work.
>>>
>>> I have instructions for setting it up here, plus a screenshot of the
>>> virt-manager UI:
>>>
>>> http://people.freebsd.org/~rodrigc/libvirt/virt-manager.html
>>>
>>> Is there anyone interested in testing this and providing feedback?
>>>
>>> Also, since virt-manager is in Python, is there anyone out there interested
>>> in improving this patch, and sending it upstream to the virt-manager
>>> developers?
>>
>> Hi Craig,
>>
>> Back in April bhyve support was added into virt-manager master [1]. So
>> it should be there in the next release.
>>
>> I've looked at updating the desktuils/virt-manager port to 1.0.x, but at
>> that time it was blocked by some outdated dependency.
>>
>> 1: 
>> https://git.fedorahosted.org/cgit/virt-manager.git/commit/?id=05df5a64843f2bd4e9a5197d97608d41b2e6dc43
>
>
>
> Hi,
>
> What ports dependency is blocking the update of the
> deskutils/virt-manager port to 1.0.x?  We can get other ports
> developers such as Bartlomiej to help.
>
> --
> Craig

I am happy to look at updating the virt-manager - any chance you could
point me to what from the below list was the dependency causing
issues?

dbus>=0.83.2
libxml2>=2.7.8
virtinst>=0.600.4
vte>=0.26.2
gtk-vnc>=0.3.10
librsvg2>=2.32.1
libvirt>=0

Kind regards,
Bartek Rutkowski
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Request for testers: virt-manager, libvirt, and bhyve

2014-06-19 Thread Craig Rodrigues
On Wed, Jun 18, 2014 at 10:44 PM, Roman Bogorodskiy  wrote:
>   Craig Rodrigues wrote:
>
>> Hi,
>>
>> I created a patch for the deskutils/virt-manager port to add support
>> for bhyve.  virt-manager depends on libvirt, so the work
>> that Roman has done with libvirt is critical for it to work.
>>
>> I have instructions for setting it up here, plus a screenshot of the
>> virt-manager UI:
>>
>> http://people.freebsd.org/~rodrigc/libvirt/virt-manager.html
>>
>> Is there anyone interested in testing this and providing feedback?
>>
>> Also, since virt-manager is in Python, is there anyone out there interested
>> in improving this patch, and sending it upstream to the virt-manager
>> developers?
>
> Hi Craig,
>
> Back in April bhyve support was added into virt-manager master [1]. So
> it should be there in the next release.
>
> I've looked at updating the desktuils/virt-manager port to 1.0.x, but at
> that time it was blocked by some outdated dependency.
>
> 1: 
> https://git.fedorahosted.org/cgit/virt-manager.git/commit/?id=05df5a64843f2bd4e9a5197d97608d41b2e6dc43



Hi,

What ports dependency is blocking the update of the
deskutils/virt-manager port to 1.0.x?  We can get other ports
developers such as Bartlomiej to help.

--
Craig
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"


Re: Request for testers: virt-manager, libvirt, and bhyve

2014-06-18 Thread Roman Bogorodskiy
  Craig Rodrigues wrote:

> Hi,
> 
> I created a patch for the deskutils/virt-manager port to add support
> for bhyve.  virt-manager depends on libvirt, so the work
> that Roman has done with libvirt is critical for it to work.
> 
> I have instructions for setting it up here, plus a screenshot of the
> virt-manager UI:
> 
> http://people.freebsd.org/~rodrigc/libvirt/virt-manager.html
> 
> Is there anyone interested in testing this and providing feedback?
> 
> Also, since virt-manager is in Python, is there anyone out there interested
> in improving this patch, and sending it upstream to the virt-manager
> developers?

Hi Craig,

Back in April bhyve support was added into virt-manager master [1]. So
it should be there in the next release.

I've looked at updating the desktuils/virt-manager port to 1.0.x, but at
that time it was blocked by some outdated dependency.

1: 
https://git.fedorahosted.org/cgit/virt-manager.git/commit/?id=05df5a64843f2bd4e9a5197d97608d41b2e6dc43

Roman Bogorodskiy


pgpTECtGIQNYI.pgp
Description: PGP signature


Request for testers: virt-manager, libvirt, and bhyve

2014-06-18 Thread Craig Rodrigues
Hi,

I created a patch for the deskutils/virt-manager port to add support
for bhyve.  virt-manager depends on libvirt, so the work
that Roman has done with libvirt is critical for it to work.

I have instructions for setting it up here, plus a screenshot of the
virt-manager UI:

http://people.freebsd.org/~rodrigc/libvirt/virt-manager.html

Is there anyone interested in testing this and providing feedback?

Also, since virt-manager is in Python, is there anyone out there interested
in improving this patch, and sending it upstream to the virt-manager
developers?
--
Craig
___
freebsd-virtualization@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization
To unsubscribe, send any mail to 
"freebsd-virtualization-unsubscr...@freebsd.org"