From: Dario Faggioli <dario.faggioli@citrix.com>
To: Xen-devel <xen-devel@lists.xen.org>
Cc: Juergen Gross <JGross@suse.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>,
Wei Liu <wei.liu2@citrix.com>,
Ian Campbell <ian.campbell@citrix.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Subject: [PATCH v2 0/7] Some (not only) cpupool related fixes and improvements
Date: Fri, 13 Mar 2015 12:08:54 +0100 [thread overview]
Message-ID: <20150313110535.32539.77102.stgit@Solace.station> (raw)
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(-)
next reply other threads:[~2015-03-13 11:08 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-13 11:08 Dario Faggioli [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150313110535.32539.77102.stgit@Solace.station \
--to=dario.faggioli@citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=JGross@suse.com \
--cc=ian.campbell@citrix.com \
--cc=stefano.stabellini@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.