]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/machine.c
target-ppc: Remove unused power_mode field from cpu state
authorDavid Gibson <david@gibson.dropbear.id.au>
Thu, 20 Sep 2012 17:42:28 +0000 (17:42 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 4 Oct 2012 13:54:18 +0000 (15:54 +0200)
commit011aba24ed73000e126dd1bb90a6bea2afd91649
treebdcdcada15ba384c3617921d79efe06d4710add3
parent382be75df77142cf6bdc7f5852738029eeb9e23a
target-ppc: Remove unused power_mode field from cpu state

CPUPPCState includes a variable 'power_mode' which is used nowhere.  This
patch removes it.  This includes saving a dummy zero in its place during
vmsave, to avoid breaking the save format.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/cpu.h
target-ppc/machine.c