Re: [PATCH 4/8] Added ONE_REG interface for debug instruction

2013-02-10 Thread Paul Mackerras
On Thu, Feb 07, 2013 at 03:29:50PM +0100, Alexander Graf wrote: On 04.02.2013, at 01:41, Paul Mackerras wrote: On Wed, Jan 16, 2013 at 01:54:41PM +0530, Bharat Bhushan wrote: This patch adds the one_reg interface to get the special instruction to be used for setting software breakpoint

[PATCH] iommu: adding missing kvm_iommu_map_pages/kvm_iommu_unmap_pages

2013-02-10 Thread Alexey Kardashevskiy
The IOMMU API implements groups creating/deletion, device binding and IOMMU map/unmap operations. The POWERPC implementation uses most of the API except map/unmap operations which are implemented on POWERPC using hypercalls. However in order to link a kernel with the CONFIG_IOMMU_API enabled,

[PATCH 0/2] KVM:PPC Adding one_reg interface for TCR and TSR

2013-02-10 Thread Bharat Bhushan
This patchset adds the one_reg interface to get/set TSR and TCR registers. This patchet also adds the one_reg interface to or/clear specific bits in TSR register. Bharat Bhushan (2): move tsr update in a seprate function Added one_reg interface for timer registers

[PATCH 1/2] move tsr update in a separate function

2013-02-10 Thread Bharat Bhushan
This is done so that same function can be called from SREGS and ONE_REG interface (follow up patch). Signed-off-by: Bharat Bhushan bharat.bhus...@freescale.com --- arch/powerpc/kvm/booke.c | 24 ++-- arch/powerpc/kvm/booke.h |1 + 2 files changed, 15 insertions(+), 10