Re: [PULL 0/6] tcg patch queue for 10.0-rc3

2025-04-04 Thread Stefan Hajnoczi
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/10.0 for any user-visible changes. signature.asc Description: PGP signature

[PULL 0/6] tcg patch queue for 10.0-rc3

2025-04-03 Thread Richard Henderson
The following changes since commit 0adf626718bc0ca9c46550249a76047f8e45da15: Update version for v10.0.0-rc2 release (2025-04-01 13:15:45 -0400) are available in the Git repository at: https://gitlab.com/rth7680/qemu.git tags/pull-tcg-20250403 for you to fetch changes up to 49551752e860f5e40

Re: [PULL 0/6] tcg patch queue

2023-10-02 Thread Richard Henderson
On 10/2/23 15:46, Michael Tokarev wrote: 28.09.2023 22:41, Richard Henderson wrote Mini PR, aimed at fixing the mips and ovmf regressions. r~ accel/tcg: Always require can_do_io, for #1866 -

Re: [PULL 0/6] tcg patch queue

2023-10-02 Thread Michael Tokarev
28.09.2023 22:41, Richard Henderson wrote Mini PR, aimed at fixing the mips and ovmf regressions. r~ accel/tcg: Always require can_do_io, for #1866 Richard Henderson

Re: [PULL 0/6] tcg patch queue

2023-10-02 Thread Stefan Hajnoczi
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes. signature.asc Description: PGP signature

[PULL 0/6] tcg patch queue

2023-09-28 Thread Richard Henderson
Mini PR, aimed at fixing the mips and ovmf regressions. r~ The following changes since commit 36e9aab3c569d4c9ad780473596e18479838d1aa: migration: Move return path cleanup to main migration thread (2023-09-27 13:58:02 -0400) are available in the Git repository at: https://gitlab.com/rth7