]> git.proxmox.com Git - mirror_qemu.git/commit
ppc/xics: rename 'ICPState *' variables to 'icp'
authorCédric Le Goater <clg@kaod.org>
Mon, 27 Feb 2017 14:29:33 +0000 (15:29 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 1 Mar 2017 00:23:40 +0000 (11:23 +1100)
commit8e4fba203e56b8676d1092c9415cb72521efa584
treee98fa8c92dca90a8c030d86d4053a44da0762e7a
parent6449da4545d35ce207f23a1dcc6189291ecf1a5f
ppc/xics: rename 'ICPState *' variables to 'icp'

'ICPState *' variables are currently named 'ss'. This is confusing, so
let's give them an appropriate name: 'icp'.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/intc/xics.c
hw/intc/xics_kvm.c