From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC8xd-00014I-RS for qemu-devel@nongnu.org; Fri, 16 Jan 2015 10:37:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YC8xZ-0000db-Pi for qemu-devel@nongnu.org; Fri, 16 Jan 2015 10:37:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YC8xZ-0000dR-GP for qemu-devel@nongnu.org; Fri, 16 Jan 2015 10:37:17 -0500 From: Stefan Hajnoczi Date: Fri, 16 Jan 2015 15:36:57 +0000 Message-Id: <1421422633-25536-1-git-send-email-stefanha@redhat.com> Subject: [Qemu-devel] [PULL 00/16] 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 df58887b20fab8fe8a6dcca4db30cd4e4077d53a: Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-01-15' into staging (2015-01-15 10:08:46 +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 d6e2630f17fa40342af80d20c04f279fa23ea189: qemu-iotests: Fix supported_oses check (2015-01-16 15:36:34 +0000) ---------------------------------------------------------------- ---------------------------------------------------------------- Fam Zheng (1): qemu-iotests: Fix supported_oses check Francesco Romani (1): block: add event when disk usage exceeds threshold Peter Wu (12): block/dmg: properly detect the UDIF trailer block/dmg: extract mish block decoding functionality block/dmg: extract processing of resource forks block/dmg: process a buffer instead of reading ints block/dmg: validate chunk size to avoid overflow block/dmg: process XML plists block/dmg: set virtual size to a non-zero value block/dmg: fix sector data offset calculation block/dmg: use SectorNumber from BLKX header block/dmg: factor out block type check block/dmg: support bzip2 block entry types block/dmg: improve zeroes handling Stefan Hajnoczi (2): qed: check for header size overflow qemu-iotests: add 116 invalid QED input file tests block/Makefile.objs | 2 + block/dmg.c | 501 ++++++++++++++++++++++++++++++---------- block/qapi.c | 3 + block/qed.c | 5 + block/write-threshold.c | 125 ++++++++++ configure | 31 +++ include/block/block_int.h | 4 + include/block/write-threshold.h | 64 +++++ qapi/block-core.json | 51 +++- qmp-commands.hx | 32 +++ tests/Makefile | 3 + tests/qemu-iotests/067.out | 5 + tests/qemu-iotests/116 | 96 ++++++++ tests/qemu-iotests/116.out | 37 +++ tests/qemu-iotests/group | 1 + tests/qemu-iotests/iotests.py | 2 +- tests/test-write-threshold.c | 119 ++++++++++ 17 files changed, 962 insertions(+), 119 deletions(-) create mode 100644 block/write-threshold.c create mode 100644 include/block/write-threshold.h create mode 100755 tests/qemu-iotests/116 create mode 100644 tests/qemu-iotests/116.out create mode 100644 tests/test-write-threshold.c -- 2.1.0