]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: Refactor PPC970
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 4 Jun 2014 12:50:38 +0000 (22:50 +1000)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:42 +0000 (13:24 +0200)
commit42382f624478adcba7ca14982e46e804831cbf7d
treebdddb6c92bd166b1fbddd5259c0b48d2488a0564
parentbbc01ca7f265f2c5be8aee7c9ce1d10aa26063f5
target-ppc: Refactor PPC970

This splits one init_proc_970() into a set of small helpers. Later
init_proc_970() will be generalized and will call different set of helpers
depending on the current CPU class.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c