qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/6] MTTCG fixes for rc1
@ 2017-03-28  8:36 Alex Bennée
  2017-03-28  8:36 ` [Qemu-devel] [PATCH v2 1/6] user-exec: handle synchronous signals from QEMU gracefully Alex Bennée
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Alex Bennée @ 2017-03-28  8:36 UTC (permalink / raw)
  To: peter.maydell, rth, pbonzini, kraxel
  Cc: qemu-devel, mttcg, fred.konrad, a.rigo, cota, bobby.prani, nikunj,
	Alex Bennée

Hi,

Here is the current batch of fixes for MTTCG regressions for the next
release candidate. I've dropped the speculative atomic cputlb patch
and included 2 fixes to the console code. The first fixes the taking
of the BQL (which I missed) and the second uses the exclusive
mechanism directly in the main thread rather than queuing the work to
run in the vCPU context. I kept them separate as they are logically
discreet changes.

The user-exec and bsd-user fixes have been posted separately before in
the various report threads.

Finally I claim a checkpatch exception for Pranith's newline fix. It
didn't seem worth splitting the string for the sake of a semicolon on
column 81 ;-)

Gerd,

Do you want to take the console patches via your tree or have me
include it in a pull request?

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-03-28  9:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28  8:36 [Qemu-devel] [PATCH v2 0/6] MTTCG fixes for rc1 Alex Bennée
2017-03-28  8:36 ` [Qemu-devel] [PATCH v2 1/6] user-exec: handle synchronous signals from QEMU gracefully Alex Bennée
2017-03-28  8:36 ` [Qemu-devel] [PATCH v2 2/6] bsd-user: align use of mmap_lock to that of linux-user Alex Bennée
2017-03-28  8:36 ` [Qemu-devel] [PATCH v2 3/6] ui/console: ensure do_safe_dpy_refresh holds BQL Alex Bennée
2017-03-28  8:36 ` [Qemu-devel] [PATCH v2 4/6] ui/console: use exclusive mechanism directly Alex Bennée
2017-03-28  8:36 ` [Qemu-devel] [PATCH v2 5/6] tcg: Add a new line after incompatibility warning Alex Bennée
2017-03-28  8:36 ` [Qemu-devel] [PATCH v2 6/6] replay/replay.c: bump REPLAY_VERSION Alex Bennée
2017-03-28  9:12 ` [Qemu-devel] [PATCH v2 0/6] MTTCG fixes for rc1 Paolo Bonzini
2017-03-28  9:46 ` Gerd Hoffmann

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).