All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/4] Add "xl info" command
@ 2010-04-21 14:17 Andre Przywara
  2010-04-21 14:17 ` [PATCHv2 1/4] libxl: extend physinfo structure Andre Przywara
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Andre Przywara @ 2010-04-21 14:17 UTC (permalink / raw)
  To: Ian.Jackson, vincent.hanquez, Keir.Fraser; +Cc: xen-devel

The "info" subcommand is missing from the xl tool.
The attached patchset adds support for this, extending libxl on the way
to provide the necessary info only by using own functions.
On my system the output of xm info and xl info was identical, I omitted
the recent NUMA additions from xl info for now and will provide the
necessary patches later.

Reworked version due to comments from Ian and Vincent (thanks for the review!)
Changes to version 1:
- use Xen public headers for constants instead of (re-)defining them
- comment the meaning of the return value of get_sched_id()
- remove the masking feature for get_version_info
- make the version_info structure a member of libxl_ctx and fill it
  on demand, omitting the need to free it manually

Please apply!

Regards,
Andre.

-- 
Andre Przywara
AMD-Operating System Research Center (OSRC), Dresden, Germany
Tel: +49 351 488-3567-12

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

end of thread, other threads:[~2010-04-22 15:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-21 14:17 [PATCHv2 0/4] Add "xl info" command Andre Przywara
2010-04-21 14:17 ` [PATCHv2 1/4] libxl: extend physinfo structure Andre Przywara
2010-04-22  8:03   ` Paolo Bonzini
2010-04-22 11:14     ` Ian Jackson
2010-04-22 11:15       ` Ian Jackson
2010-04-22 15:26       ` Stefano Stabellini
2010-04-21 14:17 ` [PATCHv2 2/4] libxl: add sched_get_id function Andre Przywara
2010-04-21 14:17 ` [PATCHv2 3/4] libxl: add version_info function Andre Przywara
2010-04-21 15:01   ` Vincent Hanquez
2010-04-21 19:34     ` [PATCHv2a " Andre Przywara
2010-04-21 19:35     ` [PATCHv2 " Andre Przywara
2010-04-21 14:17 ` [PATCHv2 4/4] xl: add "xl info" command Andre Przywara
2010-04-21 14:56 ` [PATCHv2 0/4] Add " Vincent Hanquez

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.