From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJPGi-0000Oy-KQ for qemu-devel@nongnu.org; Mon, 18 Aug 2014 11:54:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XJPGd-0006ex-34 for qemu-devel@nongnu.org; Mon, 18 Aug 2014 11:54:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:21712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XJPGc-0006em-Qp for qemu-devel@nongnu.org; Mon, 18 Aug 2014 11:54:43 -0400 Message-ID: <53F221BD.9090705@redhat.com> Date: Mon, 18 Aug 2014 17:54:37 +0200 From: Max Reitz MIME-Version: 1.0 References: <1408369949-3128-1-git-send-email-stefanha@redhat.com> <1408369949-3128-3-git-send-email-stefanha@redhat.com> In-Reply-To: <1408369949-3128-3-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/2] virtio-blk: allow block_resize with dataplane List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf , Andrey Korolyov On 18.08.2014 15:52, Stefan Hajnoczi wrote: > Now that block_resize acquires the AioContext we can safely allow > resizing the disk. > > Reported-by: Andrey Korolyov > Signed-off-by: Stefan Hajnoczi > --- > hw/block/dataplane/virtio-blk.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Max Reitz