[libvirt] [PATCH 4/7] Add support for multiple consoles in LXC

2011-10-20 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Currently the LXC controller only supports setup of a single text console. This is wired up to the container init's stdio, as well as /dev/console and /dev/tty1. Extending support for multiple consoles, means wiring up additional PTYs to /dev/tty2, /dev/tty3, etc, etc.

Re: [libvirt] [PATCH 4/7] Add support for multiple consoles in LXC

2011-11-02 Thread Eric Blake
On 10/20/2011 08:47 AM, Daniel P. Berrange wrote: From: "Daniel P. Berrange" Currently the LXC controller only supports setup of a single text console. This is wired up to the container init's stdio, as well as /dev/console and /dev/tty1. Extending support for multiple consoles, means wiring up

Re: [libvirt] [PATCH 4/7] Add support for multiple consoles in LXC

2011-11-03 Thread Daniel P. Berrange
On Wed, Nov 02, 2011 at 02:46:50PM -0600, Eric Blake wrote: > On 10/20/2011 08:47 AM, Daniel P. Berrange wrote: > >From: "Daniel P. Berrange" > > > >Currently the LXC controller only supports setup of a single > >text console. This is wired up to the container init's stdio, > >as well as /dev/conso