Re: [PATCH 4/5 V5] Add generic stubs for kvm stop check functions

2011-12-08 Thread Eric B Munson
On Wed, 07 Dec 2011, Avi Kivity wrote: > On 12/05/2011 10:19 PM, Eric B Munson wrote: > > > > diff --git a/include/asm-generic/kvm_para.h b/include/asm-generic/kvm_para.h > > new file mode 100644 > > index 000..177e1eb > > --- /dev/null > > +++ b/include/asm-generic/kvm_para.h > > @@ -0,0 +1,1

Re: [PATCH 4/5 V5] Add generic stubs for kvm stop check functions

2011-12-07 Thread Avi Kivity
On 12/05/2011 10:19 PM, Eric B Munson wrote: > > diff --git a/include/asm-generic/kvm_para.h b/include/asm-generic/kvm_para.h > new file mode 100644 > index 000..177e1eb > --- /dev/null > +++ b/include/asm-generic/kvm_para.h > @@ -0,0 +1,14 @@ > +#ifndef _ASM_GENERIC_KVM_PARA_H > +#define _ASM_

[PATCH 4/5 V5] Add generic stubs for kvm stop check functions

2011-12-05 Thread Eric B Munson
Signed-off-by: Eric B Munson Cc: mi...@redhat.com Cc: h...@zytor.com Cc: a...@arndb.de Cc: ry...@linux.vnet.ibm.com Cc: aligu...@us.ibm.com Cc: mtosa...@redhat.com Cc: jeremy.fitzhardi...@citrix.com Cc: levinsasha...@gmail.com Cc: Jan Kiszka Cc: kvm@vger.kernel.org Cc: linux-a...@vger.kernel.org