From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a498G-0003n3-K2 for qemu-devel@nongnu.org; Wed, 02 Dec 2015 10:15:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a498D-0007h2-TZ for qemu-devel@nongnu.org; Wed, 02 Dec 2015 10:15:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a498D-0007gt-Ee for qemu-devel@nongnu.org; Wed, 02 Dec 2015 10:15:45 -0500 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 F4061C0CC627 for ; Wed, 2 Dec 2015 15:15:44 +0000 (UTC) Received: from donizetti.redhat.com (ovpn-112-40.ams2.redhat.com [10.36.112.40]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tB2FFgL3024962 for ; Wed, 2 Dec 2015 10:15:43 -0500 From: Paolo Bonzini Date: Wed, 2 Dec 2015 16:15:36 +0100 Message-Id: <1449069340-10419-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PULL 0/4] QEMU changes for 2.5.0-rc3 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following changes since commit 9d7b969ea6d9663a94760c6c131481b366f4d38a: Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151201' into staging (2015-12-02 10:16:53 +0000) are available in the git repository at: git://github.com/bonzini/qemu.git tags/for-upstream for you to fetch changes up to 0c2d70c448b7853a91cfa63659aa3cc6630fb9be: translate-all: ensure host page mask is always extended with 1's (2015-12-02 13:12:30 +0100) ---------------------------------------------------------------- * exec.c use after free * Xen 32-on-64 breakage * missing EINTR * naughty warning under qtest ---------------------------------------------------------------- Don Slutz (1): exec: Stop using memory after free Michael S. Tsirkin (1): main-loop: suppress warnings under qtest Paolo Bonzini (2): qemu-char: retry g_poll on EINTR translate-all: ensure host page mask is always extended with 1's bsd-user/elfload.c | 3 +-- exec.c | 4 +++- include/exec/cpu-all.h | 8 +++++--- linux-user/elfload.c | 3 +-- linux-user/mmap.c | 4 +--- main-loop.c | 2 +- qemu-char.c | 7 ++++++- stubs/qtest.c | 5 +++++ translate-all.c | 6 +++--- translate-common.c | 2 +- 10 files changed, 27 insertions(+), 17 deletions(-) -- 2.5.0