From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VG9si-00048w-2A for mharc-qemu-trivial@gnu.org; Sun, 01 Sep 2013 11:48:04 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9sa-0003yh-QM for qemu-trivial@nongnu.org; Sun, 01 Sep 2013 11:48:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG9sU-00069B-FW for qemu-trivial@nongnu.org; Sun, 01 Sep 2013 11:47:56 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:49335) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9sI-000688-9q; Sun, 01 Sep 2013 11:47:38 -0400 Received: from gandalf.local (mjt.vpn.tls.msk.ru [192.168.177.99]) by isrv.corpit.ru (Postfix) with ESMTP id 6D41040132; Sun, 1 Sep 2013 19:47:37 +0400 (MSK) Message-ID: <52236199.5000508@msgid.tls.msk.ru> Date: Sun, 01 Sep 2013 19:47:37 +0400 From: Michael Tokarev Organization: Telecom Service, JSC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130827 Icedove/17.0.8 MIME-Version: 1.0 To: Eric Blake References: <1377895451-6603-1-git-send-email-eblake@redhat.com> In-Reply-To: <1377895451-6603-1-git-send-email-eblake@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: qemu-trivial@nongnu.org, lcapitulino@redhat.com, qemu-devel@nongnu.org, benoit@irqsave.net Subject: Re: [Qemu-trivial] [PATCHv2] qmp: fix integer usage in examples X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Sep 2013 15:48:02 -0000 31.08.2013 00:44, Eric Blake wrote: > Per the qapi schema, block_set_io_throttle takes most arguments > as ints, not strings. > > * qmp-commands.hx (block_set_io_throttle): Use correct type. Fix > whitespace and a copy-paste bug in the process. Thanks, applied to the trivial-patches queue. /mjt From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VG9sO-0003uv-Ff for qemu-devel@nongnu.org; Sun, 01 Sep 2013 11:47:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VG9sI-00068H-Ht for qemu-devel@nongnu.org; Sun, 01 Sep 2013 11:47:44 -0400 Message-ID: <52236199.5000508@msgid.tls.msk.ru> Date: Sun, 01 Sep 2013 19:47:37 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <1377895451-6603-1-git-send-email-eblake@redhat.com> In-Reply-To: <1377895451-6603-1-git-send-email-eblake@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCHv2] qmp: fix integer usage in examples List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: qemu-trivial@nongnu.org, lcapitulino@redhat.com, qemu-devel@nongnu.org, benoit@irqsave.net 31.08.2013 00:44, Eric Blake wrote: > Per the qapi schema, block_set_io_throttle takes most arguments > as ints, not strings. > > * qmp-commands.hx (block_set_io_throttle): Use correct type. Fix > whitespace and a copy-paste bug in the process. Thanks, applied to the trivial-patches queue. /mjt