Re: [kvm-devel] [PATCH 0/7] Move x86 code out of include/linux/kvm.h

2007-11-20 Thread Avi Kivity
Jerone Young wrote: > This set of patches move structres & definitions that > are x86 specific from include/linux/kvm.h to inclue/asm-x86/kvm.h. > Applied all, thanks. -- error compiling committee.c: too many arguments to function ---

Re: [kvm-devel] [PATCH 0/7] Move x86 code out of include/linux/kvm.h

2007-11-20 Thread Zhang, Xiantao
Jerone Young wrote: > This set of patches move structres & definitions that > are x86 specific from include/linux/kvm.h to inclue/asm-x86/kvm.h. > > Missing from these patches is exactly how to move the IOCTL > definitions while keeping things in order. I'll disscuss this on the > list. Should b

Re: [kvm-devel] [PATCH 0/7] Move x86 code out of include/linux/kvm.h

2007-11-20 Thread Carsten Otte
Jerone Young wrote: > This set of patches move structres & definitions that > are x86 specific from include/linux/kvm.h to inclue/asm-x86/kvm.h. > > Missing from these patches is exactly how to move the IOCTL definitions > while keeping things in order. I'll disscuss this on the list. > > Signed-

[kvm-devel] [PATCH 0/7] Move x86 code out of include/linux/kvm.h

2007-11-19 Thread Jerone Young
This set of patches move structres & definitions that are x86 specific from include/linux/kvm.h to inclue/asm-x86/kvm.h. Missing from these patches is exactly how to move the IOCTL definitions while keeping things in order. I'll disscuss this on the list. Signed-off-by: Jerone Young <[EMAIL PROTE