• 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>
    Alexander Graf authored
     
    Browse Code »
  • We now have KVM on PPC64 too and might get it on PPC32 as well, as soon
    as someone writes it.
    
    So let's enable KVM for PPC32 and PPC64 targets.
    
    Signed-off-by: Alexander Graf <agraf@suse.de>
    Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
    Alexander Graf authored
     
    Browse Code »