Re: [Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-05-20 Thread Alexander Graf
On 20.05.2011, at 05:34, David Gibson wrote: > On Thu, May 19, 2011 at 10:25:04AM +0200, Andreas Färber wrote: >> QEMU HEAD still uses a 32-bit binary for both 32-bit and >> 64-bit. That one uses mtsrin so will need the compatibility, it >> seemed affected, too. >> >> OpenBIOS SVN HEAD (blob) us

Re: [Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-05-19 Thread David Gibson
On Thu, May 19, 2011 at 10:25:04AM +0200, Andreas Färber wrote: > QEMU HEAD still uses a 32-bit binary for both 32-bit and > 64-bit. That one uses mtsrin so will need the compatibility, it > seemed affected, too. > > OpenBIOS SVN HEAD (blob) uses slb* as linked to. We're in the > preparation of 1.

Re: [Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-05-19 Thread Andreas Färber
QEMU HEAD still uses a 32-bit binary for both 32-bit and 64-bit. That one uses mtsrin so will need the compatibility, it seemed affected, too. OpenBIOS SVN HEAD (blob) uses slb* as linked to. We're in the preparation of 1.1 and I need to test it before we can update the QEMU binary. ;) Sorry fo

Re: [Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-05-18 Thread David Gibson
On Thu, May 19, 2011 at 08:00:53AM +0200, Andreas Färber wrote: > Am 19.05.2011 um 07:39 schrieb David Gibson: > > >On Thu, May 19, 2011 at 07:35:30AM +0200, Andreas Färber wrote: > >>Am 25.03.2011 um 04:21 schrieb David Gibson: > >> > >>>Currently the SLB information when emulating a PowerPC 970

Re: [Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-05-18 Thread David Gibson
On Thu, May 19, 2011 at 07:35:30AM +0200, Andreas Färber wrote: > Am 25.03.2011 um 04:21 schrieb David Gibson: > > >Currently the SLB information when emulating a PowerPC 970 is > >storeed in a structure with the unhelpfully named fields 'tmp' > >and 'tmp64'. While the layout in these fields does

Re: [Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-05-18 Thread Andreas Färber
Am 25.03.2011 um 04:21 schrieb David Gibson: Currently the SLB information when emulating a PowerPC 970 is storeed in a structure with the unhelpfully named fields 'tmp' and 'tmp64'. While the layout in these fields does match the description of the SLB in the architecture document, it is not c

[Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-03-31 Thread David Gibson
Currently the SLB information when emulating a PowerPC 970 is storeed in a structure with the unhelpfully named fields 'tmp' and 'tmp64'. While the layout in these fields does match the description of the SLB in the architecture document, it is not convenient either for looking up the SLB, or for

[Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-03-24 Thread David Gibson
Currently the SLB information when emulating a PowerPC 970 is storeed in a structure with the unhelpfully named fields 'tmp' and 'tmp64'. While the layout in these fields does match the description of the SLB in the architecture document, it is not convenient either for looking up the SLB, or for

[Qemu-devel] [PATCH 01/27] Clean up PowerPC SLB handling code

2011-03-22 Thread David Gibson
Currently the SLB information when emulating a PowerPC 970 is storeed in a structure with the unhelpfully named fields 'tmp' and 'tmp64'. While the layout in these fields does match the description of the SLB in the architecture document, it is not convenient either for looking up the SLB, or for