]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel: Destroy HAX vCPU threads once done
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 5 Apr 2023 07:15:26 +0000 (09:15 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 28 Jun 2023 11:55:35 +0000 (13:55 +0200)
commit83d0f7f95cc88bbf31ba000d1d2f05e8563f9d97
treeb2a44bf9807c44607e124008803b354ad101310f
parent43477340c38c7980d4f4d5bfedf1bd0146ccb577
accel: Destroy HAX vCPU threads once done

When the vCPU thread finished its processing, destroy
it and signal its destruction to generic vCPU management
layer.

Add a sanity check for the vCPU accelerator context.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230624174121.11508-6-philmd@linaro.org>
target/i386/hax/hax-accel-ops.c
target/i386/hax/hax-all.c