From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpDzg-0001YY-V8 for qemu-devel@nongnu.org; Thu, 31 Jan 2019 10:11:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpDze-0004We-Ff for qemu-devel@nongnu.org; Thu, 31 Jan 2019 10:11:08 -0500 From: Alberto Garcia In-Reply-To: References: Date: Thu, 31 Jan 2019 16:11:00 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 00/13] Add a 'x-blockdev-reopen' QMP command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-block@nongnu.org, Kevin Wolf , Max Reitz ping On Thu 17 Jan 2019 04:33:51 PM CET, Alberto Garcia wrote: > Hi, > > here's a patch series to implement a QMP command for bdrv_reopen(). > This is not too different from the previous iteration (RFC v2, see > changes below), but I'm not tagging it as RFC any longer. > > The new command is called x-blockdev-reopen, and it's designed to be > similar to blockdev-add. It also takes BlockdevOptions as a > parameter. The "node-name" field of BlockdevOptions must be set, and > it is used to select the BlockDriverState to reopen.