disentangle tcg and deadline calculation
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 10 Mar 2010 10:38:54 +0000 (11:38 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 17 Mar 2010 16:14:54 +0000 (11:14 -0500)
commit9e7b5585c78b9b1098928ad76c04eb917430a503
tree1ba429cdaebf5908a061e89380ebdcad97eb68be
parent837c10fbbab8c39b94eb6168cd02bdf03b3c2ef0
disentangle tcg and deadline calculation

Just tell main_loop_wait whether to be blocking or nonblocking, so that
there is no need to call qemu_cpus_have_work from the timer subsystem.
Instead, tcg_cpu_exec can say "we want the main loop not to block because
we have stuff to do".

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/xenfb.c
sysemu.h
vl.c