From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51903) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqhOv-0006rs-UZ for qemu-devel@nongnu.org; Fri, 08 May 2015 08:29:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YqhOq-0002k6-SP for qemu-devel@nongnu.org; Fri, 08 May 2015 08:29:09 -0400 Received: from cantor2.suse.de ([195.135.220.15]:55579 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YqhOq-0002jj-JX for qemu-devel@nongnu.org; Fri, 08 May 2015 08:29:04 -0400 Message-ID: <554CAC0D.1060803@suse.de> Date: Fri, 08 May 2015 14:29:01 +0200 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: <1431086881-17922-1-git-send-email-pbonzini@redhat.com> In-Reply-To: <1431086881-17922-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/16] KVM, QOM, NBD, build fixes for 2015-05-08 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org, Peter Maydell Am 08.05.2015 um 14:07 schrieb Paolo Bonzini: > The following changes since commit 498147529d1f8e902e6528a0115143b53475= 791e: >=20 > Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20150430' int= o staging (2015-04-30 14:15:56 +0100) >=20 > are available in the git repository at: >=20 > git://github.com/bonzini/qemu.git tags/for-upstream >=20 > for you to fetch changes up to d51026b22b97332a95d91acfb6c23cd9b087955c= : >=20 > qemu-nbd: only send a limited number of errno codes on the wire (2015= -05-08 13:14:54 +0200) >=20 > ---------------------------------------------------------------- > - Daniel's QOM improvements Once again, objection. Andreas > - 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 >=20 > ---------------------------------------------------------------- > Daniel P. Berrange (7): > qom: fix typename of 'policy' enum property in hostmem obj > qom: document user creatable object types in help text > qom: create objects in two phases > qom: add object_new_propv / object_new_proplist constructors > qom: make enum string tables const-correct > qom: add a object_property_add_enum helper method > qom: don't pass string table to object_get_enum method >=20 > Denis V. Lunev (1): > apic_common: improve readability of apic_reset_common >=20 > Emilio G. Cota (1): > configure: require __thread support >=20 > Fam Zheng (1): > rules.mak: Force CFLAGS for all objects in DSO >=20 > Gerd Hoffmann (2): > mtree: tag & indent a bit better > mtree: also print disabled regions >=20 > Paolo Bonzini (3): > kvm: add support for memory transaction attributes > exec: move rcu_read_lock/unlock to address_space_translate caller= s > qemu-nbd: only send a limited number of errno codes on the wire >=20 > Thomas Huth (1): > kvm: Silence warning from valgrind >=20 > backends/hostmem.c | 22 ++-- > configure | 11 ++ > exec.c | 33 ++++- > hw/intc/apic_common.c | 7 +- > hw/vfio/common.c | 7 +- > include/exec/memory.h | 4 +- > include/hw/qdev-core.h | 2 +- > include/qapi/util.h | 2 +- > include/qapi/visitor-impl.h | 6 +- > include/qapi/visitor.h | 2 +- > include/qom/object.h | 90 ++++++++++++- > include/sysemu/kvm.h | 3 +- > kvm-all.c | 35 ++--- > memory.c | 23 ++-- > nbd.c | 52 ++++++++ > numa.c | 2 +- > qapi/qapi-dealloc-visitor.c | 3 +- > qapi/qapi-util.c | 2 +- > qapi/qapi-visit-core.c | 6 +- > qemu-options.hx | 70 +++++++--- > qom/object.c | 144 +++++++++++++++++++- > rules.mak | 4 +- > scripts/qapi-types.py | 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 +- > tests/.gitignore | 1 + > tests/Makefile | 5 +- > tests/check-qom-proplist.c | 310 ++++++++++++++++++++++++++++++++++++= ++++++++ > translate-all.c | 3 + > vl.c | 40 +++++- > 33 files changed, 819 insertions(+), 94 deletions(-) > create mode 100644 tests/check-qom-proplist.c >=20 --=20 SUSE Linux GmbH, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GF: Felix Imend=C3=B6rffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton; HRB 21284 (AG N=C3=BCrnberg)