Re: [Qemu-devel] [PATCH] sparc64: implement global translation table entries v1

2010-05-06 Thread Blue Swirl
Thanks, applied all. On 5/4/10, Igor V. Kovalenko wrote: > From: Igor V. Kovalenko > > - match global tte against any context > - show global tte in MMU dump > > v0->v1: added default case to switch statement in demap_tlb > - should fix gcc warning about uninitialized context variable > > S

[Qemu-devel] [PATCH] sparc64: implement global translation table entries v1

2010-05-05 Thread Igor V. Kovalenko
From: Igor V. Kovalenko - match global tte against any context - show global tte in MMU dump v0->v1: added default case to switch statement in demap_tlb - should fix gcc warning about uninitialized context variable Signed-off-by: Igor V. Kovalenko --- target-sparc/cpu.h | 18 +

[Qemu-devel] [PATCH] sparc64: implement global translation table entries

2010-05-05 Thread Igor V. Kovalenko
From: Igor V. Kovalenko - match global tte against any context - show global tte in MMU dump v0->v1: added default case to switch statement in demap_tlb - should fix gcc warning about uninitialized context variable Signed-off-by: Igor V. Kovalenko --- target-sparc/cpu.h | 18 +

[Qemu-devel] [PATCH] sparc64: implement global translation table entries

2009-12-05 Thread Igor V. Kovalenko
From: Igor V. Kovalenko - match global tte against any context - show global tte in MMU dump Signed-off-by: Igor V. Kovalenko --- target-sparc/cpu.h | 18 target-sparc/helper.c| 18 +++- target-sparc/op_helper.c | 53