Re: [Qemu-devel] [PATCH 4/7] Only TCG needs TLB handling

2012-06-14 Thread Orit Wasserman
On 05/22/2012 09:32 PM, Juan Quintela wrote: > Refactor the code that is only needed for tcg to an static function. > Call that only when tcg is enabled. We can't refactor to a dummy > function in the kvm case, as qemu can be compiled at the same time > with tcg and kvm. > > Signed-off-by: Juan Q

[Qemu-devel] [PATCH 4/7] Only TCG needs TLB handling

2012-05-22 Thread Juan Quintela
Refactor the code that is only needed for tcg to an static function. Call that only when tcg is enabled. We can't refactor to a dummy function in the kvm case, as qemu can be compiled at the same time with tcg and kvm. Signed-off-by: Juan Quintela --- exec.c | 31 +