qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/14] MTTCG patches for 2016-10-31
Date: Mon, 31 Oct 2016 15:13:21 +0100	[thread overview]
Message-ID: <1477923215-30323-1-git-send-email-pbonzini@redhat.com> (raw)

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

             reply	other threads:[~2016-10-31 14:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-31 14:13 Paolo Bonzini [this message]
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

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=1477923215-30323-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).