qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/14] MTTCG patches for 2016-10-31
@ 2016-10-31 14:13 Paolo Bonzini
  2016-10-31 14:13 ` [Qemu-devel] [PULL 01/14] cpus: make all_vcpus_paused() return bool Paolo Bonzini
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Paolo Bonzini @ 2016-10-31 14:13 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit ed2839166c21e001d15868f4d9591a21aaebd547:

  target-alpha: Emulate LL/SC using cmpxchg helpers (2016-10-26 08:29:02 -0700)

are available in the git repository at:

  git://github.com/bonzini/qemu.git tags/for-upstream-mttcg

for you to fetch changes up to ba051fb5e56d5ff5e4fa672d37954452e58543b2:

  tcg: move locking for tb_invalidate_phys_page_range up (2016-10-31 15:00:25 +0100)

----------------------------------------------------------------
Base patches for MTTCG enablement.

----------------------------------------------------------------
Alex Bennée (11):
      cpus: make all_vcpus_paused() return bool
      translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH
      translate-all: add DEBUG_LOCKING asserts
      cpu-exec: include cpu_index in CPU_LOG_EXEC messages
      linux-user/elfload: ensure mmap_lock() held while setting up
      translate-all: Add assert_(memory|tb)_lock annotations
      target-arm/arm-powerctl: wake up sleeping CPUs
      tcg: move tcg_exec_all and helpers above thread fn
      tcg: cpus rm tcg_exec_all()
      cpus: re-factor out handle_icount_deadline
      tcg: move locking for tb_invalidate_phys_page_range up

KONRAD Frederic (1):
      tcg: protect translation related stuff with tb_lock.

Paolo Bonzini (2):
      tcg: comment on which functions have to be called with tb_lock held
      *_run_on_cpu: introduce run_on_cpu_data type

 bsd-user/mmap.c            |   5 +
 cpu-exec.c                 |  11 +-
 cpus-common.c              |   9 +-
 cpus.c                     | 259 +++++++++++++++++++++++----------------------
 exec.c                     |  22 ++++
 hw/i386/kvm/apic.c         |  14 +--
 hw/i386/kvmvapic.c         |  17 +--
 hw/ppc/ppce500_spin.c      |   6 +-
 hw/ppc/spapr.c             |   4 +-
 hw/ppc/spapr_hcall.c       |  12 +--
 include/exec/exec-all.h    |   2 +
 include/qom/cpu.h          |  31 +++++-
 kvm-all.c                  |  20 ++--
 linux-user/elfload.c       |   4 +
 linux-user/mmap.c          |   5 +
 target-arm/Makefile.objs   |   2 +-
 target-arm/arm-powerctl.c  |   2 +
 target-i386/helper.c       |   8 +-
 target-i386/kvm.c          |   4 +-
 target-s390x/cpu.c         |   4 +-
 target-s390x/cpu.h         |   4 +-
 target-s390x/kvm.c         |  20 ++--
 target-s390x/misc_helper.c |   4 +-
 tcg/tcg.h                  |   2 +
 translate-all.c            | 177 ++++++++++++++++++++++++++-----
 25 files changed, 426 insertions(+), 222 deletions(-)
-- 
2.7.4

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

end of thread, other threads:[~2016-10-31 16:13 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-31 14:13 [Qemu-devel] [PULL 00/14] MTTCG patches for 2016-10-31 Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 01/14] cpus: make all_vcpus_paused() return bool Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 02/14] translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSH Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 03/14] translate-all: add DEBUG_LOCKING asserts Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 04/14] cpu-exec: include cpu_index in CPU_LOG_EXEC messages Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 05/14] tcg: comment on which functions have to be called with tb_lock held Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 06/14] linux-user/elfload: ensure mmap_lock() held while setting up Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 07/14] translate-all: Add assert_(memory|tb)_lock annotations Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 08/14] tcg: protect translation related stuff with tb_lock Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 09/14] target-arm/arm-powerctl: wake up sleeping CPUs Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 10/14] tcg: move tcg_exec_all and helpers above thread fn Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 11/14] tcg: cpus rm tcg_exec_all() Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 12/14] cpus: re-factor out handle_icount_deadline Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 13/14] *_run_on_cpu: introduce run_on_cpu_data type Paolo Bonzini
2016-10-31 14:13 ` [Qemu-devel] [PULL 14/14] tcg: move locking for tb_invalidate_phys_page_range up Paolo Bonzini
2016-10-31 16:12 ` [Qemu-devel] [PULL 00/14] MTTCG patches for 2016-10-31 Peter Maydell

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