Re: [libvirt] [PATCH 5/5] qemu: virtio console support

2010-07-26 Thread Cole Robinson
On 07/19/2010 11:44 AM, Daniel P. Berrange wrote: > On Wed, Jul 14, 2010 at 03:44:56PM -0400, Cole Robinson wrote: >> Enable specifying a virtio console device with: >> >> >> >> > > What purpose does the 'name' field serve here ? It is used for > virtio serial devices to format the > /dev/v

Re: [libvirt] [PATCH 5/5] qemu: virtio console support

2010-07-19 Thread Daniel P. Berrange
On Wed, Jul 14, 2010 at 03:44:56PM -0400, Cole Robinson wrote: > Enable specifying a virtio console device with: > > > > What purpose does the 'name' field serve here ? It is used for virtio serial devices to format the /dev/virtio-serial/arbitrary.virtio.serial.port.name device node in th

[libvirt] [PATCH 5/5] qemu: virtio console support

2010-07-14 Thread Cole Robinson
Enable specifying a virtio console device with: Signed-off-by: Cole Robinson --- docs/formatdomain.html.in | 19 ++- docs/schemas/domain.rng| 14 +- src/conf/domain_conf.c | 52 ++