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

2012-10-11 Thread Andreas Färber
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/a

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

2012-10-10 Thread 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/armv7