[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset C
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property |
Date: |
Fri, 6 Dec 2013 14:41:23 +0000 |
On 3 December 2013 07:01, Peter Crosthwaite
<address@hidden> wrote:
> The reset Value of the CP15 CBAR is a vendor (machine) configurable
no need to capitalize "value" here.
> property. If ARM_FEATURE_CBAR is set, add it as a property at
> post_init time.
>
> Signed-off-by: Peter Crosthwaite <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
PS: this patch has conflicts (largely textual, easy enough to resolve)
with the patches in my v7-mach-virt series. If you do a respin of this
before I get round to the next target-arm pullreq (likely to be early next
week) it might be simplest to base that respin on top of the target-arm.next
branch (in git://git.linaro.org/people/pmaydell/qemu-arm.git ; nb the
server is down for maintanance this Sunday). That would save me
the effort of fixing up the conflicts ;-)
thanks
-- PMM
Re: [Qemu-devel] [PATCH arm-devs v3 1/9] qom/object: Make uintXX added properties writable, Andreas Färber, 2013/12/03
[Qemu-devel] [PATCH arm-devs v3 2/9] target-arm/helper.c: Allow cp15.c15 dummy override, Peter Crosthwaite, 2013/12/03
[Qemu-devel] [PATCH arm-devs v3 3/9] target-arm: Define and use ARM_FEATURE_CBAR, Peter Crosthwaite, 2013/12/03
[Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property, Peter Crosthwaite, 2013/12/03
- Re: [Qemu-devel] [PATCH arm-devs v3 4/9] target-arm/cpu: Convert reset CBAR to a property,
Peter Maydell <=
[Qemu-devel] [PATCH arm-devs v3 5/9] arm/highbank: Use object_new() rather than cpu_arm_init(), Peter Crosthwaite, 2013/12/03
[Qemu-devel] [PATCH arm-devs v3 6/9] arm/highbank: Fix CBAR initialisation, Peter Crosthwaite, 2013/12/03
[Qemu-devel] [PATCH arm-devs v3 7/9] arm/xilinx_zynq: Use object_new() rather than cpu_arm_init(), Peter Crosthwaite, 2013/12/03
[Qemu-devel] [PATCH arm-devs v3 8/9] arm/xilinx_zynq: Implement CBAR initialisation, Peter Crosthwaite, 2013/12/03