All of lore.kernel.org
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: xen-devel@lists.xensource.com, Ian.Campbell@citrix.com,
	Ian.Jackson@eu.citrix.com
Cc: george.dunlap@eu.citrix.com, dan.magenheimer@oracle.com
Subject: Is: [GIT PULL) (claim.v17) against Xen 4.3-rc0. Was:Re: [PATCH v16] claim and its friends for allocating multiple self-ballooning guests.
Date: Tue, 16 Apr 2013 11:33:09 -0400	[thread overview]
Message-ID: <20130416153309.GB2799@phenom.dumpdata.com> (raw)
In-Reply-To: <1365800181-9877-1-git-send-email-konrad.wilk@oracle.com>

On Fri, Apr 12, 2013 at 04:56:14PM -0400, Konrad Rzeszutek Wilk wrote:

I've updated a new version (v17), to be:
 - Added 'Acked-by' on the last two patches
 - Restored the inadvertent drive-by-line-killing.

> Changes since v15:
>  - Added 'Acked-by: Ian' on many patches.
>  - Fixed 'xl claims' call to be smarter about reporting information (reworked
>    a patch).
>  - Fixed 'xl info', free_memory: to also take into account outstanding claims
>    (new patch)
.. snip.

> These patches are also visible at:
> 
>   git://xenbits.xen.org/people/konradwilk/xen.git claim.v16

And the new version is:

   git://xenbits.xen.org/people/konradwilk/xen.git claim.v17

All patches are Acked-by. There are two bugs that need to be fixed
before Xen 4.3 comes out:

 1). Ian Jacksons' observation about race:
	 * We need a race-free version of the hypercall API.
	 * We need a race-free version of the xc API.
	 * We need a race-free version of the libxl API.

 2). defbool vs int and the 'claim_mode' usage.


 docs/man/xl.conf.pod.5         | 43 +++++++++++++++++++++++++++++
 docs/man/xl.pod.1              | 39 +++++++++++++++++++++++++-
 tools/examples/xl.conf         |  6 ++++
 tools/libxc/xc_dom.h           |  1 +
 tools/libxc/xc_dom_x86.c       | 12 ++++++++
 tools/libxc/xc_domain.c        | 31 +++++++++++++++++++++
 tools/libxc/xc_hvm_build_x86.c | 23 +++++++++++++---
 tools/libxc/xenctrl.h          |  7 +++++
 tools/libxc/xenguest.h         |  2 ++
 tools/libxl/libxl.c            | 19 +++++++++++--
 tools/libxl/libxl.h            |  2 +-
 tools/libxl/libxl_create.c     |  2 ++
 tools/libxl/libxl_dom.c        |  3 +-
 tools/libxl/libxl_types.idl    |  3 +-
 tools/libxl/xl.c               |  5 ++++
 tools/libxl/xl.h               |  2 ++
 tools/libxl/xl_cmdimpl.c       | 62 +++++++++++++++++++++++++++++++++++++-----
 tools/libxl/xl_cmdtable.c      |  6 ++++
 18 files changed, 251 insertions(+), 17 deletions(-)

Dan Magenheimer (2):
      xc: use XENMEM_claim_pages hypercall during guest creation.
      xc: export outstanding_pages value in xc_dominfo structure.

Konrad Rzeszutek Wilk (5):
      xl: Implement XENMEM_claim_pages support via 'claim_mode' global config
      xl: 'xl info' print outstanding claims if enabled (claim_mode=1 in xl.conf)
      xl: export 'outstanding_pages' value from xcinfo
      xl: 'xl claims' print outstanding per domain claims
      xl: Fix 'free_memory' to include outstanding_claims value.

      parent reply	other threads:[~2013-04-16 15:33 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-12 20:56 [PATCH v16] claim and its friends for allocating multiple self-ballooning guests Konrad Rzeszutek Wilk
2013-04-12 20:56 ` [PATCH 1/7] xc: use XENMEM_claim_pages hypercall during guest creation Konrad Rzeszutek Wilk
2013-04-12 20:56 ` [PATCH 2/7] xl: Implement XENMEM_claim_pages support via 'claim_mode' global config Konrad Rzeszutek Wilk
2013-04-12 20:56 ` [PATCH 3/7] xl: 'xl info' print outstanding claims if enabled (claim_mode=1 in xl.conf) Konrad Rzeszutek Wilk
2013-04-12 20:56 ` [PATCH 4/7] xc: export outstanding_pages value in xc_dominfo structure Konrad Rzeszutek Wilk
2013-04-12 20:56 ` [PATCH 5/7] xl: export 'outstanding_pages' value from xcinfo Konrad Rzeszutek Wilk
2013-04-12 20:56 ` [PATCH 6/7] xl: 'xl claims' print outstanding per domain claims Konrad Rzeszutek Wilk
2013-04-15 11:40   ` Ian Jackson
2013-04-12 20:56 ` [PATCH 7/7] xl: Fix 'free_memory' to include outstanding_claims value Konrad Rzeszutek Wilk
2013-04-15 11:41   ` Ian Jackson
2013-04-15 16:50     ` Ian Jackson
2013-04-16  0:19       ` konrad wilk
2013-04-16 15:33         ` Ian Jackson
2013-04-16 16:45           ` Tim Deegan
2013-04-16 18:35             ` Konrad Rzeszutek Wilk
2013-04-15 15:03   ` Dario Faggioli
2013-04-16  0:13     ` konrad wilk
2013-04-16 15:25 ` [PATCH v16] claim and its friends for allocating multiple self-ballooning guests Ian Jackson
2013-04-16 15:29   ` George Dunlap
2013-04-16 15:33 ` Konrad Rzeszutek Wilk [this message]

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=20130416153309.GB2799@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=Ian.Campbell@citrix.com \
    --cc=Ian.Jackson@eu.citrix.com \
    --cc=dan.magenheimer@oracle.com \
    --cc=george.dunlap@eu.citrix.com \
    --cc=xen-devel@lists.xensource.com \
    /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.