Re: [Qemu-devel] [PATCH] powerpc: Avoid TLB related log spamming

2010-09-11 Thread Edgar E. Iglesias
On Sat, Sep 11, 2010 at 03:19:57PM +0200, Alexander Graf wrote: >On 11.09.2010, at 14:38, Edgar E. Iglesias wrote: > >Invalid TLB entries are normal and should not spam the log. > >Thanks, applied to my ppc tree: > [1]git://repo.or.cz/qemu/agraf.git ppc-next >Alex Thanks Ale

Re: [Qemu-devel] [PATCH] powerpc: Avoid TLB related log spamming

2010-09-11 Thread Alexander Graf
On 11.09.2010, at 14:38, Edgar E. Iglesias wrote: > Invalid TLB entries are normal and should not spam the log. Thanks, applied to my ppc tree: git://repo.or.cz/qemu/agraf.git ppc-next Alex

[Qemu-devel] [PATCH] powerpc: Avoid TLB related log spamming

2010-09-11 Thread Edgar E. Iglesias
Invalid TLB entries are normal and should not spam the log. Signed-off-by: Edgar E. Iglesias --- target-ppc/helper.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/target-ppc/helper.c b/target-ppc/helper.c index d342b09..a7ec1f4 100644 --- a/target-ppc/helper.c +++ b/ta