From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zw8LK-0003Xl-WE for qemu-devel@nongnu.org; Tue, 10 Nov 2015 07:48:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zw8LK-0005Sa-71 for qemu-devel@nongnu.org; Tue, 10 Nov 2015 07:48:10 -0500 Date: Tue, 10 Nov 2015 13:48:02 +0100 From: Kevin Wolf Message-ID: <20151110124802.GC4163@noname.redhat.com> References: <1446823626-12525-1-git-send-email-mreitz@redhat.com> <1446823626-12525-2-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446823626-12525-2-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v9 11/15] qmp: Introduce blockdev-change-medium List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, qemu-block@nongnu.org Am 06.11.2015 um 16:27 hat Max Reitz geschrieben: > Introduce a new QMP command 'blockdev-change-medium' which is intended > to replace the 'change' command for block devices. The existing function > qmp_change_blockdev() is accordingly renamed to > qmp_blockdev_change_medium(). > > Signed-off-by: Max Reitz Thanks, updated the queued patch with this one. Kevin