[libvirt] [PATCH 1/7] Allow multiple consoles per virtual guest

2011-10-20 Thread Daniel P. Berrange
From: "Daniel P. Berrange" While Xen only has a single paravirt console, UML, and QEMU both support multiple paravirt consoles. The LXC driver can also be trivially made to support multiple consoles. This patch extends the XML to allow multiple elements in the XML. It also makes the UML and QEMU

Re: [libvirt] [PATCH 1/7] Allow multiple consoles per virtual guest

2011-10-28 Thread Eric Blake
On 10/20/2011 08:47 AM, Daniel P. Berrange wrote: From: "Daniel P. Berrange" While Xen only has a single paravirt console, UML, and QEMU both support multiple paravirt consoles. The LXC driver can also be trivially made to support multiple consoles. This patch extends the XML to allow multiple

Re: [libvirt] [PATCH 1/7] Allow multiple consoles per virtual guest

2011-11-01 Thread Eric Blake
On 10/20/2011 08:47 AM, Daniel P. Berrange wrote: From: "Daniel P. Berrange" While Xen only has a single paravirt console, UML, and QEMU both support multiple paravirt consoles. The LXC driver can also be trivially made to support multiple consoles. This patch extends the XML to allow multiple

Re: [libvirt] [PATCH 1/7] Allow multiple consoles per virtual guest

2011-11-03 Thread Daniel P. Berrange
On Tue, Nov 01, 2011 at 04:03:27PM -0600, Eric Blake wrote: > On 10/20/2011 08:47 AM, Daniel P. Berrange wrote: > >From: "Daniel P. Berrange" > > > >While Xen only has a single paravirt console, UML, and > >QEMU both support multiple paravirt consoles. The LXC > >driver can also be trivially made t