]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
PPC: Bring EPR support closer to reality
authorAlexander Graf <agraf@suse.de>
Fri, 4 Jan 2013 10:21:04 +0000 (11:21 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 7 Jan 2013 16:37:11 +0000 (17:37 +0100)
commit68c2dd70068fe82a1989d0d5b70a1ab400bde19a
treee9be2de2931bf374beb4914b33f214d31dfec0c2
parent1a61a9ae61cdf7b7d24c3eb711fe772c196c235e
PPC: Bring EPR support closer to reality

We already used to support the external proxy facility of FSL MPICs,
but only implemented it halfway correctly.

This patch adds support for

  * dynamic enablement of the EPR facility
  * interrupt acknowledgement only when the interrupt is delivered

This way the implementation now is closer to real hardware.

Signed-off-by: Alexander Graf <agraf@suse.de>
hw/openpic.c
hw/ppc/e500.c
target-ppc/Makefile.objs
target-ppc/cpu.h
target-ppc/excp_helper.c
target-ppc/helper.h
target-ppc/mpic_helper.c [deleted file]
target-ppc/translate_init.c