From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsX05-0003vW-6m for qemu-devel@nongnu.org; Wed, 13 May 2015 09:47:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsWum-0000mf-AB for qemu-devel@nongnu.org; Wed, 13 May 2015 09:41:39 -0400 Message-ID: <5553548B.6090905@redhat.com> Date: Wed, 13 May 2015 15:41:31 +0200 From: Max Reitz MIME-Version: 1.0 References: <1431105726-3682-1-git-send-email-kwolf@redhat.com> <1431105726-3682-26-git-send-email-kwolf@redhat.com> In-Reply-To: <1431105726-3682-26-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 25/34] block: Allow specifying child options in reopen List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: armbru@redhat.com, qemu-devel@nongnu.org On 08.05.2015 19:21, Kevin Wolf wrote: > If the child was defined in the same context (-drive argument or > blockdev-add QMP command) as its parent, a reopen of the parent should > work the same and allow changing options of the child. > > Signed-off-by: Kevin Wolf > --- > block.c | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz