From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQGAe-0006zF-S9 for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:41:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZQGAb-00052T-Lb for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:41:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58495) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZQGAb-00051x-GY for qemu-devel@nongnu.org; Fri, 14 Aug 2015 10:41:21 -0400 From: Stefan Hajnoczi Date: Fri, 14 Aug 2015 15:41:16 +0100 Message-Id: <1439563278-11873-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 0/2] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi The following changes since commit 2be4f242b50a84bf360df02480b173bfed161107: Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into staging (2015-08-04 16:51:24 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git tags/block-pull-request for you to fetch changes up to 92e11a17612108b1729bde4ce61aad0cc1ce5889: throttle: add throttle_max_is_missing_limit() test (2015-08-05 12:53:48 +0100) ---------------------------------------------------------------- ---------------------------------------------------------------- Stefan Hajnoczi (2): throttle: refuse bps_max/iops_max without bps/iops throttle: add throttle_max_is_missing_limit() test blockdev.c | 6 ++++++ include/qemu/throttle.h | 2 ++ tests/test-throttle.c | 21 +++++++++++++++++++++ util/throttle.c | 15 +++++++++++++++ 4 files changed, 44 insertions(+) -- 2.4.3