Re: [Qemu-devel] Re: [PATCH 05/15] Implement PowerPC slbmfee and slbmfev instructions

2011-02-13 Thread David Gibson
On Sat, Feb 12, 2011 at 04:23:39PM +0100, Alexander Graf wrote: > On 12.02.2011, at 15:54, David Gibson wrote: [snip] > > +target_ulong helper_load_slb_esid (target_ulong rb) > > +{ > > +target_ulong rt; > > + > > +if (ppc_load_slb_esid(env, rb, &rt) < 0) { > > +helper_raise_excepti

[Qemu-devel] Re: [PATCH 05/15] Implement PowerPC slbmfee and slbmfev instructions

2011-02-12 Thread Alexander Graf
On 12.02.2011, at 15:54, David Gibson wrote: > From: David Gibson > > For a 64-bit PowerPC target, qemu correctly implements translation > through the segment lookaside buffer. Likewise it supports the > slbmte instruction which is used to load entries into the SLB. > > However, it does not e