On 12/23/2009 06:59 PM, Marcelo Tosatti wrote:
On Mon, Dec 21, 2009 at 09:09:24AM +0100, Paolo Bonzini wrote:
tcg_has_work is the only user of cpu-exec.c's qemu_cpu_has_work export.
Just move everything into cpu-exec.c.
cpu_has_work is going to be used by Glauber's KVM SMP patchset soon.
Is
On Mon, Dec 21, 2009 at 09:09:24AM +0100, Paolo Bonzini wrote:
> tcg_has_work is the only user of cpu-exec.c's qemu_cpu_has_work export.
> Just move everything into cpu-exec.c.
cpu_has_work is going to be used by Glauber's KVM SMP patchset soon.
tcg_has_work is the only user of cpu-exec.c's qemu_cpu_has_work export.
Just move everything into cpu-exec.c.
Signed-off-by: Paolo Bonzini
---
cpu-all.h |2 +-
cpu-exec.c | 16 ++--
vl.c | 28 ++--
3 files changed, 17 insertions(+), 29 deletions