From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a48Ij-00041Q-Cr for qemu-devel@nongnu.org; Wed, 02 Dec 2015 09:22:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a48Id-00088c-Tu for qemu-devel@nongnu.org; Wed, 02 Dec 2015 09:22:33 -0500 From: Alberto Garcia In-Reply-To: <1448294400-476-10-git-send-email-kwolf@redhat.com> References: <1448294400-476-1-git-send-email-kwolf@redhat.com> <1448294400-476-10-git-send-email-kwolf@redhat.com> Date: Wed, 02 Dec 2015 15:22:18 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v2 09/21] 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: qemu-devel@nongnu.org, mreitz@redhat.com On Mon 23 Nov 2015 04:59:48 PM CET, 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 > Reviewed-by: Max Reitz Reviewed-by: Alberto Garcia Berto