Re: [PULL 0/7] tcg patch queue

2024-07-03 Thread Richard Henderson
On 7/3/24 10:42, Richard Henderson wrote: The following changes since commit 6746482d12da3b6e4d3cdf06481a0027a797f719: Merge tag 'sdmmc-20240702' ofhttps://github.com/philmd/qemu into staging (2024-07-02 09:52:10 -0700) are available in the Git repository at: https://gitlab.com/rth7680

[PULL 0/7] tcg patch queue

2024-07-03 Thread Richard Henderson
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

Re: [PULL 0/7] tcg patch queue

2023-02-21 Thread Richard Henderson
On 2/21/23 05:52, Peter Maydell wrote: It didn't happen on a rerun. But here's another one, clang-user build, on the new test case: https://gitlab.com/qemu-project/qemu/-/jobs/3806772115 TEST linux-fork-trap-with-libsyscall.so on s390x qemu: uncaught target signal 4 (Illegal instruction) - core

Re: [PULL 0/7] tcg patch queue

2023-02-21 Thread Peter Maydell
On Tue, 21 Feb 2023 at 14:47, Peter Maydell wrote: > > On Tue, 21 Feb 2023 at 14:04, Peter Maydell wrote: > > > > On Mon, 20 Feb 2023 at 03:23, Richard Henderson > > wrote: > > > > > > The linux-user patches are on the tcg-ish side of user-only > > > emulation, rather than the syscall-ish side,

Re: [PULL 0/7] tcg patch queue

2023-02-21 Thread Peter Maydell
On Tue, 21 Feb 2023 at 14:04, Peter Maydell wrote: > > On Mon, 20 Feb 2023 at 03:23, Richard Henderson > wrote: > > > > The linux-user patches are on the tcg-ish side of user-only > > emulation, rather than the syscall-ish side, so queuing here. > > Solving the deadlock issue is quite important v

Re: [PULL 0/7] tcg patch queue

2023-02-21 Thread Peter Maydell
On Mon, 20 Feb 2023 at 03:23, Richard Henderson wrote: > > The linux-user patches are on the tcg-ish side of user-only > emulation, rather than the syscall-ish side, so queuing here. > Solving the deadlock issue is quite important vs timeouts. aarch64 host, aarch64 guest, segfault on bti-3 in tcg

[PULL 0/7] tcg patch queue

2023-02-19 Thread Richard Henderson
The linux-user patches are on the tcg-ish side of user-only emulation, rather than the syscall-ish side, so queuing here. Solving the deadlock issue is quite important vs timeouts. r~ The following changes since commit 6dffbe36af79e26a4d23f94a9a1c1201de99c261: Merge tag 'migration-20230215-p