From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55757) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYC6m-00071S-92 for qemu-devel@nongnu.org; Wed, 18 Mar 2015 07:25:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YYC6f-0001gS-Rq for qemu-devel@nongnu.org; Wed, 18 Mar 2015 07:25:56 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:37968) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YYC6f-0001gK-Ld for qemu-devel@nongnu.org; Wed, 18 Mar 2015 07:25:49 -0400 Received: by wifj2 with SMTP id j2so36701597wif.1 for ; Wed, 18 Mar 2015 04:25:49 -0700 (PDT) Received: from localhost.localdomain (net-37-117-129-240.cust.vodafonedsl.it. [37.117.129.240]) by mx.google.com with ESMTPSA id bd1sm2743890wib.13.2015.03.18.04.25.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Mar 2015 04:25:48 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 18 Mar 2015 12:24:47 +0100 Message-Id: <1426677906-51657-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/19] Misc bugfixes for 2.3.0-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit cd232acfa0d70002fed89e9293f04afda577a513: Update version for v2.3.0-rc0 release (2015-03-17 18:58:33 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to c3c1bb99d1c11978d9ce94d1bdcf0705378c1459: exec: Respect as_tranlsate_internal length clamp (2015-03-18 12:09:42 +0100) ---------------------------------------------------------------- - kvm: ioeventfd fix for PPC64LE - virtio-scsi: misc fixes - fix for --enable-profiler - nbd: fixes from Max - build: fix for scripts/make_device_config.sh - exec: fix for address_space_translate ---------------------------------------------------------------- Let's see if patchew likes the Message-Id tags from git-am. :) Alexey Kardashevskiy (1): profiler: Reenable built-in profiler Bo Su (1): virtio-scsi-dataplane: fix memory leak in virtio_scsi_vring_init Fam Zheng (1): virtio-scsi: Fix assert in virtio_scsi_push_event Greg Kurz (1): kvm: fix ioeventfd endianness on bi-endian architectures Max Reitz (12): util/uri: Add overflow check to rfc3986_parse_port qemu-nbd: Detect unused partitions by system == 0 nbd: Fix nbd_establish_connection()'s return value nbd: Pass return value from nbd_handle_list() nbd: Handle blk_getlength() failure qemu-nbd: fork() can fail nbd: Fix potential signed overflow issues nbd: Set block size to BDRV_SECTOR_SIZE nbd: Fix nbd_receive_options() nbd: Fix interpretation of the export flags nbd: Drop unexpected data for NBD_OPT_LIST coroutine-io: Return -errno in case of error Paolo Bonzini (1): build: pass .d file name to scripts/make_device_config.sh, fix makefile target Peter Crosthwaite (1): exec: Respect as_tranlsate_internal length clamp Yik Fang (1): nbd: Fix overflow return value Makefile | 3 +- block/nbd-client.c | 3 +- block/nbd-client.h | 1 - block/nbd.c | 2 +- blockdev-nbd.c | 6 ++- cpus.c | 2 +- exec.c | 6 +-- hw/scsi/virtio-scsi-dataplane.c | 4 +- hw/scsi/virtio-scsi.c | 8 ++- include/block/nbd.h | 11 ++-- include/qemu/timer.h | 5 +- kvm-all.c | 24 ++++++++- monitor.c | 6 +-- nbd.c | 112 ++++++++++++++++++++++++++++------------ qemu-coroutine-io.c | 2 +- qemu-nbd.c | 30 +++++++---- scripts/make_device_config.sh | 18 ++++--- util/uri.c | 24 +++++---- 18 files changed, 178 insertions(+), 89 deletions(-) -- 2.3.0