From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:35722) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THAJk-0005ml-5y for qemu-devel@nongnu.org; Thu, 27 Sep 2012 05:23:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1THAJe-0002KV-I7 for qemu-devel@nongnu.org; Thu, 27 Sep 2012 05:23:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1THAJe-0002KR-AB for qemu-devel@nongnu.org; Thu, 27 Sep 2012 05:23:30 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8R9NTnx021461 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 27 Sep 2012 05:23:29 -0400 Message-ID: <50641B0D.3060008@redhat.com> Date: Thu, 27 Sep 2012 11:23:25 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1348675011-8794-1-git-send-email-pbonzini@redhat.com> <1348675011-8794-8-git-send-email-pbonzini@redhat.com> <50633F32.5030106@redhat.com> In-Reply-To: <50633F32.5030106@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 07/45] qmp: add block-job-pause and block-job-resume List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: kwolf@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org Il 26/09/2012 19:45, Eric Blake ha scritto: >> > @@ -1855,12 +1855,55 @@ >> > # >> > # @device: the device name >> > # >> > +# @force: #optional whether to allow cancellation of a paused job (default false) >> > +# > Do we need (since 1.3) designation on this argument? Yes. Paolo