Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-28 Thread Daniel P. Berrange
On Wed, Jul 28, 2010 at 03:22:50PM +0200, Matthias Bolte wrote: > > I think you're right, a vpx:// connection that covers a whole vCenter > is probably out of libvirt's scope and gives much trouble with stuff > like name uniqueness etc. > > I'm going to restrict a vpx:// connection to a single ho

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-28 Thread Matthias Bolte
2010/7/28 Daniel P. Berrange : > On Tue, Jul 27, 2010 at 08:39:50PM +0200, Matthias Bolte wrote: >> 2010/7/26 Daniel P. Berrange : >> > On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: >> >> Add a pointer to the primary context of a connection and use it in all >> >> driver functions

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-28 Thread Daniel P. Berrange
On Tue, Jul 27, 2010 at 08:39:50PM +0200, Matthias Bolte wrote: > 2010/7/26 Daniel P. Berrange : > > On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: > >> Add a pointer to the primary context of a connection and use it in all > >> driver functions that don't dependent on the context

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-27 Thread Matthias Bolte
2010/7/27 Matthias Bolte : > 2010/7/26 Daniel P. Berrange : >> On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: >>> Add a pointer to the primary context of a connection and use it in all >>> driver functions that don't dependent on the context type. This includes >>> almost all funct

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-27 Thread Matthias Bolte
2010/7/26 Daniel P. Berrange : > On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: >> Add a pointer to the primary context of a connection and use it in all >> driver functions that don't dependent on the context type. This includes >> almost all functions that deal with a virDomianPt

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-26 Thread Daniel P. Berrange
On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: > Add a pointer to the primary context of a connection and use it in all > driver functions that don't dependent on the context type. This includes > almost all functions that deal with a virDomianPtr. Therefore, using > a vpx:// conne

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-25 Thread Daniel Veillard
On Sat, Jul 24, 2010 at 09:39:31PM +0200, Matthias Bolte wrote: > 2010/7/19 Daniel Veillard : > > On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: > >> @@ -49,9 +51,9 @@ esx://example.com/?no_verify=1     (ESX over HTTPS, but > >> doesn't verify the serve > >>  type://[usern...@]hos

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-24 Thread Matthias Bolte
2010/7/19 Daniel Veillard : > On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: >> Add a pointer to the primary context of a connection and use it in all >> driver functions that don't dependent on the context type. This includes >> almost all functions that deal with a virDomianPtr.

Re: [libvirt] [PATCH] esx: Add vpx:// scheme to allow direct connection to a vCenter

2010-07-19 Thread Daniel Veillard
On Mon, Jul 19, 2010 at 01:26:10AM +0200, Matthias Bolte wrote: > Add a pointer to the primary context of a connection and use it in all > driver functions that don't dependent on the context type. This includes > almost all functions that deal with a virDomianPtr. Therefore, using > a vpx:// conne