Re: [Qemu-devel] [PATCH v8] arm: add dummy v7 cp15 registers

2012-01-05 Thread Peter Maydell
On 5 January 2012 00:54, Mark Langsdorf wrote: > On 01/04/2012 06:22 PM, Peter Maydell wrote: >> Can you drop the SCR code, please? This needs to be done properly >> as part of trustzone support, which is a different and rather larger >> kettle of fish. > > I found out that the Highbank SoC model

Re: [Qemu-devel] [PATCH v8] arm: add dummy v7 cp15 registers

2012-01-04 Thread Mark Langsdorf
On 01/04/2012 06:22 PM, Peter Maydell wrote: > On 5 January 2012 00:14, Mark Langsdorf wrote: >> Add dummy register support for the cp15, CRn=c15 registers and >> for c1 SCR. > > Can you drop the SCR code, please? This needs to be done properly > as part of trustzone support, which is a different

Re: [Qemu-devel] [PATCH v8] arm: add dummy v7 cp15 registers

2012-01-04 Thread Peter Maydell
On 5 January 2012 00:14, Mark Langsdorf wrote: > Add dummy register support for the cp15, CRn=c15 registers and > for c1 SCR. Can you drop the SCR code, please? This needs to be done properly as part of trustzone support, which is a different and rather larger kettle of fish. -- PMM

[Qemu-devel] [PATCH v8] arm: add dummy v7 cp15 registers

2012-01-04 Thread Mark Langsdorf
Add dummy register support for the cp15, CRn=c15 registers and for c1 SCR. config_base_register and power_control_register currently default to 0, but may have improved support after the QOM CPU patches are finished. Signed-off-by: Mark Langsdorf --- Changes from v7 Formatted improved