]> git.proxmox.com Git - qemu.git/commit
openpic: export e500 epr enable into a ppc.c function
authorAlexander Graf <agraf@suse.de>
Thu, 17 Jan 2013 10:32:21 +0000 (11:32 +0100)
committerAlexander Graf <agraf@suse.de>
Fri, 18 Jan 2013 18:06:57 +0000 (19:06 +0100)
commite49798b1bd7657722080126bfd5e787efdb3bc23
treeceab0b09a3aee7312aa6f43c28839d7e3feb68ca
parentd3dccee187ffeacec1a38ed288c112ffa0e3b513
openpic: export e500 epr enable into a ppc.c function

Enabling and disabling the EPR capability (mpic_proxy) is a system
wide operation. As such, it belongs into the ppc.c file, since that's
where PPC specific machine wide logic happens.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/openpic.c
hw/ppc.c
hw/ppc.h