KVM: PPC: Book3S HV: Add H_SET_MODE hcall handling
authorMichael Neuling <mikey@neuling.org>
Mon, 2 Jun 2014 01:03:01 +0000 (11:03 +1000)
committerAlexander Graf <agraf@suse.de>
Mon, 28 Jul 2014 13:22:19 +0000 (15:22 +0200)
commit9642382e826066c2d30d1b23d1b45410cdd8e07d
tree985bae26f38e66cedd32c19aa8ed31de951ec3ce
parentae2113a4f1a6cd5a3cd3d75f394547922758e9ac
KVM: PPC: Book3S HV: Add H_SET_MODE hcall handling

This adds support for the H_SET_MODE hcall.  This hcall is a
multiplexer that has several functions, some of which are called
rarely, and some which are potentially called very frequently.
Here we add support for the functions that set the debug registers
CIABR (Completed Instruction Address Breakpoint Register) and
DAWR/DAWRX (Data Address Watchpoint Register and eXtension),
since they could be updated by the guest as often as every context
switch.

This also adds a kvmppc_power8_compatible() function to test to see
if a guest is compatible with POWER8 or not.  The CIABR and DAWR/X
only exist on POWER8.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/include/asm/hvcall.h
arch/powerpc/kvm/book3s_hv.c