On 01/09/2021 08:58, Peter Maydell wrote:
On Sat, 24 Jul 2021 at 14:49, Peter Maydell wrote:
The sparc frontend is now the only user of the obsolete gen_io_end()
function (used for icount support). This patchset removes the
use from sparc as well, and then tidies up the generic icount
infrast
On Sat, 24 Jul 2021 at 14:49, Peter Maydell wrote:
>
> The sparc frontend is now the only user of the obsolete gen_io_end()
> function (used for icount support). This patchset removes the
> use from sparc as well, and then tidies up the generic icount
> infrastructure to remove the function altoge
On Sat, 24 Jul 2021 at 21:48, Richard Henderson
wrote:
>
> On 7/24/21 10:27 AM, Peter Maydell wrote:
> > On Sat, 24 Jul 2021 at 14:49, Peter Maydell
> > wrote:
> >> There is a slight difficulty here with testing this: icount
> >> doesn't seem to work for sparc Linux guests in master at the
> >>
On 7/24/21 10:27 AM, Peter Maydell wrote:
On Sat, 24 Jul 2021 at 14:49, Peter Maydell wrote:
There is a slight difficulty here with testing this: icount
doesn't seem to work for sparc Linux guests in master at the
moment. For instance if you get the advent calendar image from
https://www.qem
On Sat, 24 Jul 2021 at 14:49, Peter Maydell wrote:
> There is a slight difficulty here with testing this: icount
> doesn't seem to work for sparc Linux guests in master at the
> moment. For instance if you get the advent calendar image from
> https://www.qemu-advent-calendar.org/2018/download/da
On 7/24/21 3:49 AM, Peter Maydell wrote:
Peter Maydell (2):
target/sparc: Drop use of gen_io_end()
tcg: Drop gen_io_end()
Reviewed-by: Richard Henderson
r~
The sparc frontend is now the only user of the obsolete gen_io_end()
function (used for icount support). This patchset removes the
use from sparc as well, and then tidies up the generic icount
infrastructure to remove the function altogether.
This is for-6.2 material because it's just cleanup.
Th