Re: [Qemu-devel] [PATCH 05/10] KVM don't care about TLB handling

2010-11-29 Thread Anthony Liguori
On 11/23/2010 05:03 PM, Juan Quintela wrote: From: Juan Quintela TLB handling is only used in TCG mode. It is very costly for guests with lots of memory ad lots of CPU's. Signed-off-by: Juan Quintela Signed-off-by: Juan Quintela --- exec.c |3 +++ 1 files changed, 3 insertions(+), 0 del

[Qemu-devel] [PATCH 05/10] KVM don't care about TLB handling

2010-11-23 Thread Juan Quintela
From: Juan Quintela TLB handling is only used in TCG mode. It is very costly for guests with lots of memory ad lots of CPU's. Signed-off-by: Juan Quintela Signed-off-by: Juan Quintela --- exec.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/exec.c b/exec.c index