Re: [PATCH] cpu: Free queued CPU work

2024-07-16 Thread Alex Bennée
Akihiko Odaki writes: > Running qemu-system-aarch64 -M virt -nographic and terminating it will > result in a LeakSanitizer error due to remaining queued CPU work so > free it. > > Signed-off-by: Akihiko Odaki FWIW this is likely the queued async task that qemu_plugin_vcpu_init_hook sets up on

Re: [PATCH] cpu: Free queued CPU work

2024-07-16 Thread Paolo Bonzini
Queued, thanks. Paolo

[PATCH] cpu: Free queued CPU work

2024-07-14 Thread Akihiko Odaki
Running qemu-system-aarch64 -M virt -nographic and terminating it will result in a LeakSanitizer error due to remaining queued CPU work so free it. Signed-off-by: Akihiko Odaki --- include/hw/core/cpu.h | 6 ++ cpu-common.c | 11 +++ hw/core/cpu-common.c | 1 + 3 files