From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 0/4] QEMU changes for 2.5.0-rc3
Date: Wed, 2 Dec 2015 16:15:36 +0100 [thread overview]
Message-ID: <1449069340-10419-1-git-send-email-pbonzini@redhat.com> (raw)
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
next reply other threads:[~2015-12-02 15:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-02 15:15 Paolo Bonzini [this message]
2015-12-02 15:15 ` [Qemu-devel] [PULL 1/4] exec: Stop using memory after free Paolo Bonzini
2015-12-02 15:15 ` [Qemu-devel] [PULL 2/4] qemu-char: retry g_poll on EINTR Paolo Bonzini
2015-12-02 15:15 ` [Qemu-devel] [PULL 3/4] main-loop: suppress warnings under qtest Paolo Bonzini
2015-12-02 15:15 ` [Qemu-devel] [PULL 4/4] translate-all: ensure host page mask is always extended with 1's Paolo Bonzini
2015-12-02 16:24 ` [Qemu-devel] [PULL 0/4] QEMU changes for 2.5.0-rc3 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449069340-10419-1-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).