Re: [Qemu-devel] [PATCH arm-devs v3 3/9] target-arm: Define and use ARM_FEATURE_CBAR

2013-12-10 Thread Peter Crosthwaite
On Sat, Dec 7, 2013 at 12:12 AM, Peter Maydell wrote: > On 3 December 2013 07:00, Peter Crosthwaite > wrote: >> Some processors (notably A9 within Highbank) define and use the >> CP15 configuration base address (CBAR). This is vendor specific >> so its best implemented as a CPU property (otherwis

Re: [Qemu-devel] [PATCH arm-devs v3 3/9] target-arm: Define and use ARM_FEATURE_CBAR

2013-12-06 Thread Peter Maydell
On 3 December 2013 07:00, Peter Crosthwaite wrote: > Some processors (notably A9 within Highbank) define and use the > CP15 configuration base address (CBAR). This is vendor specific > so its best implemented as a CPU property (otherwise we would need > vendor specific child classes for every ARM

[Qemu-devel] [PATCH arm-devs v3 3/9] target-arm: Define and use ARM_FEATURE_CBAR

2013-12-02 Thread Peter Crosthwaite
Some processors (notably A9 within Highbank) define and use the CP15 configuration base address (CBAR). This is vendor specific so its best implemented as a CPU property (otherwise we would need vendor specific child classes for every ARM implementation). This patch prepares support for converting