On 7/28/21 8:31 PM, Peter Xu wrote: > This patch has no functional change, but prepares for moving the function > do_run_on_cpu() into softmmu/cpus.c. It does: > > 1. Move qemu_work_item into hw/core/cpu.h. > 2. Export queue_work_on_cpu()/qemu_work_cond. > > All of them will be used by softmmu/cpus.c later. > > Reviewed-by: David Hildenbrand <[email protected]> > Signed-off-by: Peter Xu <[email protected]> > --- > cpus-common.c | 11 ++--------- > include/hw/core/cpu.h | 10 +++++++++- > 2 files changed, 11 insertions(+), 10 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
