Re: [libvirt] [PATCH v2 1/6] Add flags for virDomainOpenConsole

2011-12-13 Thread Daniel P. Berrange
On Tue, Dec 13, 2011 at 05:03:05PM -0700, Eric Blake wrote: > On 12/07/2011 11:08 AM, Peter Krempa wrote: > > This patch adds a set of flags to be used with the virDomainOpenConsole > > API call to specify if the user wishes to interrupt an existing console > > session or just to try open a new one

Re: [libvirt] [PATCH v2 1/6] Add flags for virDomainOpenConsole

2011-12-13 Thread Eric Blake
On 12/07/2011 11:08 AM, Peter Krempa wrote: > This patch adds a set of flags to be used with the virDomainOpenConsole > API call to specify if the user wishes to interrupt an existing console > session or just to try open a new one. > > VIR_DOMAIN_CONSOLE_TRY - specifies that the caller wants to t

[libvirt] [PATCH v2 1/6] Add flags for virDomainOpenConsole

2011-12-07 Thread Peter Krempa
This patch adds a set of flags to be used with the virDomainOpenConsole API call to specify if the user wishes to interrupt an existing console session or just to try open a new one. VIR_DOMAIN_CONSOLE_TRY - specifies that the caller wants to try open a new console session