Re: [kvm-devel] [PATCH 1/3] put kvm_para.h include outside __KERNEL__

2008-01-16 Thread Avi Kivity
Glauber de Oliveira Costa wrote: > kvm_para.h potentially contains definitions that are to be used by > kvm-userspace, > so it should not be included inside the __KERNEL__ block. To protect its own > data structures, > kvm_para.h already includes its own __KERNEL__ block. > > Applied this one

[kvm-devel] [PATCH 1/3] put kvm_para.h include outside __KERNEL__

2008-01-15 Thread Glauber de Oliveira Costa
kvm_para.h potentially contains definitions that are to be used by kvm-userspace, so it should not be included inside the __KERNEL__ block. To protect its own data structures, kvm_para.h already includes its own __KERNEL__ block. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> Acked

Re: [kvm-devel] [PATCH 1/3] put kvm_para.h include outside __KERNEL__

2008-01-11 Thread Amit Shah
On Friday 11 January 2008 18:40:54 Glauber de Oliveira Costa wrote: > kvm_para.h potentially contains definitions that are to be used by > kvm-userspace, so it should not be included inside the __KERNEL__ block. To > protect its own data structures, kvm_para.h already includes its own > __KERNEL__

[kvm-devel] [PATCH 1/3] put kvm_para.h include outside __KERNEL__

2008-01-11 Thread Glauber de Oliveira Costa
kvm_para.h potentially contains definitions that are to be used by kvm-userspace, so it should not be included inside the __KERNEL__ block. To protect its own data structures, kvm_para.h already includes its own __KERNEL__ block. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> ---