Re: [kvm-devel] RFC/patch: a very trivial patch towards portability V2.1

2007-10-10 Thread Carsten Otte
Avi Kivity wrote: > Argument names in prototypes please. Will do that. >> case KVM_CHECK_EXTENSION: { >> int ext = (long)argp; >> >> -switch (ext) { >> -case KVM_CAP_IRQCHIP: >> -case KVM_CAP_HLT: >> -case KVM_CAP_MMU_SHADOW_CACHE

Re: [kvm-devel] RFC/patch: a very trivial patch towards portability V2.1

2007-10-10 Thread Avi Kivity
Carsten Otte wrote: > Christian Borntraeger pointed out that Avi requested to rename kvm_x86.c > to x86.c. The patch below is the same as V2, but the files kvm_x86.[ch] > have been renamed to x86.[ch], and the #includes have been updated. > > signed-off-by: Carsten Otte <[EMAIL PROTECTED]> > --- >

[kvm-devel] RFC/patch: a very trivial patch towards portability V2.1

2007-10-10 Thread Carsten Otte
Christian Borntraeger pointed out that Avi requested to rename kvm_x86.c to x86.c. The patch below is the same as V2, but the files kvm_x86.[ch] have been renamed to x86.[ch], and the #includes have been updated. signed-off-by: Carsten Otte <[EMAIL PROTECTED]> --- Index: kvm/drivers/kvm/kvm.h