qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 00/10] Various qemu command line options help improvements
@ 2018-09-06 15:12 Marc-André Lureau
  2018-09-06 15:12 ` [Qemu-devel] [PATCH 01/10] qemu-option: add help fallback to print the list of options Marc-André Lureau
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Marc-André Lureau @ 2018-09-06 15:12 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Igor Mammedov, Andreas Färber,
	Eduardo Habkost, Markus Armbruster, Marc-André Lureau

Hi,

This is a compilation of patches I have to improve command line help
support. The first 2 patches have already been sent earlier, I
modified the first to fix an issue reported by Markus. The other
patches add support for -object help. A few preliminary patches for
QOM, to fix/improve some minor issues.

Marc-André Lureau (10):
  qemu-option: add help fallback to print the list of options
  qemu-option: improve qemu_opts_print_help() output
  qom/object: fix iterating properties over a class
  qom/object: register 'type' property as class property
  tests/qom-proplist: check duplicate "bv" property registration failed
  tests/qom-proplist: check properties are not listed multiple times
  tests/qom-proplist: check class properties iterator
  vl: handle -object ?
  hostmem: add some properties description
  vl: list user creatable propeties if '?' as argument

 backends/hostmem-memfd.c   |  9 +++++
 backends/hostmem.c         | 14 +++++++
 qom/object.c               |  9 +++--
 qom/object_interfaces.c    |  6 +--
 tests/check-qom-proplist.c | 58 +++++++++++++++++-----------
 util/qemu-option.c         | 77 +++++++++++++++++++++++++++++++-------
 vl.c                       | 58 ++++++++++++++++++++++++++--
 7 files changed, 187 insertions(+), 44 deletions(-)

-- 
2.19.0.rc1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2018-09-06 17:05 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-06 15:12 [Qemu-devel] [PATCH 00/10] Various qemu command line options help improvements Marc-André Lureau
2018-09-06 15:12 ` [Qemu-devel] [PATCH 01/10] qemu-option: add help fallback to print the list of options Marc-André Lureau
2018-09-06 15:26   ` Eric Blake
2018-09-06 15:12 ` [Qemu-devel] [PATCH 02/10] qemu-option: improve qemu_opts_print_help() output Marc-André Lureau
2018-09-06 15:30   ` Eric Blake
2018-09-06 15:12 ` [Qemu-devel] [PATCH 03/10] qom/object: fix iterating properties over a class Marc-André Lureau
2018-09-06 15:12 ` [Qemu-devel] [PATCH 04/10] qom/object: register 'type' property as class property Marc-André Lureau
2018-09-06 15:12 ` [Qemu-devel] [PATCH 05/10] tests/qom-proplist: check duplicate "bv" property registration failed Marc-André Lureau
2018-09-06 15:12 ` [Qemu-devel] [PATCH 06/10] tests/qom-proplist: check properties are not listed multiple times Marc-André Lureau
2018-09-06 15:12 ` [Qemu-devel] [PATCH 07/10] tests/qom-proplist: check class properties iterator Marc-André Lureau
2018-09-06 15:12 ` [Qemu-devel] [PATCH 08/10] vl: handle -object ? Marc-André Lureau
2018-09-06 15:34   ` Eric Blake
2018-09-06 15:12 ` [Qemu-devel] [PATCH 09/10] hostmem: add some properties description Marc-André Lureau
2018-09-06 15:12 ` [Qemu-devel] [PATCH 10/10] vl: list user creatable propeties if '?' as argument Marc-André Lureau
2018-09-06 15:39   ` Eric Blake
2018-09-06 16:27     ` Marc-André Lureau
2018-09-06 17:05       ` Eric Blake

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).