Re: [Qemu-devel] [PATCH 2/4] virtio-serial: Add description fields for qdev properties

2011-01-10 Thread Markus Armbruster
Amit Shah writes: > Document the parameters for the virtserialport and virtioconsole > devices. > > Example: > > $ ./x86_64-softmmu/qemu-system-x86_64 -device virtserialport,? > virtserialport.nr=uint32, The 'number' for the port for \ > predictable port numbers. Use this to spawn ports if you \

[Qemu-devel] [PATCH 2/4] virtio-serial: Add description fields for qdev properties

2011-01-04 Thread Amit Shah
Document the parameters for the virtserialport and virtioconsole devices. Example: $ ./x86_64-softmmu/qemu-system-x86_64 -device virtserialport,? virtserialport.nr=uint32, The 'number' for the port for \ predictable port numbers. Use this to spawn ports if you \ plan to migrate the guest. virtse

[Qemu-devel] [PATCH 2/4] virtio-serial: Add description fields for qdev properties

2010-11-25 Thread Amit Shah
Document the parameters for the virtserialport and virtioconsole devices. Example: $ ./x86_64-softmmu/qemu-system-x86_64 -device virtserialport,? virtserialport.nr=uint32, The 'number' for the port for \ predictable port numbers. Use this to spawn ports if you \ plan to migrate the guest. virtse

Re: [Qemu-devel] [PATCH 2/4] virtio-serial: Add description fields for qdev properties

2010-09-28 Thread Amit Shah
On (Tue) Sep 28 2010 [15:48:26], Markus Armbruster wrote: > > diff --git a/hw/virtio-serial.h b/hw/virtio-serial.h > > index ff08c40..187d5e4 100644 > > --- a/hw/virtio-serial.h > > +++ b/hw/virtio-serial.h > > @@ -57,6 +57,19 @@ struct virtio_console_control { > > > > /* == In-qemu interface ==

Re: [Qemu-devel] [PATCH 2/4] virtio-serial: Add description fields for qdev properties

2010-09-28 Thread Markus Armbruster
Amit Shah writes: > Document the parameters for the virtserialport and virtioconsole > devices. > > Example: > > $ ./x86_64-softmmu/qemu-system-x86_64 -device virtserialport,? > virtserialport.nr=uint32, The 'number' for the port for \ > predictable port numbers. Use this to spawn ports if you \

[Qemu-devel] [PATCH 2/4] virtio-serial: Add description fields for qdev properties

2010-09-15 Thread Amit Shah
Document the parameters for the virtserialport and virtioconsole devices. Example: $ ./x86_64-softmmu/qemu-system-x86_64 -device virtserialport,? virtserialport.nr=uint32, The 'number' for the port for \ predictable port numbers. Use this to spawn ports if you \ plan to migrate the guest. virtse