All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] Some (not only) cpupool related fixes and improvements
@ 2015-03-13 11:08 Dario Faggioli
  2015-03-13 11:09 ` [PATCH v2 1/7] xl: turn some int local variable into bool Dario Faggioli
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Dario Faggioli @ 2015-03-13 11:08 UTC (permalink / raw)
  To: Xen-devel
  Cc: Juergen Gross, Ian Jackson, Wei Liu, Ian Campbell, Stefano Stabellini

Hi,

Here's the take two of this:

 http://www.gossamer-threads.com/lists/xen/devel/370516

I think I addressed all the comments from v1's review.

Sample output for the new `xl list' can be found here:

 http://pastebin.com/qSagPimL

Available as a git branch here:

 git://xenbits.xen.org/people/dariof/xen.git rel/cpupools/allow-ranges-v1
 http://xenbits.xen.org/gitweb/?p=people/dariof/xen.git;a=shortlog;h=refs/heads/rel/cpupools/allow-ranges-v2

Thanks and Regards,
Dario

---
Dario Faggioli (7):
      xl: turn some int local variable into bool
      xl: add -c/--cpupool option to `xl list'
      libxl: introduce libxl_cpupool_cpu{add,remove}_cpumap()
      xl: enable using ranges of pCPUs when manipulating cpupools
      xl: enable using ranges of pCPUs when creating cpupools
      xl: make error reporting of cpupool subcommands consistent
      xl: use libxl_cpupoolinfo_list_free() in main_cpupoolnumasplit

 docs/man/xl.pod.1            |   29 +++++
 docs/man/xlcpupool.cfg.pod.5 |   22 ++++
 tools/libxl/libxl.c          |   56 +++++++++-
 tools/libxl/libxl.h          |   13 ++
 tools/libxl/xl_cmdimpl.c     |  225 ++++++++++++++++++++++--------------------
 tools/libxl/xl_cmdtable.c    |    1 
 6 files changed, 222 insertions(+), 124 deletions(-)

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

end of thread, other threads:[~2015-03-18 15:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-13 11:08 [PATCH v2 0/7] Some (not only) cpupool related fixes and improvements Dario Faggioli
2015-03-13 11:09 ` [PATCH v2 1/7] xl: turn some int local variable into bool Dario Faggioli
2015-03-13 11:09 ` [PATCH v2 2/7] xl: add -c/--cpupool option to `xl list' Dario Faggioli
2015-03-13 11:09 ` [PATCH v2 3/7] libxl: introduce libxl_cpupool_cpu{add, remove}_cpumap() Dario Faggioli
2015-03-13 15:18   ` Wei Liu
2015-03-13 11:09 ` [PATCH v2 4/7] xl: enable using ranges of pCPUs when manipulating cpupools Dario Faggioli
2015-03-13 15:21   ` Wei Liu
2015-03-13 11:09 ` [PATCH v2 5/7] xl: enable using ranges of pCPUs when creating cpupools Dario Faggioli
2015-03-13 15:24   ` Wei Liu
2015-03-13 11:09 ` [PATCH v2 6/7] xl: make error reporting of cpupool subcommands consistent Dario Faggioli
2015-03-13 11:09 ` [PATCH v2 7/7] xl: use libxl_cpupoolinfo_list_free() in main_cpupoolnumasplit Dario Faggioli
2015-03-18 15:33 ` [PATCH v2 0/7] Some (not only) cpupool related fixes and improvements Ian Campbell

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.