qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PULL 00/11] tcg and misc patch queue
Date: Sat, 1 Jul 2023 10:10:39 +0200	[thread overview]
Message-ID: <5c405ffd-eda2-9a85-264b-38acf24a6ef3@linaro.org> (raw)
In-Reply-To: <20230701065510.514743-1-richard.henderson@linaro.org>

On 1/7/23 08:54, Richard Henderson wrote:
> The following changes since commit 408015a97dbe48a9dde8c0d2526c9312691952e7:
> 
>    Merge tag 'pull-vfio-20230630' of https://github.com/legoater/qemu into staging (2023-06-30 08:11:08 +0200)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230701
> 
> for you to fetch changes up to 605a8b5491a119a2a6efbf61e5a38f9374645990:
> 
>    linux-user: Avoid mmap of the last byte of the reserved_va (2023-07-01 08:33:08 +0200)
> 
> ----------------------------------------------------------------
> dbus: Two hot fixes, per request of Marc-André Lureau

Mentioning here again in case you missed in the other thread,
I believe the proper fix is:
https://lore.kernel.org/qemu-devel/20230630234839.14716-1-philmd@linaro.org/
Anyhow since this patch happens to fix the build, mine can
get merged later on top.

> accel/tcg: Fix tb_invalidate_phys_range iteration
> fpu: Add float64_to_int{32,64}_modulo
> tcg: Reduce scope of tcg_assert_listed_vecop
> target/nios2: Explicitly ask for target-endian loads
> linux-user: Avoid mmap of the last byte of the reserved_va
> 
> ----------------------------------------------------------------
> Marc-André Lureau (1):
>        audio: dbus requires pixman
> 
> Mark Cave-Ayland (2):
>        accel/tcg: Fix start page passed to tb_invalidate_phys_page_range__locked
>        accel/tcg: Assert one page in tb_invalidate_phys_page_range__locked
> 
> Peter Maydell (1):
>        target/nios2 : Explicitly ask for target-endian loads and stores
> 
> Philippe Mathieu-Daudé (1):
>        tcg: Reduce tcg_assert_listed_vecop() scope
> 
> Richard Henderson (6):
>        ui/dbus: fix build errors in dbus_update_gl_cb and dbus_call_update_gl
>        fpu: Add float64_to_int{32,64}_modulo
>        tests/tcg/alpha: Add test for cvttq
>        target/alpha: Use float64_to_int64_modulo for CVTTQ
>        target/arm: Use float64_to_int32_modulo for FJCVTZS
>        linux-user: Avoid mmap of the last byte of the reserved_va
> 
>   include/fpu/softfloat.h         |  3 ++
>   include/tcg/tcg.h               |  6 ---
>   accel/tcg/tb-maint.c            | 13 +++++--
>   fpu/softfloat.c                 | 31 +++++++++++++++
>   linux-user/mmap.c               | 14 +++++--
>   target/alpha/fpu_helper.c       | 85 +++++++++--------------------------------
>   target/arm/vfp_helper.c         | 71 ++++++----------------------------
>   target/nios2/translate.c        | 20 +++++-----
>   tcg/tcg-op-vec.c                |  6 +--
>   tests/tcg/alpha/test-cvttq.c    | 78 +++++++++++++++++++++++++++++++++++++
>   ui/dbus-listener.c              |  4 ++
>   fpu/softfloat-parts.c.inc       | 78 +++++++++++++++++++++++++++++++++++++
>   audio/meson.build               |  2 +-
>   tests/tcg/alpha/Makefile.target |  2 +-
>   14 files changed, 258 insertions(+), 155 deletions(-)
>   create mode 100644 tests/tcg/alpha/test-cvttq.c
> 



      parent reply	other threads:[~2023-07-01  8:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-01  6:54 [PULL 00/11] tcg and misc patch queue Richard Henderson
2023-07-01  6:55 ` [PULL 01/11] ui/dbus: fix build errors in dbus_update_gl_cb and dbus_call_update_gl Richard Henderson
2023-07-01  6:55 ` [PULL 02/11] audio: dbus requires pixman Richard Henderson
2023-07-01  6:55 ` [PULL 03/11] accel/tcg: Fix start page passed to tb_invalidate_phys_page_range__locked Richard Henderson
2023-07-01  6:55 ` [PULL 04/11] accel/tcg: Assert one page in tb_invalidate_phys_page_range__locked Richard Henderson
2023-07-01  6:55 ` [PULL 05/11] fpu: Add float64_to_int{32,64}_modulo Richard Henderson
2023-07-01  6:55 ` [PULL 06/11] tests/tcg/alpha: Add test for cvttq Richard Henderson
2023-07-01  6:55 ` [PULL 07/11] target/alpha: Use float64_to_int64_modulo for CVTTQ Richard Henderson
2023-07-01  6:55 ` [PULL 08/11] target/arm: Use float64_to_int32_modulo for FJCVTZS Richard Henderson
2023-07-01  6:55 ` [PULL 09/11] tcg: Reduce tcg_assert_listed_vecop() scope Richard Henderson
2023-07-01  6:55 ` [PULL 10/11] target/nios2 : Explicitly ask for target-endian loads and stores Richard Henderson
2023-07-01  6:55 ` [PULL 11/11] linux-user: Avoid mmap of the last byte of the reserved_va Richard Henderson
2023-07-01  8:10 ` Philippe Mathieu-Daudé [this message]

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=5c405ffd-eda2-9a85-264b-38acf24a6ef3@linaro.org \
    --to=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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).