From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFnV3-0001VP-3d for qemu-devel@nongnu.org; Thu, 16 Jul 2015 14:03:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFnUx-0002oO-Bx for qemu-devel@nongnu.org; Thu, 16 Jul 2015 14:03:13 -0400 Received: from mail-wi0-x22a.google.com ([2a00:1450:400c:c05::22a]:36875) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFnUx-0002o8-50 for qemu-devel@nongnu.org; Thu, 16 Jul 2015 14:03:07 -0400 Received: by wibud3 with SMTP id ud3so23333195wib.0 for ; Thu, 16 Jul 2015 11:03:06 -0700 (PDT) Received: from donizetti.redhat.com (host231-210-dynamic.21-79-r.retail.telecomitalia.it. [79.21.210.231]) by smtp.gmail.com with ESMTPSA id l2sm4422399wib.11.2015.07.16.11.03.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jul 2015 11:03:04 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 16 Jul 2015 20:02:50 +0200 Message-Id: <1437069778-8954-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 v2 0/8] KVM, memory API, crypto, Coverity fixes for 2.4.0-rc1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 2d5ee9e7a7dd495d233cf9613a865f63f88e3375: Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150716' into staging (2015-07-16 10:40:23 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to d3462e378f40ba6838b6c42584c30769ca633e6f: crypto: avoid undefined behavior in nettle calls (2015-07-16 20:00:21 +0200) ---------------------------------------------------------------- * MIPS-KVM fixes. * Coverity fixes. * Nettle function prototype fixes. * Memory API refcount fix. ---------------------------------------------------------------- Dr. David Alan Gilbert (1): RDMA: Fix error exits Gonglei (2): ppc/spapr_drc: fix memory leak arm/xlnx-zynqmp: fix memory leak James Hogan (2): mips/kvm: Fix Big endian 32-bit register access mips/kvm: Sign extend registers written to KVM Paolo Bonzini (1): memory: fix refcount leak in memory_region_present Radim Krčmář (2): crypto: fix build with nettle >= 3.0.0 crypto: avoid undefined behavior in nettle calls configure | 4 +++- crypto/cipher-nettle.c | 51 ++++++++++++++++++++++++++++++++++++++++++++------ hw/arm/xlnx-zynqmp.c | 2 ++ hw/ppc/spapr_drc.c | 1 + memory.c | 44 +++++++++++++++++++++++++++---------------- migration/rdma.c | 8 ++++---- target-mips/kvm.c | 21 +++++++-------------- 7 files changed, 90 insertions(+), 41 deletions(-) -- 2.4.3