From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq3uO-0005B9-Se for qemu-devel@nongnu.org; Mon, 09 Dec 2013 11:42:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq3uI-0001oJ-4k for qemu-devel@nongnu.org; Mon, 09 Dec 2013 11:42:12 -0500 Received: from nodalink.pck.nerim.net ([62.212.105.220]:46595 helo=paradis.irqsave.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq3uH-0001oE-SK for qemu-devel@nongnu.org; Mon, 09 Dec 2013 11:42:06 -0500 Date: Mon, 9 Dec 2013 17:41:59 +0100 From: =?iso-8859-1?Q?Beno=EEt?= Canet Message-ID: <20131209164159.GF3364@irqsave.net> References: <1386263703-19292-1-git-send-email-benoit@irqsave.net> <1386263703-19292-6-git-send-email-benoit@irqsave.net> <20131209162409.GK3549@dhcp-200-207.str.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20131209162409.GK3549@dhcp-200-207.str.redhat.com> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH V4 5/7] qmp: Allow block_resize to manipulate bs graph nodes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: famz@redhat.com, jcody@redhat.com, qemu-devel@nongnu.org, armbru@redhat.com, stefanha@redhat.com Le Monday 09 Dec 2013 =E0 17:24:09 (+0100), Kevin Wolf a =E9crit : > Am 05.12.2013 um 18:15 hat Beno=EEt Canet geschrieben: > > Signed-off-by: Benoit Canet > > --- > > blockdev.c | 13 +++++++++---- > > hmp.c | 2 +- > > qapi-schema.json | 10 ++++++++-- > > qmp-commands.hx | 3 ++- > > 4 files changed, 20 insertions(+), 8 deletions(-) >=20 > Why would you do this on non-top-level nodes? What is the meaning of resizing a block filter (quorum/throttle) ? Would not we let the user resize the qcow2 file below the filters directl= y ? Best regards Beno=EEt >=20 > Kevin