Re: [PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()

2021-09-01 Thread Mark Cave-Ayland
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

Re: [PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()

2021-09-01 Thread Peter Maydell
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

Re: [PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()

2021-07-25 Thread Peter Maydell
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 > >>

Re: [PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()

2021-07-24 Thread Richard Henderson
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

Re: [PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()

2021-07-24 Thread Peter Maydell
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

Re: [PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()

2021-07-24 Thread Richard Henderson
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~

[PATCH for-6.2 0/2] target/sparc: Drop use of gen_io_end()

2021-07-24 Thread Peter Maydell
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