All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] add optional root to info qtree
@ 2010-10-21  6:37 Alon Levy
  2010-10-21  6:37 ` [Qemu-devel] [PATCH 1/2] monitor: add sub_args_type for second level parameters Alon Levy
  2010-10-21  6:37 ` [Qemu-devel] [PATCH 2/2] monitor info qtree: add optional bus id Alon Levy
  0 siblings, 2 replies; 4+ messages in thread
From: Alon Levy @ 2010-10-21  6:37 UTC (permalink / raw)
  To: qemu-devel

Allow viewing of a part of the large qdev tree. The optional argument
is first looked for as a bus id, if that fails a device id is found and
it's parent bus is the root for printing.

Adds sub_args_type callback for each monitor mon_cmd_t to fascilitate the
existing info_cmds args_type and params strings, so monitor_parse_command
will check the arguments for the do_info sub command do_info_qtree.

Alon Levy (2):
  monitor: add sub_args_type for second level parameters
  monitor info qtree: add optional bus id

 hmp-commands.hx |    1 +
 hw/qdev.c       |   17 ++++++++++++++---
 hw/qdev.h       |    2 +-
 monitor.c       |   47 +++++++++++++++++++++++++++++++++++++++++------
 4 files changed, 57 insertions(+), 10 deletions(-)

-- 
1.7.3.1

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

end of thread, other threads:[~2010-11-04 17:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21  6:37 [Qemu-devel] [PATCH 0/2] add optional root to info qtree Alon Levy
2010-10-21  6:37 ` [Qemu-devel] [PATCH 1/2] monitor: add sub_args_type for second level parameters Alon Levy
2010-11-04 17:53   ` Luiz Capitulino
2010-10-21  6:37 ` [Qemu-devel] [PATCH 2/2] monitor info qtree: add optional bus id Alon Levy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.