]> Git Repo - qemu.git/commit - hw/arm_gic.c
arm_gic: Rename gic_state to GICState
authorPeter Maydell <[email protected]>
Fri, 12 Oct 2012 10:54:39 +0000 (11:54 +0100)
committerPeter Maydell <[email protected]>
Fri, 12 Oct 2012 10:54:39 +0000 (11:54 +0100)
commitfae15286751d8a8209724b14b62d065f1111e621
treeeba4128808e3d3f51768455805dbfe192a355743
parentfa2ddcb4f5f33c07c68cec67615c88a98fab02de
arm_gic: Rename gic_state to GICState

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

Acked-by: Andreas Färber <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
hw/arm_gic.c
hw/arm_gic_common.c
hw/arm_gic_internal.h
hw/armv7m_nvic.c
This page took 0.027472 seconds and 4 git commands to generate.