From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andres Lagar-Cavilla Subject: [PATCH 0 of 2] Sharing Documentation Date: Mon, 02 Apr 2012 15:11:02 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: ian.jackson@citrix.com, andres@gridcentric.ca, tim@xen.org, ian.campbell@citrix.com, adin@gridcentric.ca List-Id: xen-devel@lists.xenproject.org Document the sharing libxc interface, including failure conditions, meaning of stats, and internal semantics/behavior. Also remove a stale debug call. Patch #2 depends on patch #1. Patch #1 touches hypervisor x86/mm bits. Both patches touch the tools. Patch #2 is entirely documentation comments. Signed-off-by: Andres Lagar-Cavilla tools/libxc/xc_memshr.c | 14 -- tools/libxc/xenctrl.h | 3 - xen/arch/x86/mm/mem_sharing.c | 11 +- tools/libxc/xenctrl.h | 201 +++++++++++++++++++++++++++++++++++++---- 4 files changed, 181 insertions(+), 48 deletions(-)