]> git.proxmox.com Git - qemu.git/commit
monitor: add PPC BookE SPRs
authorScott Wood <scottwood@freescale.com>
Fri, 29 Apr 2011 22:10:23 +0000 (17:10 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 9 May 2011 20:31:37 +0000 (22:31 +0200)
commit90dc8812229a1d3f31bc08ccf0aa50e10282faef
tree5b8c980d3fa038f6c5e7b2aec60b1487c6885c21
parent5666ca4ae06d20497f887241151278e266947087
monitor: add PPC BookE SPRs

Read them via KVM_GET_SREGS in kvm_arch_get_registers(),
and display them in "info registers".

Also get CR and PID from the existing KVM_GET_REGS.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc.c
monitor.c
target-ppc/cpu.h
target-ppc/kvm.c
target-ppc/translate.c