qemu/target-ppc
Alexander Graf 861bbc8052 Set PVR in sregs
We need to tell the kernel about some initial CPU state we don't have yet,
so let's use the "sregs" IOCTL for that and simply put the Processor Version
Register in there.

Now the kernel knows which guest CPU to virtualize.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-07-22 10:58:45 -05:00
..
cpu.h Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
exec.h Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
helper_regs.h Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
helper.c Fix most warnings (errors with -Werror) when debugging is enabled 2009-07-20 17:19:25 +00:00
helper.h target-ppc: mark a few helpers TCG_CALL_CONST and/or TCG_CALL_PURE 2009-04-16 12:57:58 +00:00
kvm_ppc.c targets: remove error handling from qemu_malloc() callers (Avi Kivity) 2009-02-05 22:06:11 +00:00
kvm_ppc.h kvm/powerpc: extern one function for MPC85xx code use 2009-01-24 16:35:56 +00:00
kvm.c Set PVR in sregs 2009-07-22 10:58:45 -05:00
machine.c kvm: Add missing bits to support live migration 2009-05-22 10:50:33 -05:00
mfrom_table_gen.c find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 2007-09-17 08:09:54 +00:00
mfrom_table.c find -type f | xargs sed -i 's/[\t ]$//g' # on most files 2007-09-16 21:08:06 +00:00
op_helper.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
STATUS Update PowerPC emulation status file. 2007-10-25 21:38:16 +00:00
translate_init.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00
translate.c Update to a hopefully more future proof FSF address 2009-07-16 20:47:01 +00:00