From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wg87D-00080d-RE for qemu-devel@nongnu.org; Fri, 02 May 2014 03:42:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wg874-0001Dn-Ps for qemu-devel@nongnu.org; Fri, 02 May 2014 03:42:39 -0400 Received: from mail-ee0-x22b.google.com ([2a00:1450:4013:c00::22b]:59530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wg874-0001Dd-Ic for qemu-devel@nongnu.org; Fri, 02 May 2014 03:42:30 -0400 Received: by mail-ee0-f43.google.com with SMTP id e51so2816407eek.16 for ; Fri, 02 May 2014 00:42:29 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <53634C60.1030003@redhat.com> Date: Fri, 02 May 2014 09:42:24 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1398956086-20171-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1398956086-20171-1-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/22] dataplane: use QEMU block layer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf , "Shergill, Gurinder" , "Vinod, Chegu" Il 01/05/2014 16:54, Stefan Hajnoczi ha scritto: > This patch series switches virtio-blk data-plane from a custom Linux AIO > request queue to the QEMU block layer. The previous "raw files only" > limitation is lifted. All image formats and protocols can now be used with > virtio-blk data-plane. Yay! > I have already made block I/O throttling work in another AioContext and will > send the series out next week. > > In order to keep this series reviewable, I'm holding back those patches for > now. One could say, "throttling" them. What's also missing is things like block jobs and live snapshots, right? Also, blockstats is not thread-safe and probably a couple other things but that's minor and easy to fix. Paolo