Re: [kvm-devel] [PATCH] [v2] Move kvm_get_pit to libkvm.c common code

2008-04-15 Thread Avi Kivity
Jerone Young wrote: > I just took the old description that was there before. A much better one > would be: > > Remove declarations of kvm_*_pit() on architectures who do not support > not have a PIT. > > That is what I was really intending. It removes a lot of compile > warnings, when compiling any

Re: [kvm-devel] [PATCH] [v2] Move kvm_get_pit to libkvm.c common code

2008-04-13 Thread Jerone Young
I just took the old description that was there before. A much better one would be: Remove declarations of kvm_*_pit() on architectures who do not support not have a PIT. That is what I was really intending. It removes a lot of compile warnings, when compiling anything with libkvm.h on platforms t

Re: [kvm-devel] [PATCH] [v2] Move kvm_get_pit to libkvm.c common code

2008-04-13 Thread Avi Kivity
Jerone Young wrote: > - I am resending this patch removing ia64. It apprently fell through > the cracks. > > Don't compile kvm_*_pit() on architectures whose currently supported > platforms do not contain a PIT. > > Signed-off-by: Hollis Blanchard <[EMAIL PROTECTED]> > Signed-