qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/7] tcg patch queue
@ 2024-07-03 17:42 Richard Henderson
  2024-07-03 17:42 ` [PULL 1/7] util/cpuinfo-ppc: Fix building on OpenBSD Richard Henderson
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Richard Henderson @ 2024-07-03 17:42 UTC (permalink / raw)
  To: qemu-devel

The following changes since commit 6746482d12da3b6e4d3cdf06481a0027a797f719:

  Merge tag 'sdmmc-20240702' of https://github.com/philmd/qemu into staging (2024-07-02 09:52:10 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a71d9dfbf63db42d6e6ae87fc112d1f5502183bd:

  tcg/optimize: Fix TCG_COND_TST* simplification of setcond2 (2024-07-03 10:24:12 -0700)

----------------------------------------------------------------
util: cpuinfo portability fixes for FreeBSD and OpenBSD
util: cpuinfo for riscv host
tcg/optimize: Fix TCG_COND_TST* simplification of setcond2

----------------------------------------------------------------
Brad Smith (3):
      util/cpuinfo-ppc: Fix building on OpenBSD
      util/cpuinfo-ppc: Add FreeBSD support
      util/cpuinfo-aarch64: Add OpenBSD support

Richard Henderson (4):
      util/cpuinfo-riscv: Support host/cpuinfo.h for riscv
      util/cpuinfo-riscv: Support OpenBSD signal frame
      util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall
      tcg/optimize: Fix TCG_COND_TST* simplification of setcond2

 meson.build                       |   6 ++
 host/include/riscv/host/cpuinfo.h |  23 ++++++++
 tcg/riscv/tcg-target.h            |  46 +++++++--------
 tcg/optimize.c                    |   2 +-
 tests/tcg/x86_64/test-2413.c      |  30 ++++++++++
 util/cpuinfo-aarch64.c            |  36 ++++++++++++
 util/cpuinfo-ppc.c                |  27 ++++++---
 util/cpuinfo-riscv.c              | 118 ++++++++++++++++++++++++++++++++++++++
 tcg/riscv/tcg-target.c.inc        |  84 +++------------------------
 tests/tcg/x86_64/Makefile.target  |   2 +
 util/meson.build                  |   2 +
 11 files changed, 266 insertions(+), 110 deletions(-)
 create mode 100644 host/include/riscv/host/cpuinfo.h
 create mode 100644 tests/tcg/x86_64/test-2413.c
 create mode 100644 util/cpuinfo-riscv.c


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

end of thread, other threads:[~2024-07-03 22:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 17:42 [PULL 0/7] tcg patch queue Richard Henderson
2024-07-03 17:42 ` [PULL 1/7] util/cpuinfo-ppc: Fix building on OpenBSD Richard Henderson
2024-07-03 17:42 ` [PULL 2/7] util/cpuinfo-ppc: Add FreeBSD support Richard Henderson
2024-07-03 17:42 ` [PULL 3/7] util/cpuinfo-aarch64: Add OpenBSD support Richard Henderson
2024-07-03 17:42 ` [PULL 4/7] util/cpuinfo-riscv: Support host/cpuinfo.h for riscv Richard Henderson
2024-07-03 17:42 ` [PULL 5/7] util/cpuinfo-riscv: Support OpenBSD signal frame Richard Henderson
2024-07-03 17:42 ` [PULL 6/7] util/cpuinfo-riscv: Use linux __riscv_hwprobe syscall Richard Henderson
2024-07-03 17:42 ` [PULL 7/7] tcg/optimize: Fix TCG_COND_TST* simplification of setcond2 Richard Henderson
2024-07-03 22:36 ` [PULL 0/7] tcg patch queue Richard Henderson

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