Re: [Qemu-devel] [PATCH] PPC: mac newworld: fix cpu NIP reset value

2013-04-05 Thread Fabien Chouteau
On 04/04/2013 06:47 PM, Alexander Graf wrote: > On -M mac99, we can run 970 CPUs. However, these CPUs define the initial > instruction pointer they start execution at as part of their bootup protocol, > so effectively it's up to the board to decide where they start. > > This went unnoticed, because

Re: [Qemu-devel] [PATCH] PPC: mac newworld: fix cpu NIP reset value

2013-04-04 Thread Alexander Graf
Am 04.04.2013 um 21:06 schrieb Andreas Färber : > Am 04.04.2013 18:47, schrieb Alexander Graf: >> On -M mac99, we can run 970 CPUs. However, these CPUs define the initial >> instruction pointer they start execution at as part of their bootup protocol, >> so effectively it's up to the board to de

Re: [Qemu-devel] [PATCH] PPC: mac newworld: fix cpu NIP reset value

2013-04-04 Thread Andreas Färber
Am 04.04.2013 18:47, schrieb Alexander Graf: > On -M mac99, we can run 970 CPUs. However, these CPUs define the initial > instruction pointer they start execution at as part of their bootup protocol, > so effectively it's up to the board to decide where they start. > > This went unnoticed, because

[Qemu-devel] [PATCH] PPC: mac newworld: fix cpu NIP reset value

2013-04-04 Thread Alexander Graf
On -M mac99, we can run 970 CPUs. However, these CPUs define the initial instruction pointer they start execution at as part of their bootup protocol, so effectively it's up to the board to decide where they start. This went unnoticed, because they used to boot at the same location our flash was m