Re: [Qemu-devel] [PATCH 4/5] QEMU Release vcpu and finally exit vcpu thread safely

2011-11-28 Thread ShaoHe Feng
Ping Fan, IMO, QEMU should Release vcpu and finally exit vcpu thread safely in tcg mode? --- cpus.c | 21 - 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/cpus.c b/cpus.c index 82530c4..cc52327 100644 --- a/cpus.c +++ b/cpus.c @@ -753,7 +753,7 @@ static voi

[Qemu-devel] [PATCH 4/5] QEMU Release vcpu and finally exit vcpu thread safely

2011-11-26 Thread Liu Ping Fan
From: Liu Ping Fan When guest driver tell us that the vcpu is no longer needed, qemu can release the vcpu and finally exit vcpu thread Signed-off-by: Liu Ping Fan --- cpu-defs.h|5 + cpus.c| 21 + hmp-commands.hx |2 +- hw/acpi_piix4.c