Re: [Qemu-devel] qemu freezes while writing into coprocessor register

2014-03-19 Thread Peter Maydell
On 19 March 2014 08:29, wrote: >> Od: Peter Maydell >>That said, we don't implement whatever 0, c9, c1, 1 is on PXA261 >>(and so we will UNDEF it, resulting probably in the effects listed >>above). What do you expect it to do? > > This is the piece of code with comments: > /* > * Enable MMU to

Re: [Qemu-devel] qemu freezes while writing into coprocessor register

2014-03-19 Thread prqek
__ > Od: Peter Maydell > Komu: > Datum: 18.03.2014 23:51 > Předmět: Re: [Qemu-devel] qemu freezes while writing into coprocessor register > > CC: "QEMU Developers" >On 18 March 2014 20:42, wrote: >

Re: [Qemu-devel] qemu freezes while writing into coprocessor register

2014-03-18 Thread Peter Maydell
On 18 March 2014 20:42, wrote: > Hi, > I was sending this to the Qemu-discuss list, but this one seems to be a > better choice. > I am trying to build u-boot for pxa261 processor. I`m trying to run it on qemu > (1.7.0), but it is not working. When the execution gets to assembler code > mcr p15,

[Qemu-devel] qemu freezes while writing into coprocessor register

2014-03-18 Thread prqek
Hi, I was sending this to the Qemu-discuss list, but this one seems to be a better choice. I am trying to build u-boot for pxa261 processor. I`m trying to run it on qemu (1.7.0), but it is not working. When the execution gets to assembler code mcr p15, 0, r0, c9, c1, 1, qemu freezes. I tried to