On 30.04.2011, at 00:10, Scott Wood wrote: > 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 <scottw...@freescale.com>
cc1: warnings being treated as errors /home/agraf/release/qemu/target-ppc/kvm.c:48: error: ‘cap_booke_sregs’ defined but not used I'll wrap the cap with an #ifdef. Alex