From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PmR8l-0003tT-5W for qemu-devel@nongnu.org; Mon, 07 Feb 2011 08:28:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PmR8i-0006OE-H3 for qemu-devel@nongnu.org; Mon, 07 Feb 2011 08:28:26 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46474) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PmR8i-0006O3-AN for qemu-devel@nongnu.org; Mon, 07 Feb 2011 08:28:24 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p17DSNKZ015756 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 7 Feb 2011 08:28:23 -0500 Message-ID: <4D4FF3DF.50200@redhat.com> Date: Mon, 07 Feb 2011 14:30:07 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1296807734-19876-1-git-send-email-Jes.Sorensen@redhat.com> In-Reply-To: <1296807734-19876-1-git-send-email-Jes.Sorensen@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] Change snapshot_blkdev hmp to use correct argument type for device List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jes.Sorensen@redhat.com Cc: qemu-devel@nongnu.org, armbru@redhat.com Am 04.02.2011 09:22, schrieb Jes.Sorensen@redhat.com: > From: Jes Sorensen > > Pointed out by Markus > > Signed-off-by: Jes Sorensen Thanks, applied to the block branch. Kevin