From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60185) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuHr7-0006Tk-V6 for qemu-devel@nongnu.org; Thu, 05 Nov 2015 05:33:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuHr4-0002IB-OU for qemu-devel@nongnu.org; Thu, 05 Nov 2015 05:33:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:33284) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuHr4-0002I3-HS for qemu-devel@nongnu.org; Thu, 05 Nov 2015 05:33:18 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 20B138F29C for ; Thu, 5 Nov 2015 10:33:18 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-38.ams2.redhat.com [10.36.112.38]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA5AXGa1017544 for ; Thu, 5 Nov 2015 05:33:17 -0500 From: Paolo Bonzini Date: Thu, 5 Nov 2015 11:33:13 +0100 Message-Id: <1446719596-17131-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v2 00/16] Misc patches for QEMU 2.5-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 7bc8e0c967a4ef77657174d28af775691e18b4= ce: Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagi= ng (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 dd86c68e2644969350e807404ffce612f006e803: iscsi: Translate scsi sense into error code (2015-11-05 11:28:54 +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=3Dclobbered fixes (Stefan) * Kill -d ioport * Fix qemu-system-s390x * Performance improvement for kvmclock migration ---------------------------------------------------------------- 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 QE= MU John Snow (2): configure: disallow ccache during compile tests configure: disable FORTIFY_SOURCE under clang Liang Li (2): kvmclock: add a new function to update env->tsc. Revert "Introduce cpu_clean_all_dirty" 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 lis= tener Pavel Fedin (1): backends/hostmem-file: Allow to specify full pathname for backing f= ile Stefan Weil (1): cpu-exec: Fix compiler warning (-Werror=3Dclobbered) block/iscsi.c | 59 ++++++++++++++++++++++++++++++++++++++++++++= +----- configure | 21 +++++++++++++++++- cpu-exec.c | 18 ++++++++++++--- cpus.c | 9 -------- exec.c | 40 +++++++++++++++++++--------------- hw/arm/nseries.c | 2 +- hw/i386/kvm/clock.c | 18 ++------------- 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 ++-- include/sysemu/cpus.h | 1 - include/sysemu/kvm.h | 8 ------- ioport.c | 26 +++++----------------- kvm-all.c | 5 ----- memory.c | 9 ++++++++ qemu-doc.texi | 2 +- qemu-log.c | 2 -- scripts/texi2pod.pl | 2 +- target-i386/cpu.c | 2 +- target-i386/kvm.c | 45 ++++++++++++++++++++++++++++++++++++++ target-i386/kvm_i386.h | 1 + target-i386/ops_sse.h | 4 ++-- trace-events | 4 ++-- util/osdep.c | 10 ++++----- vl.c | 2 +- 30 files changed, 216 insertions(+), 110 deletions(-) --=20 2.5.0