From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuHjC-0004xo-2p for qemu-devel@nongnu.org; Tue, 10 Jun 2014 04:48:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuHj5-0006f7-Vh for qemu-devel@nongnu.org; Tue, 10 Jun 2014 04:48:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuHj5-0006ev-Mx for qemu-devel@nongnu.org; Tue, 10 Jun 2014 04:48:15 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5A8mE1M028760 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 10 Jun 2014 04:48:15 -0400 From: Stefan Hajnoczi Date: Tue, 10 Jun 2014 09:29:49 +0200 Message-Id: <1402385392-15035-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] dataplane: add query-blockstats support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Paolo Bonzini , Fam Zheng , Stefan Hajnoczi , Max Reitz This series adds blockstats support to virtio-blk data-plane and protects query-blockstats from races with the dataplane IOThread. Stefan Hajnoczi (3): dataplane: add bdrv_acct_*() accounting block: make bdrv_query_stats() static block: acquire AioContext is qmp_query_blockstats() block/qapi.c | 6 +++++- hw/block/dataplane/virtio-blk.c | 10 ++++++++++ include/block/qapi.h | 1 - 3 files changed, 15 insertions(+), 2 deletions(-) -- 1.9.3