Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762213AbXJOJud (ORCPT ); Mon, 15 Oct 2007 05:50:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757993AbXJOJu0 (ORCPT ); Mon, 15 Oct 2007 05:50:26 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:57786 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758834AbXJOJu0 (ORCPT ); Mon, 15 Oct 2007 05:50:26 -0400 Date: Mon, 15 Oct 2007 11:50:20 +0200 From: Ingo Molnar To: Avi Kivity Cc: Laurent Vivier , linux-kernel Subject: Re: [RESEND 2][PATCH 4/4] Modify KVM to update guest time accounting. Message-ID: <20071015095020.GA28367@elte.hu> References: <46E550EF.5080209@bull.net> <20071015093800.GA22818@elte.hu> <47133732.2090809@qumranet.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47133732.2090809@qumranet.com> User-Agent: Mutt/1.5.14 (2007-02-12) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.1.7-deb -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 720 Lines: 27 * Avi Kivity wrote: > Ingo Molnar wrote: > > int kvm_hypercall(struct kvm_vcpu *vcpu, struct kvm_run *run); > > > >+/* > >+ * Compatibility define - PF_VCPU is only available in v2.6.24+ kernels: > >+ */ > >+#ifndef PF_VCPU > >+# define PF_VCPU 0 > >+#endif > >+ > > > > This bit can go; for the external module I can add it back in > external-module-compat.h. No need to pollute mainline with backward > compatibility stuff. thx - zapped. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/