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

2010-05-28 Thread Amit Shah
On (Fri) May 28 2010 [14:50:17], Markus Armbruster wrote: > Amit Shah writes: > > > Signed-off-by: Amit Shah > > --- > > hw/virtio-console.c | 17 ++--- > > hw/virtio-serial.h | 12 > > 2 files changed, 22 insertions(+), 7 deletions(-) > > > > diff --git a/hw/virti

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

2010-05-28 Thread Markus Armbruster
Amit Shah writes: > Signed-off-by: Amit Shah > --- > hw/virtio-console.c | 17 ++--- > hw/virtio-serial.h | 12 > 2 files changed, 22 insertions(+), 7 deletions(-) > > diff --git a/hw/virtio-console.c b/hw/virtio-console.c > index ccd277a..8a99a99 100644 > --- a/hw

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

2010-05-28 Thread Amit Shah
Signed-off-by: Amit Shah --- hw/virtio-console.c | 17 ++--- hw/virtio-serial.h | 12 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/hw/virtio-console.c b/hw/virtio-console.c index ccd277a..8a99a99 100644 --- a/hw/virtio-console.c +++ b/hw/virtio-con