Re: [libvirt] [PATCH 5/7] Support virDomainOpenConsole with QEMU

2010-08-23 Thread Daniel P. Berrange
On Thu, Aug 19, 2010 at 02:44:27PM -0600, Eric Blake wrote: On 08/17/2010 11:02 AM, Daniel P. Berrange wrote: This provides an implementation of the virDomainOpenConsole API with the QEMU driver. For the streams code, this reuses most of the code previously added for the tunnelled migration

Re: [libvirt] [PATCH 5/7] Support virDomainOpenConsole with QEMU

2010-08-19 Thread Eric Blake
On 08/17/2010 11:02 AM, Daniel P. Berrange wrote: This provides an implementation of the virDomainOpenConsole API with the QEMU driver. For the streams code, this reuses most of the code previously added for the tunnelled migration streams since it is generic. * src/qemu/qemu_driver.c:

[libvirt] [PATCH 5/7] Support virDomainOpenConsole with QEMU

2010-08-17 Thread Daniel P. Berrange
This provides an implementation of the virDomainOpenConsole API with the QEMU driver. For the streams code, this reuses most of the code previously added for the tunnelled migration streams since it is generic. * src/qemu/qemu_driver.c: Support virDomainOpenConsole --- src/qemu/qemu_driver.c |