Re: [Qemu-devel] [PATCH] arm: Add const attribute to some arm_boot_info pointers

2011-07-04 Thread andrzej zaborowski
On 23 June 2011 17:53, Stefan Weil wrote: > Parameter 'info' is const, so add the missing attribute. > > v2: > Add 'const' to the local variable info in do_cpu_reset() and to > the boot_info field in CPUARMState (suggested by Peter Maydell). I pushed this version, thanks. Cheers

[Qemu-devel] [PATCH] arm: Add const attribute to some arm_boot_info pointers

2011-06-23 Thread Stefan Weil
Parameter 'info' is const, so add the missing attribute. v2: Add 'const' to the local variable info in do_cpu_reset() and to the boot_info field in CPUARMState (suggested by Peter Maydell). Cc: Andrzej Zaborowski Cc: Peter Maydell Signed-off-by: Stefan Weil --- hw/arm-misc.h|2 +- hw/