From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK2b8-0006Lf-2k for qemu-devel@nongnu.org; Wed, 20 Aug 2014 05:54:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XK2b1-00089u-OF for qemu-devel@nongnu.org; Wed, 20 Aug 2014 05:54:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XK2b1-00089m-HK for qemu-devel@nongnu.org; Wed, 20 Aug 2014 05:54:23 -0400 Date: Wed, 20 Aug 2014 11:54:19 +0200 From: Kevin Wolf Message-ID: <20140820095419.GA6122@noname.redhat.com> References: <1408369949-3128-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1408369949-3128-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/2] block: support block_resize with dataplane List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Andrey Korolyov , qemu-devel@nongnu.org, Max Reitz Am 18.08.2014 um 15:52 hat Stefan Hajnoczi geschrieben: > We have the op blocker and AioContext acquire/release infrastructure to safely > allow block monitor commands on dataplane commands. It is now easy to make > block_resize safe. > > Stefan Hajnoczi (2): > block: acquire AioContext in qmp_block_resize() > virtio-blk: allow block_resize with dataplane > > blockdev.c | 13 ++++++++++--- > hw/block/dataplane/virtio-blk.c | 1 + > 2 files changed, 11 insertions(+), 3 deletions(-) Thanks, applied all to the block branch. Kevin