From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu0lj-0003gx-Fg for qemu-devel@nongnu.org; Wed, 04 Nov 2015 11:18:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zu0lg-0002LX-Sq for qemu-devel@nongnu.org; Wed, 04 Nov 2015 11:18:39 -0500 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]:38523) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zu0lg-0002LS-Mq for qemu-devel@nongnu.org; Wed, 04 Nov 2015 11:18:36 -0500 Received: by wicll6 with SMTP id ll6so35316967wic.1 for ; Wed, 04 Nov 2015 08:18:36 -0800 (PST) Received: from 640k.lan (94-39-161-165.adsl-ull.clienti.tiscali.it. [94.39.161.165]) by smtp.gmail.com with ESMTPSA id kd8sm2318236wjc.27.2015.11.04.08.18.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Nov 2015 08:18:35 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Wed, 4 Nov 2015 17:18:18 +0100 Message-Id: <1446653912-116150-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 00/14] Misc changes for QEMU 2.4-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 7bc8e0c967a4ef77657174d28af775691e18b4ce: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging (2015-10-29 09:49:52 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 8670e274ef292086e109ada29e072ef27d68177b: configure: disable FORTIFY_SOURCE under clang (2015-11-04 15:56:05 +0100) ---------------------------------------------------------------- * Guest ABI fixes for PC machines (hw_version) * Fixes for recent Perl * John Snow's configure fixes * file-backed RAM improvements (Igor, Pavel) * -Werror=clobbered fixes (Stefan) * Kill -d ioport * Fix qemu-system-s390x ---------------------------------------------------------------- Eduardo Habkost (3): pc: Set hw_version on all machine classes osdep: Rename qemu_{get, set}_version() to qemu_{, set_}hw_version() megasas: Use qemu_hw_version() instead of QEMU_VERSION Fam Zheng (2): scripts/text2pod.pl: Escape left brace iscsi: Translate scsi sense into error code Igor Mammedov (1): file_ram_alloc: propagate error to caller instead of terminating QEMU John Snow (2): configure: disallow ccache during compile tests configure: disable FORTIFY_SOURCE under clang Paolo Bonzini (4): target-i386: fix pcmpxstrx equal-ordered (strstr) mode ioport: do not use CPU_LOG_IOPORT qemu-log: remove -d ioport memory: call begin, log_start and commit when registering a new listener Pavel Fedin (1): backends/hostmem-file: Allow to specify full pathname for backing file Stefan Weil (1): cpu-exec: Fix compiler warning (-Werror=clobbered) block/iscsi.c | 63 ++++++++++++++++++++++++++++++++++++++++++++------- configure | 21 ++++++++++++++++- cpu-exec.c | 18 ++++++++++++--- exec.c | 40 +++++++++++++++++--------------- hw/arm/nseries.c | 2 +- hw/i386/pc_piix.c | 13 +++++++++++ hw/i386/pc_q35.c | 10 ++++++++ hw/ide/core.c | 2 +- hw/scsi/megasas.c | 2 +- hw/scsi/scsi-bus.c | 2 +- hw/scsi/scsi-disk.c | 2 +- include/qemu/log.h | 1 - include/qemu/osdep.h | 4 ++-- ioport.c | 26 +++++---------------- memory.c | 9 ++++++++ qemu-doc.texi | 2 +- qemu-log.c | 2 -- scripts/texi2pod.pl | 2 +- target-i386/cpu.c | 2 +- target-i386/ops_sse.h | 4 ++-- trace-events | 4 ++-- util/osdep.c | 10 ++++---- vl.c | 2 +- 23 files changed, 170 insertions(+), 73 deletions(-) -- 1.8.3.1