]> git.proxmox.com Git - qemu.git/commit - vl.c
Flatten the main loop
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 1 Feb 2011 21:15:47 +0000 (22:15 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 14 Feb 2011 14:39:44 +0000 (12:39 -0200)
commit46481d3921b86ef5ded7be7b5ce8194608f30e6b
treeff9342abfc7b5a0ccaf65edc7681de8c519806cb
parent8e1b90ecc59573c4c5e9fc4934b4e30476b43e2f
Flatten the main loop

First of all, vm_can_run is a misnomer, it actually means "no request
pending". Moreover, there is no need to check all pending requests
twice, the first time via the inner loop check and then again when
actually processing the requests. We can simply remove the inner loop
and do the checks directly.

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