Re: [kvm-devel] RFC/patch 1/2: remove desc.h include in kvm_main.c

2007-11-22 Thread Zhang, Xiantao
Carsten Otte wrote: > This patch removes the include of asm/desc.h in kvm_main.c, which is > only available for x86 and not needed anymore. > > Signed-off-by: Carsten Otte <[EMAIL PROTECTED]> > --- > kvm_main.c |1 - > 1 file changed, 1 deletion(-) > Index: kvm/drivers/kvm/kvm_main.c > ==

Re: [kvm-devel] RFC/patch 1/2: remove desc.h include in kvm_main.c

2007-11-22 Thread Avi Kivity
Carsten Otte wrote: > This patch removes the include of asm/desc.h in kvm_main.c, which is > only available for x86 and not needed anymore. > > Applied, thanks. -- error compiling committee.c: too many arguments to function --

[kvm-devel] RFC/patch 1/2: remove desc.h include in kvm_main.c

2007-11-22 Thread Carsten Otte
This patch removes the include of asm/desc.h in kvm_main.c, which is only available for x86 and not needed anymore. Signed-off-by: Carsten Otte <[EMAIL PROTECTED]> --- kvm_main.c |1 - 1 file changed, 1 deletion(-) Index: kvm/drivers/kvm/kvm_main.c ===