Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread Alexander Graf
On 21.05.2011, at 11:39, Andreas Färber wrote: > Am 21.05.2011 um 03:58 schrieb Alexander Graf: > >> Am 21.05.2011 um 00:37 schrieb Andreas Färber : >> >>> Am 20.05.2011 um 09:40 schrieb Alexander Graf: >>> On 20.05.2011, at 05:34, David Gibson wrote: > Early ppc64 CPUs include

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread Alexander Graf
On 21.05.2011, at 13:13, David Gibson wrote: > On Sat, May 21, 2011 at 11:46:12AM +0200, Alexander Graf wrote: >> >> On 21.05.2011, at 11:40, Andreas Färber wrote: >> >>> Am 20.05.2011 um 09:40 schrieb Alexander Graf: >>> On 20.05.2011, at 05:34, David Gibson wrote: > Early ppc6

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread David Gibson
On Sat, May 21, 2011 at 11:46:12AM +0200, Alexander Graf wrote: > > On 21.05.2011, at 11:40, Andreas Färber wrote: > > > Am 20.05.2011 um 09:40 schrieb Alexander Graf: > > > >> On 20.05.2011, at 05:34, David Gibson wrote: > >> > >>> Early ppc64 CPUs include a hack to partially simulate the ppc3

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread Andreas Färber
Am 20.05.2011 um 05:34 schrieb David Gibson: Early ppc64 CPUs include a hack to partially simulate the ppc32 segment registers, by translating writes to them into writes to the SLB. This is not used by any current Linux kernel, but it is used by the openbios used in the qemu mac99 model.

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread Alexander Graf
On 21.05.2011, at 11:40, Andreas Färber wrote: > Am 20.05.2011 um 09:40 schrieb Alexander Graf: > >> On 20.05.2011, at 05:34, David Gibson wrote: >> >>> Early ppc64 CPUs include a hack to partially simulate the ppc32 segment >>> registers, by translating writes to them into writes to the SLB.

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread Alexander Graf
On 21.05.2011, at 11:39, Andreas Färber wrote: > Am 21.05.2011 um 03:58 schrieb Alexander Graf: > >> Am 21.05.2011 um 00:37 schrieb Andreas Färber : >> >>> Am 20.05.2011 um 09:40 schrieb Alexander Graf: >>> On 20.05.2011, at 05:34, David Gibson wrote: > Early ppc64 CPUs include

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread Andreas Färber
Am 20.05.2011 um 09:40 schrieb Alexander Graf: On 20.05.2011, at 05:34, David Gibson wrote: Early ppc64 CPUs include a hack to partially simulate the ppc32 segment registers, by translating writes to them into writes to the SLB. This is not used by any current Linux kernel, but it is used

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread Alexander Graf
On 21.05.2011, at 03:58, Alexander Graf wrote: > > Am 21.05.2011 um 00:37 schrieb Andreas Färber : > >> Am 20.05.2011 um 09:40 schrieb Alexander Graf: >> >>> On 20.05.2011, at 05:34, David Gibson wrote: >>> Early ppc64 CPUs include a hack to partially simulate the ppc32 segment regi

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-21 Thread Andreas Färber
Am 21.05.2011 um 03:58 schrieb Alexander Graf: Am 21.05.2011 um 00:37 schrieb Andreas Färber : Am 20.05.2011 um 09:40 schrieb Alexander Graf: On 20.05.2011, at 05:34, David Gibson wrote: Early ppc64 CPUs include a hack to partially simulate the ppc32 segment registers, by translating wr

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-20 Thread Alexander Graf
Am 21.05.2011 um 00:37 schrieb Andreas Färber : > Am 20.05.2011 um 09:40 schrieb Alexander Graf: > >> On 20.05.2011, at 05:34, David Gibson wrote: >> >>> Early ppc64 CPUs include a hack to partially simulate the ppc32 segment >>> registers, by translating writes to them into writes to the SLB.

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-20 Thread Andreas Färber
Am 20.05.2011 um 09:40 schrieb Alexander Graf: On 20.05.2011, at 05:34, David Gibson wrote: Early ppc64 CPUs include a hack to partially simulate the ppc32 segment registers, by translating writes to them into writes to the SLB. This is not used by any current Linux kernel, but it is used

Re: [Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-20 Thread Alexander Graf
On 20.05.2011, at 05:34, David Gibson wrote: > Early ppc64 CPUs include a hack to partially simulate the ppc32 segment > registers, by translating writes to them into writes to the SLB. This is > not used by any current Linux kernel, but it is used by the openbios used > in the qemu mac99 model.

[Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-19 Thread David Gibson
Early ppc64 CPUs include a hack to partially simulate the ppc32 segment registers, by translating writes to them into writes to the SLB. This is not used by any current Linux kernel, but it is used by the openbios used in the qemu mac99 model. Commit 81762d6dd0d430d87024f2c83e9c4dcc4329fb7d, clea

[Qemu-devel] [PATCH] Fix a bug in mtsr/mtsrin emulation on ppc64

2011-05-19 Thread David Gibson
Early ppc64 CPUs include a hack to partially simulate the ppc32 segment registers, by translating writes to them into writes to the SLB. This is not used by any current Linux kernel, but it is used by the openbios used in the qemu mac99 model. Commit 81762d6dd0d430d87024f2c83e9c4dcc4329fb7d, clea