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