From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean Guyader Subject: [PATCH 0/3] qemu: add xenstore functions Date: Thu, 16 Jul 2009 14:25:53 +0100 Message-ID: <20090716132553.GA16500@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hi, This is a series of patch to complete the xenstore interface in qemu. 1: create a callback mecanism for xenstore watches. 2: add per domain low level xenstore functions (read/chmod/write/watch). 3: add low level functions from the root (read/write). Signed-off-by: Jean Guyader Jean