Re: [Qemu-devel] [PATCH 2/3] sparc64: implement global translation table entries

2010-05-05 Thread Igor Kovalenko
On Tue, May 4, 2010 at 12:29 AM, Blue Swirl wrote: > On 5/3/10, Igor Kovalenko wrote: >> On Tue, May 4, 2010 at 12:06 AM, Blue Swirl wrote: >>  > On 5/3/10, Igor V. Kovalenko wrote: >>  >> From: Igor V. Kovalenko >>  >> >>  >>  - match global tte against any context >>  >>  - show global tte i

Re: [Qemu-devel] [PATCH 2/3] sparc64: implement global translation table entries

2010-05-03 Thread Blue Swirl
On 5/3/10, Igor Kovalenko wrote: > On Tue, May 4, 2010 at 12:06 AM, Blue Swirl wrote: > > On 5/3/10, Igor V. Kovalenko wrote: > >> From: Igor V. Kovalenko > >> > >> - match global tte against any context > >> - show global tte in MMU dump > >> > >> Signed-off-by: Igor V. Kovalenko >

Re: [Qemu-devel] [PATCH 2/3] sparc64: implement global translation table entries

2010-05-03 Thread Igor Kovalenko
On Tue, May 4, 2010 at 12:06 AM, Blue Swirl wrote: > On 5/3/10, Igor V. Kovalenko wrote: >> From: Igor V. Kovalenko >> >>  - match global tte against any context >>  - show global tte in MMU dump >> >>  Signed-off-by: Igor V. Kovalenko > > I get this error: >  CC    sparc64-softmmu/op_helper.o

Re: [Qemu-devel] [PATCH 2/3] sparc64: implement global translation table entries

2010-05-03 Thread Blue Swirl
On 5/3/10, Igor V. Kovalenko wrote: > From: Igor V. Kovalenko > > - match global tte against any context > - show global tte in MMU dump > > Signed-off-by: Igor V. Kovalenko I get this error: CCsparc64-softmmu/op_helper.o cc1: warnings being treated as errors /src/qemu/target-sparc/op_

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

2010-05-03 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| 33 - target-sparc/op_helper.c | 52 +++