From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEeSW-0006hO-7j for qemu-devel@nongnu.org; Tue, 14 Nov 2017 11:53:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEeSV-0004t4-Ey for qemu-devel@nongnu.org; Tue, 14 Nov 2017 11:53:12 -0500 Received: from mail-wm0-x231.google.com ([2a00:1450:400c:c09::231]:51680) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eEeSV-0004sm-7m for qemu-devel@nongnu.org; Tue, 14 Nov 2017 11:53:11 -0500 Received: by mail-wm0-x231.google.com with SMTP id b189so16489867wmd.0 for ; Tue, 14 Nov 2017 08:53:11 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20171114103721.13869-1-stefanha@redhat.com> References: <20171114103721.13869-1-stefanha@redhat.com> From: Peter Maydell Date: Tue, 14 Nov 2017 16:52:49 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PULL for-2.11-rc2 0/5] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: QEMU Developers On 14 November 2017 at 10:37, Stefan Hajnoczi wrote: > The following changes since commit 508ba0f7e2092d3ca56e3f75e894d52d8b94818e: > > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20171109' into staging (2017-11-13 11:41:47 +0000) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git tags/block-pull-request > > for you to fetch changes up to 0761562687e0d8135310a94b1d3e08376387c027: > > qemu-iotests: Test I/O limits with removable media (2017-11-13 15:46:26 +0000) > > ---------------------------------------------------------------- > Pull request > > The following disk I/O throttling fixes solve recent bugs. Applied, thanks. -- PMM