]> git.proxmox.com Git - mirror_qemu.git/commit - hw/ppc/e500.c
PPC: E500: create multiple envs
authorAlexander Graf <agraf@suse.de>
Wed, 20 Jul 2011 23:41:16 +0000 (01:41 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Oct 2011 07:43:33 +0000 (09:43 +0200)
commite61c36d58d31d0ce7e1e7674bc8f1d1fc8efadd1
tree935b0e3c65f1252a39d1f00bf2643d2c56e570df
parentbbc5842211cdd90103cfe52f2ca24afac880694f
PPC: E500: create multiple envs

When creating a VM, we should go through smp_cpus and create a virtual CPU for
every CPU the user requested. This patch adds support for that and moves some
code around to make that more convenient.

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