From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] [v2] Move kvm_get_pit to libkvm.c common code Date: Sun, 13 Apr 2008 17:24:03 +0300 Message-ID: <48021783.4070407@qumranet.com> References: <8ddf560729aac228cd84.1207692907@thinkpadL> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm-devel@lists.sourceforge.net, kvm-ppc-devel@lists.sourceforge.net To: Jerone Young Return-path: In-Reply-To: <8ddf560729aac228cd84.1207692907@thinkpadL> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kvm-devel-bounces@lists.sourceforge.net Errors-To: kvm-devel-bounces@lists.sourceforge.net List-Id: kvm.vger.kernel.org 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 > Signed-off-by: Jerone Young > > diff --git a/libkvm/libkvm.h b/libkvm/libkvm.h > --- a/libkvm/libkvm.h > +++ b/libkvm/libkvm.h > @@ -549,6 +549,7 @@ int kvm_pit_in_kernel(kvm_context_t kvm) > > #ifdef KVM_CAP_PIT > > +#if defined(__i386__) || defined(__x86_64__) > /*! > * \brief Get in kernel PIT of the virtual domain > * > @@ -569,6 +570,7 @@ int kvm_get_pit(kvm_context_t kvm, struc > * \param s PIT state of the virtual domain > */ > int kvm_set_pit(kvm_context_t kvm, struct kvm_pit_state *s); > +#endif > > #endif Patch is okay, but doesn't match the description at all. Is this what you intended to send? -- error compiling committee.c: too many arguments to function ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone