Re: [kvm-devel] [PATCH 1/3] include files for kvmclock

2007-11-11 Thread Avi Kivity
Gerd Hoffmann wrote: >> +/* >> + * Guest has page alignment and padding requirements. At the host, it will >> + * only lead to wasted space at the vcpu struct. For this reason, the struct >> + * is not anonymous >> + */ >> +union kvm_hv_clock { >> +struct kvm_hv_clock_s { >> +u64 ts

Re: [kvm-devel] [PATCH 1/3] include files for kvmclock

2007-11-09 Thread Gerd Hoffmann
> +/* > + * Guest has page alignment and padding requirements. At the host, it will > + * only lead to wasted space at the vcpu struct. For this reason, the struct > + * is not anonymous > + */ > +union kvm_hv_clock { > + struct kvm_hv_clock_s { > + u64 tsc_mult; > + u64

[kvm-devel] [PATCH 1/3] include files for kvmclock

2007-11-08 Thread Glauber de Oliveira Costa
This patch introduces the include files for kvm clock. They'll be needed for both guest and host part. Signed-off-by: Glauber de Oliveira Costa <[EMAIL PROTECTED]> --- include/asm-x86/kvm_para.h | 25 + include/linux/kvm.h|1 + include/linux/kvm_para.h |