* [PATCH v2 0/5] tcg patch queue
@ 2023-08-29 18:54 Richard Henderson
2023-08-29 23:37 ` [PULL " Richard Henderson
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Richard Henderson @ 2023-08-29 18:54 UTC (permalink / raw)
To: qemu-devel
The following changes since commit 813bac3d8d70d85cb7835f7945eb9eed84c2d8d0:
Merge tag '2023q3-bsd-user-pull-request' of https://gitlab.com/bsdimp/qemu into staging (2023-08-29 08:58:00 -0400)
are available in the Git repository at:
https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230829-2
for you to fetch changes up to 669fd6151337fdc81e34f7eb4940ba2f20d89957:
Revert "include/exec: typedef abi_ptr to vaddr in softmmu" (2023-08-29 11:30:33 -0700)
----------------------------------------------------------------
softmmu: Use async_run_on_cpu in tcg_commit
tcg: Remove vecop_list check from tcg_gen_not_vec
tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
Revert "include/exec: typedef abi_ptr to vaddr in softmmu"
----------------------------------------------------------------
Richard Henderson (5):
softmmu: Assert data in bounds in iotlb_to_section
softmmu: Use async_run_on_cpu in tcg_commit
tcg: Remove vecop_list check from tcg_gen_not_vec
tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
Revert "include/exec: typedef abi_ptr to vaddr in softmmu"
include/exec/cpu-common.h | 1 -
include/exec/cpu_ldst.h | 4 ++--
tcg/sparc64/tcg-target.h | 2 +-
accel/tcg/cpu-exec-common.c | 30 --------------------------
softmmu/physmem.c | 50 ++++++++++++++++++++++++++++++++------------
tcg/tcg-op-vec.c | 7 +++----
tcg/sparc64/tcg-target.c.inc | 11 ----------
7 files changed, 43 insertions(+), 62 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PULL v2 0/5] tcg patch queue
2023-08-29 18:54 [PATCH v2 0/5] tcg patch queue Richard Henderson
@ 2023-08-29 23:37 ` Richard Henderson
2023-08-30 16:23 ` [PATCH " Stefan Hajnoczi
2023-08-30 16:43 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2023-08-29 23:37 UTC (permalink / raw)
To: qemu-devel, Stefan Hajnoczi
Gah, second time in a row messing up the PULL tag.
r~
On 8/29/23 11:54, Richard Henderson wrote:
> The following changes since commit 813bac3d8d70d85cb7835f7945eb9eed84c2d8d0:
>
> Merge tag '2023q3-bsd-user-pull-request' of https://gitlab.com/bsdimp/qemu into staging (2023-08-29 08:58:00 -0400)
>
> are available in the Git repository at:
>
> https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20230829-2
>
> for you to fetch changes up to 669fd6151337fdc81e34f7eb4940ba2f20d89957:
>
> Revert "include/exec: typedef abi_ptr to vaddr in softmmu" (2023-08-29 11:30:33 -0700)
>
> ----------------------------------------------------------------
> softmmu: Use async_run_on_cpu in tcg_commit
> tcg: Remove vecop_list check from tcg_gen_not_vec
> tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
> Revert "include/exec: typedef abi_ptr to vaddr in softmmu"
>
> ----------------------------------------------------------------
> Richard Henderson (5):
> softmmu: Assert data in bounds in iotlb_to_section
> softmmu: Use async_run_on_cpu in tcg_commit
> tcg: Remove vecop_list check from tcg_gen_not_vec
> tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
> Revert "include/exec: typedef abi_ptr to vaddr in softmmu"
>
> include/exec/cpu-common.h | 1 -
> include/exec/cpu_ldst.h | 4 ++--
> tcg/sparc64/tcg-target.h | 2 +-
> accel/tcg/cpu-exec-common.c | 30 --------------------------
> softmmu/physmem.c | 50 ++++++++++++++++++++++++++++++++------------
> tcg/tcg-op-vec.c | 7 +++----
> tcg/sparc64/tcg-target.c.inc | 11 ----------
> 7 files changed, 43 insertions(+), 62 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 0/5] tcg patch queue
2023-08-29 18:54 [PATCH v2 0/5] tcg patch queue Richard Henderson
2023-08-29 23:37 ` [PULL " Richard Henderson
@ 2023-08-30 16:23 ` Stefan Hajnoczi
2023-08-30 16:43 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Stefan Hajnoczi @ 2023-08-30 16:23 UTC (permalink / raw)
To: Richard Henderson; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 115 bytes --]
Applied, thanks.
Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 0/5] tcg patch queue
2023-08-29 18:54 [PATCH v2 0/5] tcg patch queue Richard Henderson
2023-08-29 23:37 ` [PULL " Richard Henderson
2023-08-30 16:23 ` [PATCH " Stefan Hajnoczi
@ 2023-08-30 16:43 ` Michael Tokarev
2 siblings, 0 replies; 4+ messages in thread
From: Michael Tokarev @ 2023-08-30 16:43 UTC (permalink / raw)
To: Richard Henderson, qemu-devel; +Cc: qemu-stable
29.08.2023 21:54, Richard Henderson wrote:
..
> Richard Henderson (5):
> softmmu: Assert data in bounds in iotlb_to_section
> softmmu: Use async_run_on_cpu in tcg_commit
> tcg: Remove vecop_list check from tcg_gen_not_vec
> tcg/sparc64: Disable TCG_TARGET_HAS_extr_i64_i32
> Revert "include/exec: typedef abi_ptr to vaddr in softmmu"
Picked up the first two (2 softmmu changes) for staging-8.1.
Please notify me if it's incorrect.
Thanks,
/mjt
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-30 16:43 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-29 18:54 [PATCH v2 0/5] tcg patch queue Richard Henderson
2023-08-29 23:37 ` [PULL " Richard Henderson
2023-08-30 16:23 ` [PATCH " Stefan Hajnoczi
2023-08-30 16:43 ` Michael Tokarev
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).