From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47122) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNicS-0006fJ-G4 for qemu-devel@nongnu.org; Tue, 08 Nov 2011 05:09:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RNicM-0004Un-PE for qemu-devel@nongnu.org; Tue, 08 Nov 2011 05:09:28 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60598) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RNicM-0004Uh-HU for qemu-devel@nongnu.org; Tue, 08 Nov 2011 05:09:22 -0500 Message-ID: <4EB9008C.8090907@redhat.com> Date: Tue, 08 Nov 2011 11:12:28 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1320728431-19612-1-git-send-email-wuzhy@linux.vnet.ibm.com> In-Reply-To: <1320728431-19612-1-git-send-email-wuzhy@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v12 4/5] hmp/qmp: add block_set_io_throttle List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Zhi Yong Wu Cc: zwu.kernel@gmail.com, ryanh@us.ibm.com, qemu-devel@nongnu.org, stefanha@linux.vnet.ibm.com Am 08.11.2011 06:00, schrieb Zhi Yong Wu: > Signed-off-by: Zhi Yong Wu > Signed-off-by: Stefan Hajnoczi > --- > block.c | 15 +++++++++++++ > blockdev.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ > blockdev.h | 2 + > hmp-commands.hx | 15 +++++++++++++ > hmp.c | 10 +++++++++ > qapi-schema.json | 16 +++++++++++++- > qerror.c | 4 +++ > qerror.h | 3 ++ > qmp-commands.hx | 53 +++++++++++++++++++++++++++++++++++++++++++++++- > 9 files changed, 175 insertions(+), 2 deletions(-) Thanks, applied all to the block branch (for 1.1) Kevin