All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xl.conf defaults changes for Xen 4.4. (v1).
@ 2013-07-12 18:08 Konrad Rzeszutek Wilk
  2013-07-12 18:08 ` [PATCH 1/2] claim: By default enable it Konrad Rzeszutek Wilk
  2013-07-12 18:08 ` [PATCH 2/2] expert_mode: Add a new configuration option for expert users Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 12+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-07-12 18:08 UTC (permalink / raw)
  To: ian.jackson, xen-devel, george.dunlap

Hey George and Ian,

During the Xen 4.3 release we briefly chatted about enabling and
providing an seatbelt parameter for some of the functionality
that libxl provides. In particular these were:
 - xl vcpu-set - it has an host check such that the vCPU cannot be
                 set higher than the pCPU. But a user can set such
                 values in the guest config and launch an over-subscribed
                 guest without any warnings. (Perhaps we should add
                 a warning for that as well? Or don't launch the guest?)
 - claim_mode - The functionality here is not just specific to tmem enabled
                 guests. Any generic guest can benefit from this and it
                 allows the user to get up-to-date memory information on how
                 much free memory there really is - and how much is being
                 consumed for the guest creation. By default it is disabled.
                 This turns it on by default.

Please see the patches and enjoy reviewing them. I've asbestos jumpsuit 
ready in case this discussion gets heated.

 docs/man/xl.conf.pod.5   |   26 +++++++++++++++++++++++++-
 tools/examples/xl.conf   |    8 +++++++-
 tools/libxl/xl.c         |    4 ++++
 tools/libxl/xl.h         |    1 +
 tools/libxl/xl_cmdimpl.c |    6 ++++++
 5 files changed, 43 insertions(+), 2 deletions(-)


Konrad Rzeszutek Wilk (2):
      claim: By default enable it.
      expert_mode: Add a new configuration option for expert users.

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

end of thread, other threads:[~2013-07-18 11:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-12 18:08 [PATCH] xl.conf defaults changes for Xen 4.4. (v1) Konrad Rzeszutek Wilk
2013-07-12 18:08 ` [PATCH 1/2] claim: By default enable it Konrad Rzeszutek Wilk
2013-07-16  9:03   ` Ian Campbell
2013-07-12 18:08 ` [PATCH 2/2] expert_mode: Add a new configuration option for expert users Konrad Rzeszutek Wilk
2013-07-16  9:04   ` Ian Campbell
2013-07-16 15:21     ` Konrad Rzeszutek Wilk
2013-07-17 10:56     ` Ian Jackson
2013-07-17 11:03       ` George Dunlap
2013-07-17 11:12         ` Ian Campbell
2013-07-17 11:13           ` George Dunlap
2013-07-17 17:17       ` Konrad Rzeszutek Wilk
2013-07-18 11:08         ` George Dunlap

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.