Am 10.10.2012 19:49, schrieb Peter Maydell:
> Rename the gic_state struct to match QEMU's coding style conventions
> for structure names, since the impending KVM-for-ARM patches will
> create another subclass of it. This patch was created using:
>   sed -i 's/gic_state/GICState/g' hw/arm_gic.c hw/arm_gic_common.c \
>     hw/arm_gic_internal.h hw/armv7m_nvic.c
> 
> Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
> ---
> As suggested by Andreas...

Acked-by: Andreas Färber <afaer...@suse.de>

Builds fine and git-grep finds no further gic_state occurrences in the
tree. There's some unnecessary (GICState *) casts on the lines changed,
but if someone cares that could be fixed as followup.

Thanks,
Andreas

-- 
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg

Reply via email to