qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PULL 0/4] tcg patch queue


From: Richard Henderson
Subject: Re: [PULL 0/4] tcg patch queue
Date: Wed, 20 Apr 2022 21:56:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0

On 4/20/22 12:16, Richard Henderson wrote:
The following changes since commit 2d20a57453f6a206938cbbf77bed0b378c806c1f:

   Merge tag 'pull-fixes-for-7.1-200422-1' of https://github.com/stsquad/qemu 
into staging (2022-04-20 11:13:08 -0700)

are available in the Git repository at:

   https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20220420

for you to fetch changes up to a61532faa5a4d5e021e35b6a4a1e180c72d4a22f:

   tcg: Add tcg_constant_ptr (2022-04-20 12:12:47 -0700)

----------------------------------------------------------------
Cleanup sysemu/tcg.h usage.
Fix indirect lowering vs cond branches
Remove ATOMIC_MMU_IDX
Add tcg_constant_ptr

Applied, thanks.  Please update the wiki changelog for 7.1 as appropriate.


r~


----------------------------------------------------------------
Richard Henderson (3):
       tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
       accel/tcg: Remove ATOMIC_MMU_IDX
       tcg: Add tcg_constant_ptr

Thomas Huth (1):
       Don't include sysemu/tcg.h if it is not necessary

  include/tcg/tcg.h                |  4 ++++
  accel/tcg/cputlb.c               |  1 -
  accel/tcg/hmp.c                  |  1 -
  accel/tcg/tcg-accel-ops-icount.c |  1 -
  accel/tcg/user-exec.c            |  1 -
  bsd-user/main.c                  |  1 -
  hw/virtio/vhost.c                |  1 -
  linux-user/main.c                |  1 -
  monitor/misc.c                   |  1 -
  target/arm/helper.c              |  1 -
  target/s390x/cpu_models_sysemu.c |  1 -
  target/s390x/helper.c            |  1 -
  tcg/tcg.c                        | 34 +++++++++++++++++++++++++++-------
  13 files changed, 31 insertions(+), 18 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]