[Qemu-devel] [PULL 0/6] MTTCG fixes for rc2

Alex Bennée posted 6 patches 7 years ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20170328110936.24806-1-alex.bennee@linaro.org
Test checkpatch passed
Test docker passed
Test s390x passed
bsd-user/mmap.c   | 13 +------------
bsd-user/qemu.h   |  2 --
cpu-exec-common.c |  2 +-
cpus.c            |  2 +-
replay/replay.c   |  2 +-
ui/console.c      | 18 +++++++++++-------
user-exec.c       | 18 +++++++++++++++---
7 files changed, 30 insertions(+), 27 deletions(-)
[Qemu-devel] [PULL 0/6] MTTCG fixes for rc2
Posted by Alex Bennée 7 years ago
The following changes since commit ea2afcf5b6727a577cf561fd8fe0d8c397ecc927:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2017-03-24 14:14:18 +0000)

are available in the git repository at:

  https://github.com/stsquad/qemu.git tags/pull-mttcg-fixups-for-rc2-280317-1

for you to fetch changes up to 5b12c163c830081cbb78e2de3b42c5fe1b73e74e:

  replay/replay.c: bump REPLAY_VERSION (2017-03-28 10:52:50 +0100)

----------------------------------------------------------------
MTTCG regression fixes for rc2

----------------------------------------------------------------
Alex Bennée (5):
      user-exec: handle synchronous signals from QEMU gracefully
      bsd-user: align use of mmap_lock to that of linux-user
      ui/console: ensure do_safe_dpy_refresh holds BQL
      ui/console: use exclusive mechanism directly
      replay/replay.c: bump REPLAY_VERSION

Pranith Kumar (1):
      tcg: Add a new line after incompatibility warning

 bsd-user/mmap.c   | 13 +------------
 bsd-user/qemu.h   |  2 --
 cpu-exec-common.c |  2 +-
 cpus.c            |  2 +-
 replay/replay.c   |  2 +-
 ui/console.c      | 18 +++++++++++-------
 user-exec.c       | 18 +++++++++++++++---
 7 files changed, 30 insertions(+), 27 deletions(-)

-- 
2.11.0


Re: [Qemu-devel] [PULL 0/6] MTTCG fixes for rc2
Posted by Peter Maydell 7 years ago
On 28 March 2017 at 12:09, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit ea2afcf5b6727a577cf561fd8fe0d8c397ecc927:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2017-03-24 14:14:18 +0000)
>
> are available in the git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-mttcg-fixups-for-rc2-280317-1
>
> for you to fetch changes up to 5b12c163c830081cbb78e2de3b42c5fe1b73e74e:
>
>   replay/replay.c: bump REPLAY_VERSION (2017-03-28 10:52:50 +0100)
>
> ----------------------------------------------------------------
> MTTCG regression fixes for rc2
>
> ----------------------------------------------------------------
> Alex Bennée (5):
>       user-exec: handle synchronous signals from QEMU gracefully
>       bsd-user: align use of mmap_lock to that of linux-user
>       ui/console: ensure do_safe_dpy_refresh holds BQL
>       ui/console: use exclusive mechanism directly
>       replay/replay.c: bump REPLAY_VERSION
>
> Pranith Kumar (1):
>       tcg: Add a new line after incompatibility warnin

Applied, thanks.

-- PMM