From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=50031 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkdxL-0002y0-OM for qemu-devel@nongnu.org; Sun, 15 Aug 2010 10:13:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkdxK-0005b6-7J for qemu-devel@nongnu.org; Sun, 15 Aug 2010 10:12:59 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:54971) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkdxK-0005ay-0Q for qemu-devel@nongnu.org; Sun, 15 Aug 2010 10:12:58 -0400 Received: by fxm7 with SMTP id 7so2718532fxm.4 for ; Sun, 15 Aug 2010 07:12:57 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C67F5E3.5070709@redhat.com> Date: Sun, 15 Aug 2010 10:12:51 -0400 From: Paolo Bonzini MIME-Version: 1.0 References: <1281622202-3453-8-git-send-email-stefano.stabellini@eu.citrix.com> <4C65948C.8030707@codemonkey.ws> In-Reply-To: <4C65948C.8030707@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 08/15] xen: Read and write the state of the VM in xenstore List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Anthony.Perard@citrix.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com On 08/13/2010 02:53 PM, Anthony Liguori wrote: > On 08/12/2010 09:09 AM, stefano.stabellini@eu.citrix.com wrote: >> From: Anthony PERARD >> >> Introduce functions to read and write the state of the VM in xenstore. > > This basically creates a new management interface for QEMU via the > xenstore. > > Our management interface is QMP. If you want to maintain compatibility, > you'll need to write a QMP -> xenstore daemon that maps events > appropriately. This would belong in xl/libxl. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 08/15] xen: Read and write the state of the VM in xenstore Date: Sun, 15 Aug 2010 10:12:51 -0400 Message-ID: <4C67F5E3.5070709@redhat.com> References: <1281622202-3453-8-git-send-email-stefano.stabellini@eu.citrix.com> <4C65948C.8030707@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4C65948C.8030707@codemonkey.ws> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Anthony Liguori Cc: Anthony.Perard@citrix.com, xen-devel@lists.xensource.com, qemu-devel@nongnu.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On 08/13/2010 02:53 PM, Anthony Liguori wrote: > On 08/12/2010 09:09 AM, stefano.stabellini@eu.citrix.com wrote: >> From: Anthony PERARD >> >> Introduce functions to read and write the state of the VM in xenstore. > > This basically creates a new management interface for QEMU via the > xenstore. > > Our management interface is QMP. If you want to maintain compatibility, > you'll need to write a QMP -> xenstore daemon that maps events > appropriately. This would belong in xl/libxl. Paolo