From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c5F6n-0006GR-NQ for qemu-devel@nongnu.org; Fri, 11 Nov 2016 11:55:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c5F6m-0002Zq-Q1 for qemu-devel@nongnu.org; Fri, 11 Nov 2016 11:55:21 -0500 From: Kevin Wolf Date: Fri, 11 Nov 2016 17:54:59 +0100 Message-Id: <1478883311-24052-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 00/12] Block layer patches for 2.8.0-rc0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, qemu-devel@nongnu.org The following changes since commit 6bbcb76301a72dc80c8d29af13d40bb9a759c9= c6: MAINTAINERS: Remove obsolete stable branches (2016-11-10 15:29:59 +0000= ) are available in the git repository at: git://repo.or.cz/qemu/kevin.git tags/for-upstream for you to fetch changes up to ff569b9424d1e6c7144dbe7d76ea50f5c11d4a1c: Merge remote-tracking branch 'mreitz/tags/pull-block-2016-11-11' into q= ueue-block (2016-11-11 15:58:12 +0100) ---------------------------------------------------------------- Block layer patches for 2.8.0-rc0 ---------------------------------------------------------------- Alberto Garcia (2): hmp: Make block_stream set an explicit job ID qcow2: Remove stale FIXME comment Ashijeet Acharya (2): block/nbd: Fix the leaked visitor block/ssh: Code cleanup for unused parameter Fam Zheng (1): raw-posix: Rename 'raw_s' to 'rs' Kevin Wolf (2): nfs: Fix memory leak in nfs_file_create() Merge remote-tracking branch 'mreitz/tags/pull-block-2016-11-11' in= to queue-block Max Reitz (4): block: Fix bdrv_iterate_format() sorting block: Emit modules in bdrv_iterate_format() iotests: Skip test 162 if there is no SSH support iotests: Always use -machine accel=3Dqtest Tom=C3=A1=C5=A1 Golembiovsk=C3=BD (2): raw_bsd: move check to prevent overflow raw_bsd: don't check size alignment when only offset is set block.c | 20 ++++++++++++++- block/nbd.c | 1 + block/nfs.c | 1 + block/qcow2.h | 2 -- block/raw-posix.c | 56 +++++++++++++++++++++---------------= ------ block/raw_bsd.c | 12 +++++++-- block/ssh.c | 5 ++-- hmp.c | 2 +- tests/qemu-iotests/162 | 3 +++ tests/qemu-iotests/common | 2 +- tests/qemu-iotests/common.qemu | 12 ++++----- 11 files changed, 71 insertions(+), 45 deletions(-)