From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdFu5-0006WV-He for qemu-devel@nongnu.org; Wed, 01 Apr 2015 06:29:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YdFu0-0000f9-Os for qemu-devel@nongnu.org; Wed, 01 Apr 2015 06:29:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36373) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YdFu0-0000eT-Kd for qemu-devel@nongnu.org; Wed, 01 Apr 2015 06:29:40 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id A41CA91770 for ; Wed, 1 Apr 2015 10:29:39 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-45.ams2.redhat.com [10.36.112.45]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t31ATbYO032332 for ; Wed, 1 Apr 2015 06:29:38 -0400 From: Paolo Bonzini Date: Wed, 1 Apr 2015 12:29:32 +0200 Message-Id: <1427884177-4928-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/5] Bugfixes for 2.3.0-rc2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 033a20359aaf93f4d8aa2be12558901e8e028baa: Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' into staging (2015-03-31 12:12: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 4025446f0ac6213335c22ec43f3c3d8362ce7286: Revert "exec: Respect as_tranlsate_internal length clamp" (2015-04-01 10:06:38 +0200) ---------------------------------------------------------------- Fix for object_del of in-use memory, pvpanic regression, PPC regression and bogus error message with Oxygen theme. ---------------------------------------------------------------- Igor Mammedov (1): pc: acpi: fix pvpanic regression Lin Ma (2): qom: Add can_be_deleted callback to UserCreatableClass hostmem: Prevent removing an in-use memory backend Paolo Bonzini (2): rcu: do not create thread in pthread_atfork callback Revert "exec: Respect as_tranlsate_internal length clamp" backends/hostmem.c | 14 ++++++++++++++ exec.c | 6 ++++-- hw/i386/acpi-build.c | 2 +- include/qemu/rcu.h | 1 + include/qom/object_interfaces.h | 13 +++++++++++++ linux-user/syscall.c | 1 + os-posix.c | 2 ++ qmp.c | 5 +++++ qom/object_interfaces.c | 12 ++++++++++++ util/rcu.c | 7 +++---- 10 files changed, 56 insertions(+), 7 deletions(-) -- 2.3.4