Re: [libvirt] [PATCH] openvz; wire up getHostname

2012-04-20 Thread Guido Günther
On Thu, Apr 19, 2012 at 04:40:58PM -0600, Eric Blake wrote: On 04/19/2012 04:32 PM, Guido Günther wrote: --- Trivial thing missing in the openvz driver. Cheers, -- Guido src/openvz/openvz_driver.c |1 + 1 file changed, 1 insertion(+) diff --git

[libvirt] [PATCH] openvz; wire up getHostname

2012-04-19 Thread Guido Günther
--- Trivial thing missing in the openvz driver. Cheers, -- Guido src/openvz/openvz_driver.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/openvz/openvz_driver.c b/src/openvz/openvz_driver.c index 0451c22..7ec327d 100644 --- a/src/openvz/openvz_driver.c +++

Re: [libvirt] [PATCH] openvz; wire up getHostname

2012-04-19 Thread Eric Blake
On 04/19/2012 04:32 PM, Guido Günther wrote: --- Trivial thing missing in the openvz driver. Cheers, -- Guido src/openvz/openvz_driver.c |1 + 1 file changed, 1 insertion(+) diff --git a/src/openvz/openvz_driver.c b/src/openvz/openvz_driver.c index 0451c22..7ec327d 100644 ---