]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Introduce powerpc_excp_6xx
authorFabiano Rosas <farosas@linux.ibm.com>
Wed, 9 Feb 2022 08:08:55 +0000 (09:08 +0100)
committerCédric Le Goater <clg@kaod.org>
Wed, 9 Feb 2022 08:08:55 +0000 (09:08 +0100)
commit58d178fb8bb3177777dbc6f1c7946ec4b84b8da6
tree1e3ffae6db31436d8ac287323db90bca1c5c3908
parent9323650f973272c065ea28c8f2864cc30aecc665
target/ppc: Introduce powerpc_excp_6xx

Introduce a new powerpc_excp function specific for PowerPC 6xx CPUs
(603, 604, G2, MPC5xx, MCP8xx). This commit copies powerpc_excp_legacy
verbatim so the next one has a clean diff.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Message-Id: <20220203200957.1434641-3-farosas@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/excp_helper.c