From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSNHc-0001UU-Vz for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSNHZ-0007jT-N6 for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:09:04 -0500 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:34499) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSNHZ-0007jP-Fp for qemu-devel@nongnu.org; Mon, 02 Mar 2015 05:09:01 -0500 Received: by wghn12 with SMTP id n12so32408107wgh.1 for ; Mon, 02 Mar 2015 02:09:00 -0800 (PST) Received: from localhost.localdomain (net-37-116-207-136.cust.vodafonedsl.it. [37.116.207.136]) by mx.google.com with ESMTPSA id g10sm15364685wic.7.2015.03.02.02.08.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 02 Mar 2015 02:08:58 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Mon, 2 Mar 2015 11:08:39 +0100 Message-Id: <1425290934-60872-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 00/15] Misc changes for 2015-03-02 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 041ccc922ee474693a2869d4e3b59e920c739bc0: Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging (2015-02-26 12:16:46 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 21618b3e55ad2c6fede0bffcaea466091811ce59: cpus: be more paranoid in avoiding deadlocks (2015-03-02 10:57:07 +0100) ---------------------------------------------------------------- - more config options - bootdevice, iscsi, virtio-scsi fixes - build system patches for MinGW and config-devices.mak - qemu_mutex_lock_iothread deadlock fixes - another tiny patch from the record/replay series ---------------------------------------------------------------- David Gibson (3): Add specific config options for PCI-E bridges Create specific config option for "platform-bus" Give ivshmem its own config option Fam Zheng (3): block: Forbid bdrv_set_aio_context outside BQL virtio-scsi-dataplane: Call blk_set_aio_context within BQL iscsi: Handle write protected case in reopen Gonglei (1): bootdevice: fix segment fault when booting guest with '-kernel' and '-initrd' Max Reitz (1): virtio-scsi: Allocate op blocker reason before blocking Michael S. Tsirkin (2): Makefile: don't silence mak file test with V=1 Makefile.target: binary depends on config-devices Paolo Bonzini (3): scsi: give device a parent before setting properties cpus: fix deadlock and segfault in qemu_mutex_lock_iothread cpus: be more paranoid in avoiding deadlocks Pavel Dovgalyuk (1): timer: replace time() with QEMU_CLOCK_HOST Vasily Efimov (1): Makefile: fix up parallel building under MSYS+MinGW Makefile | 10 +++++----- Makefile.target | 4 +++- block/iscsi.c | 20 +++++++++++--------- bootdevice.c | 13 +++++++++---- cpus.c | 12 ++++++++---- default-configs/arm-softmmu.mak | 5 +++++ default-configs/i386-softmmu.mak | 3 +++ default-configs/pci.mak | 1 + default-configs/ppc-softmmu.mak | 1 + default-configs/ppc64-softmmu.mak | 1 + default-configs/x86_64-softmmu.mak | 3 +++ hw/core/Makefile.objs | 2 +- hw/misc/Makefile.objs | 4 +--- hw/pci-bridge/Makefile.objs | 5 +++-- hw/scsi/scsi-bus.c | 5 +++++ hw/scsi/virtio-scsi-dataplane.c | 4 ---- hw/scsi/virtio-scsi.c | 19 +++++++++++-------- include/block/block.h | 3 +-- scripts/make_device_config.sh | 2 +- vl.c | 12 ++++++++---- 20 files changed, 81 insertions(+), 48 deletions(-) -- 2.3.0