From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyeGb-0004Jc-0L for qemu-devel@nongnu.org; Tue, 17 Nov 2015 06:17:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZyeGW-0003O0-F8 for qemu-devel@nongnu.org; Tue, 17 Nov 2015 06:17:40 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52917) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZyeGW-0003Nu-9Z for qemu-devel@nongnu.org; Tue, 17 Nov 2015 06:17:36 -0500 From: Stefan Hajnoczi Date: Tue, 17 Nov 2015 19:17:21 +0800 Message-Id: <1447759048-25772-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL for-2.5 0/7] Block patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Peter Maydell , Stefan Hajnoczi Bug fixes plus clang warning fixes that have no tree. The following changes since commit c257779e2a586043a1480bb7e96fb6bcd0129634: Merge remote-tracking branch 'remotes/otubo/tags/pull-seccomp-20151116' into staging (2015-11-16 12:09: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 10f5a72f70862d299ddbdf226d6dc71fa4ae34dd: virtio-blk: Fix double completion for werror=stop (2015-11-17 18:35:57 +0800) ---------------------------------------------------------------- ---------------------------------------------------------------- Alberto Garcia (1): block: make 'stats-interval' an array of ints instead of a string Eric Blake (1): tests: Ignore recent test binaries Fam Zheng (2): aio-epoll: Fix use-after-free of node virtio-blk: Fix double completion for werror=stop John Snow (1): docs: update bitmaps.md Stefan Hajnoczi (2): tpm: avoid clang shifting negative signed warning disas/arm: avoid clang shifting negative signed warning aio-posix.c | 6 +- blockdev.c | 91 +++++++++++++++++----------- disas/arm.c | 2 +- docs/bitmaps.md | 157 +++++++++++++++++++++++++++++++++++++++++++++++++ hw/block/virtio-blk.c | 4 ++ hw/tpm/tpm_tis.c | 2 +- qapi/block-core.json | 7 +-- tests/.gitignore | 2 + tests/qemu-iotests/136 | 2 +- 9 files changed, 231 insertions(+), 42 deletions(-) -- 2.5.0