From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN0SI-0007d4-5p for qemu-devel@nongnu.org; Thu, 28 Aug 2014 10:13:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XN0SC-0002nX-2T for qemu-devel@nongnu.org; Thu, 28 Aug 2014 10:13:38 -0400 Received: from mail-wi0-x22d.google.com ([2a00:1450:400c:c05::22d]:50323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XN0SB-0002mX-SO for qemu-devel@nongnu.org; Thu, 28 Aug 2014 10:13:32 -0400 Received: by mail-wi0-f173.google.com with SMTP id cc10so659416wib.12 for ; Thu, 28 Aug 2014 07:13:31 -0700 (PDT) Received: from playground.station (net-37-116-212-108.cust.vodafonedsl.it. [37.116.212.108]) by mx.google.com with ESMTPSA id mz16sm15216059wic.13.2014.08.28.07.13.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Aug 2014 07:13:29 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 28 Aug 2014 16:13:17 +0200 Message-Id: <1409235205-21376-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PULL 0/8] SCSI and memory changes for 2014-08-28 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 2656eb7c599e306b95bad82b1372fc49ba3088f6: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140819' into staging (2014-08-20 09:55:42 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to d1dd32af6f37e5bb8e6b2024d07fce74f510a668: memory: Lazy init name from QOM name as needed (2014-08-28 16:09:44 +0200) ---------------------------------------------------------------- SCSI patches include bug fixes from Fam and Peter, improved error reporting from Fam and a fix for DPRINTF bitrot. Memory patches try again to initialize name from the QOM name. ---------------------------------------------------------------- Fam Zheng (3): block: Pass errp in blkconf_geometry scsi-bus: Convert DeviceClass init to realize virtio-scsi: Report error if num_queues is 0 or too large Gonglei (1): scsi-generic: remove superfluous DPRINTF avoid to break compiling Peter Crosthwaite (3): xen-hvm: Constify string xen: hvm: Abstract away memory region name ref memory: Lazy init name from QOM name as needed Peter Lieven (1): block/iscsi: fix memory corruption on iscsi resize block/iscsi.c | 3 +- hw/block/block.c | 18 +++++----- hw/block/virtio-blk.c | 7 ++-- hw/ide/qdev.c | 11 ++++-- hw/scsi/lsi53c895a.c | 1 + hw/scsi/scsi-bus.c | 70 +++++++++++++++++++------------------- hw/scsi/scsi-disk.c | 83 +++++++++++++++++++++++++--------------------- hw/scsi/scsi-generic.c | 40 ++++++++++------------ hw/scsi/virtio-scsi.c | 6 ++++ include/hw/block/block.h | 6 ++-- include/hw/scsi/scsi.h | 4 +-- memory.c | 4 +++ tests/qemu-iotests/051.out | 2 -- xen-hvm.c | 11 +++--- 14 files changed, 143 insertions(+), 123 deletions(-) -- 1.8.3.1