From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqhiL-0003NX-5a for qemu-devel@nongnu.org; Fri, 08 May 2015 08:49:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqhiG-00029F-CH for qemu-devel@nongnu.org; Fri, 08 May 2015 08:49:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48329) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqhiG-00028t-5o for qemu-devel@nongnu.org; Fri, 08 May 2015 08:49:08 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t48Cn75p022240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Fri, 8 May 2015 08:49:07 -0400 Received: from donizetti.redhat.com (ovpn-112-64.ams2.redhat.com [10.36.112.64]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t48Cn5ZE029121 for ; Fri, 8 May 2015 08:49:05 -0400 From: Paolo Bonzini Date: Fri, 8 May 2015 14:48:55 +0200 Message-Id: <1431089344-20350-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/9] KVM, QOM, NBD, build fixes for 2015-05-08 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 498147529d1f8e902e6528a0115143b53475791e: Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150430' into staging (2015-04-30 14:15:56 +0100) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to ca4414804114fd0095b317785bc0b51862e62ebb: qemu-nbd: only send a limited number of errno codes on the wire (2015-05-08 14:45:11 +0200) ---------------------------------------------------------------- - build bugfix from Fam and new configure check from Emilio - two improvements to "info mtere" from Gerd - KVM support for memory transaction attributes - one more small step towards unlocked MMIO dispatch - one piece of the qemu-nbd errno fixes - trivial-ish patches from Denis and Thomas ---------------------------------------------------------------- Denis V. Lunev (1): apic_common: improve readability of apic_reset_common Emilio G. Cota (1): configure: require __thread support Fam Zheng (1): rules.mak: Force CFLAGS for all objects in DSO Gerd Hoffmann (2): mtree: tag & indent a bit better mtree: also print disabled regions Paolo Bonzini (3): kvm: add support for memory transaction attributes exec: move rcu_read_lock/unlock to address_space_translate callers qemu-nbd: only send a limited number of errno codes on the wire Thomas Huth (1): kvm: Silence warning from valgrind configure | 11 ++++++++++ exec.c | 33 +++++++++++++++++++++++++---- hw/intc/apic_common.c | 7 +++---- hw/vfio/common.c | 7 +++++-- include/exec/memory.h | 4 +++- include/sysemu/kvm.h | 3 ++- kvm-all.c | 35 ++++++++++++++++--------------- memory.c | 23 ++++++++++++--------- nbd.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ rules.mak | 4 +++- target-arm/kvm.c | 4 +++- target-i386/kvm.c | 4 +++- target-mips/kvm.c | 4 +++- target-ppc/kvm.c | 4 +++- target-s390x/kvm.c | 4 +++- translate-all.c | 3 +++ 16 files changed, 163 insertions(+), 44 deletions(-) -- 2.3.5