Re: [PATCH 2/5] cpus-common: Add run_on_cpu2()

2022-06-23 Thread Peter Xu
On Thu, Jun 23, 2022 at 02:04:03PM +0100, Peter Maydell wrote: > On Fri, 17 Jun 2022 at 15:57, Peter Xu wrote: > > > > This version of run_on_cpu() allows to take an Error** to detect errors. > > > > Signed-off-by: Peter Xu > > --- > > cpus-common.c | 27 +++ > >

Re: [PATCH 2/5] cpus-common: Add run_on_cpu2()

2022-06-23 Thread Peter Maydell
On Fri, 17 Jun 2022 at 15:57, Peter Xu wrote: > > This version of run_on_cpu() allows to take an Error** to detect errors. > > Signed-off-by: Peter Xu > --- > cpus-common.c | 27 +++ > include/hw/core/cpu.h | 26 ++ > softmmu/cpus.c