commit | 8e564b4ebf472095b7ca5692302c8a3883d99d91 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Fri Feb 17 18:31:15 2012 +0100 |
committer | Avi Kivity <avi@redhat.com> | Sat Feb 18 12:15:53 2012 +0200 |
tree | 9938a8b258d32c1fdec5653d2ca4e6a1c2a8b5b1 | |
parent | 5207a5e0c33ce836341ff760e64ea4880bf1bc29 [diff] |
Process pending work while waiting for initial kick-off in TCG mode When the TCG thread is started but not yet the machine, we wait in qemu_tcg_cpu_thread_fn on tcg_halt_cond. To allow run_on_cpu already at this time, we need to process pending request in that loop. CC: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Avi Kivity <avi@redhat.com>