Re: [libvirt] [PATCH 4/5] domain conf: Support multiple devices

2010-07-27 Thread Cole Robinson
On 07/27/2010 06:07 AM, Daniel P. Berrange wrote: > On Mon, Jul 26, 2010 at 03:11:36PM -0400, Cole Robinson wrote: >> On 07/19/2010 11:42 AM, Daniel P. Berrange wrote: >>> On Wed, Jul 14, 2010 at 03:44:55PM -0400, Cole Robinson wrote: Change console handling to a proper device list, as done fo

Re: [libvirt] [PATCH 4/5] domain conf: Support multiple devices

2010-07-27 Thread Daniel P. Berrange
On Mon, Jul 26, 2010 at 03:11:36PM -0400, Cole Robinson wrote: > On 07/19/2010 11:42 AM, Daniel P. Berrange wrote: > > On Wed, Jul 14, 2010 at 03:44:55PM -0400, Cole Robinson wrote: > >> Change console handling to a proper device list, as done for other > >> character devices. Even though certain d

Re: [libvirt] [PATCH 4/5] domain conf: Support multiple devices

2010-07-26 Thread Cole Robinson
On 07/19/2010 11:42 AM, Daniel P. Berrange wrote: > On Wed, Jul 14, 2010 at 03:44:55PM -0400, Cole Robinson wrote: >> Change console handling to a proper device list, as done for other >> character devices. Even though certain drivers can actually handle multiple >> consoles, for now just maintain

Re: [libvirt] [PATCH 4/5] domain conf: Support multiple devices

2010-07-19 Thread Daniel P. Berrange
On Wed, Jul 14, 2010 at 03:44:55PM -0400, Cole Robinson wrote: > Change console handling to a proper device list, as done for other > character devices. Even though certain drivers can actually handle multiple > consoles, for now just maintain existing behavior where possible. > > Signed-off-by: C

[libvirt] [PATCH 4/5] domain conf: Support multiple devices

2010-07-14 Thread Cole Robinson
Change console handling to a proper device list, as done for other character devices. Even though certain drivers can actually handle multiple consoles, for now just maintain existing behavior where possible. Signed-off-by: Cole Robinson --- src/conf/domain_conf.c |