> -----Original Message-----
> From: Liu Yu-B13201 
> Sent: Monday, August 03, 2009 7:08 PM
> To: kvm-ppc@vger.kernel.org
> Cc: holl...@us.ibm.com; a...@redhat.com; Liu Yu-B13201
> Subject: [PATCH 2/5] kvmppc guest debug definitions
> 
> Signed-off-by: Liu Yu <yu....@freescale.com>
> ---
>  arch/powerpc/include/asm/kvm.h      |   20 ++++++++++++++++++++
>  arch/powerpc/include/asm/kvm_host.h |   18 ++++++++++++++++++
>  2 files changed, 38 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/powerpc/include/asm/kvm_host.h 
> b/arch/powerpc/include/asm/kvm_host.h
> index c9c930e..6caabfc 100644
> --- a/arch/powerpc/include/asm/kvm_host.h
> +++ b/arch/powerpc/include/asm/kvm_host.h
> @@ -160,6 +173,10 @@ struct kvm_vcpu_arch {
>       u32 dbcr1;
>       u32 dbsr;
>  
> +     struct kvmppc_debug_reg shadow_dbg_reg;
> +     struct kvmppc_debug_reg host_dbg_reg;
> +     bool has_load_host_dbg;

Forgot to remove this variable for debug....
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to