commit | c0867fd50943d71d9f0bc5078393ce4ec76b3923 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Fri Sep 06 13:18:32 2013 +1000 |
committer | Alexander Graf <agraf@suse.de> | Thu Oct 17 14:44:59 2013 +0200 |
tree | e8ff5805ef9e9ad775467fe3912361c48e1c84cd | |
parent | 93b0f4dc29c5f077a1c97bd1d484147230c3779a [diff] |
KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVE The VRSAVE register value for a vcpu is accessible through the GET/SET_SREGS interface for Book E processors, but not for Book 3S processors. In order to make this accessible for Book 3S processors, this adds a new register identifier for GET/SET_ONE_REG, and adds the code to implement it. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Alexander Graf <agraf@suse.de>