Message ID | 20230928194156.237351-1-richard.henderson@linaro.org |
---|---|
State | New |
Headers | show |
Applied, thanks. Please update the changelog at https://wiki.qemu.org/ChangeLog/8.2 for any user-visible changes.
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 (6): > accel/tcg: Avoid load of icount_decr if unused > accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop > accel/tcg: Track current value of can_do_io in the TB > accel/tcg: Improve setting of can_do_io at start of TB > accel/tcg: Always set CF_LAST_IO with CF_NOIRQ > accel/tcg: Always require can_do_io What's the set required for the regression fix for -stable ? Is it the whole thing? (yes, I tested the complete set in debian). Thank you! /mjt
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 >> >> ---------------------------------------------------------------- >> Richard Henderson (6): >> accel/tcg: Avoid load of icount_decr if unused >> accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop >> accel/tcg: Track current value of can_do_io in the TB >> accel/tcg: Improve setting of can_do_io at start of TB >> accel/tcg: Always set CF_LAST_IO with CF_NOIRQ >> accel/tcg: Always require can_do_io > > What's the set required for the regression fix for -stable ? > Is it the whole thing? > (yes, I tested the complete set in debian). While it would be possible to take fewer to just fix the regression, it's probably best to take the whole set. r~