qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] arm_gic: Rename gic_state to GICState


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH] arm_gic: Rename gic_state to GICState
Date: Thu, 11 Oct 2012 23:16:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120825 Thunderbird/15.0

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 <address@hidden>
> ---
> As suggested by Andreas...

Acked-by: Andreas Färber <address@hidden>

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

[Prev in Thread] Current Thread [Next in Thread]