From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32889) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvoNH-0000zT-Kz for qemu-devel@nongnu.org; Thu, 17 Jan 2013 07:15:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvoNG-0007Hg-Im for qemu-devel@nongnu.org; Thu, 17 Jan 2013 07:15:15 -0500 Received: from nodalink.pck.nerim.net ([62.212.105.220]:43919 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvoNG-0007HP-Ap for qemu-devel@nongnu.org; Thu, 17 Jan 2013 07:15:14 -0500 Date: Thu, 17 Jan 2013 13:15:44 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20130117121543.GC3448@irqsave.net> References: <1358353508-5369-1-git-send-email-benoit@irqsave.net> <1358353508-5369-11-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <1358353508-5369-11-git-send-email-benoit@irqsave.net> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [RFC V1 10/14] qapi: Add support for deduplication infos in qapi-schema.json. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@redhat.com > +# @running: True if deduplication is running Internally QCOW2 deduplication state switch between STOPPED, STARTING, RU= NNING and STOPPING. Should the running field be a status field reflecting all theses states i= n a string for example ? Or is the boolean ok ? Regards Beno=EEt