[PATCH 4/4] KVM: PPC: BookE: Add EPR ONE_REG sync

2013-01-07 Thread Alexander Graf
We need to be able to read and write the contents of the EPR register from user space. This patch implements that logic through the ONE_REG API and declares its (never implemented) SREGS counterpart as deprecated. Signed-off-by: Alexander Graf --- Documentation/virtual/kvm/api.txt |1 + a

[PATCH 4/4] KVM: PPC: BookE: Add EPR ONE_REG sync

2013-01-04 Thread Alexander Graf
We need to be able to read and write the contents of the EPR register from user space. This patch implements that logic through the ONE_REG API and declares its (never implemented) SREGS counterpart as deprecated. Signed-off-by: Alexander Graf --- Documentation/virtual/kvm/api.txt |1 + a

Re: [PATCH 4/4] KVM: PPC: BookE: Add EPR ONE_REG sync

2013-01-04 Thread Alexander Graf
On 05.01.2013, at 00:03, Scott Wood wrote: > On 01/04/2013 04:55:34 PM, Alexander Graf wrote: >> On 04.01.2013, at 21:08, Scott Wood wrote: >> > On 01/04/2013 11:36:40 AM, Alexander Graf wrote: >> >> We need to be able to read and write the contents of the EPR register >> >> from user space. >> >

Re: [PATCH 4/4] KVM: PPC: BookE: Add EPR ONE_REG sync

2013-01-04 Thread Scott Wood
On 01/04/2013 04:55:34 PM, Alexander Graf wrote: On 04.01.2013, at 21:08, Scott Wood wrote: > On 01/04/2013 11:36:40 AM, Alexander Graf wrote: >> We need to be able to read and write the contents of the EPR register >> from user space. >> This patch implements that logic through the ONE_REG

Re: [PATCH 4/4] KVM: PPC: BookE: Add EPR ONE_REG sync

2013-01-04 Thread Alexander Graf
On 04.01.2013, at 21:08, Scott Wood wrote: > On 01/04/2013 11:36:40 AM, Alexander Graf wrote: >> We need to be able to read and write the contents of the EPR register >> from user space. >> This patch implements that logic through the ONE_REG API and declares >> its (never implemented) SREGS coun

Re: [PATCH 4/4] KVM: PPC: BookE: Add EPR ONE_REG sync

2013-01-04 Thread Scott Wood
On 01/04/2013 11:36:40 AM, Alexander Graf wrote: We need to be able to read and write the contents of the EPR register from user space. This patch implements that logic through the ONE_REG API and declares its (never implemented) SREGS counterpart as deprecated. QEMU already uses SREGS to read

[PATCH 4/4] KVM: PPC: BookE: Add EPR ONE_REG sync

2013-01-04 Thread Alexander Graf
We need to be able to read and write the contents of the EPR register from user space. This patch implements that logic through the ONE_REG API and declares its (never implemented) SREGS counterpart as deprecated. Signed-off-by: Alexander Graf --- Documentation/virtual/kvm/api.txt |1 + a