Process vmstop requests in IO thread
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 1 Feb 2011 21:15:44 +0000 (22:15 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 14 Feb 2011 14:39:44 +0000 (12:39 -0200)
commit9028e9e0a3533df06e1e7bf3e331c80c564c4bf6
treecab9496f3e1a0313f86521363d2ea2ad191a373f
parentdb07c19131cf4b041972ff3de332deb8d4f6741c
Process vmstop requests in IO thread

A pending vmstop request is also a reason to leave the inner main loop.
So far we ignored it, and pending stop requests issued over VCPU threads
were simply ignored.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
vl.c