Re: [Qemu-devel] [PATCH 1/4] qdev: Add a description field for qdev properties for documentation

2011-01-10 Thread Markus Armbruster
Amit Shah amit.s...@redhat.com writes: [...] diff --git a/hw/qdev.c b/hw/qdev.c index 6fc9b02..168d0f6 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -185,7 +185,8 @@ int qdev_device_help(QemuOpts *opts) if (!prop-info-parse) { continue; /* no way to set it,

Re: [Qemu-devel] [PATCH 1/4] qdev: Add a description field for qdev properties for documentation

2011-01-10 Thread Chris Krumme
On 01/10/2011 08:31 AM, Markus Armbruster wrote: Amit Shahamit.s...@redhat.com writes: [...] diff --git a/hw/qdev.c b/hw/qdev.c index 6fc9b02..168d0f6 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -185,7 +185,8 @@ int qdev_device_help(QemuOpts *opts) if (!prop-info-parse) {

Re: [Qemu-devel] [PATCH 1/4] qdev: Add a description field for qdev properties for documentation

2011-01-10 Thread Amit Shah
On (Mon) Jan 10 2011 [18:01:58], Chris Krumme wrote: On 01/10/2011 08:31 AM, Markus Armbruster wrote: Amit Shahamit.s...@redhat.com writes: [...] diff --git a/hw/qdev.c b/hw/qdev.c index 6fc9b02..168d0f6 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -185,7 +185,8 @@ int

Re: [Qemu-devel] [PATCH 1/4] qdev: Add a description field for qdev properties for documentation

2010-09-28 Thread Markus Armbruster
Amit Shah amit.s...@redhat.com writes: Add a 'description' along with each qdev property to document the input each qdev property takes. [...] diff --git a/hw/qdev.c b/hw/qdev.c index 35858cb..b415025 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -188,7 +188,8 @@ int qdev_device_help(QemuOpts

Re: [Qemu-devel] [PATCH 1/4] qdev: Add a description field for qdev properties for documentation

2010-09-28 Thread Amit Shah
On (Tue) Sep 28 2010 [15:52:02], Markus Armbruster wrote: Amit Shah amit.s...@redhat.com writes: Add a 'description' along with each qdev property to document the input each qdev property takes. [...] diff --git a/hw/qdev.c b/hw/qdev.c index 35858cb..b415025 100644 --- a/hw/qdev.c