From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: patch for virtual machine oriented scheduling(4) Date: Thu, 24 Sep 2009 09:28:56 +0300 Message-ID: <20090924062855.GA22567@redhat.com> References: <820ac2e90904220757n51d626c8i41e5b56f1a1d51a1@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: avi@redhat.com, anthony@codemonkey.ws, kvm@vger.kernel.org To: alex Return-path: Received: from mx1.redhat.com ([209.132.183.28]:41061 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751676AbZIXGav (ORCPT ); Thu, 24 Sep 2009 02:30:51 -0400 Content-Disposition: inline In-Reply-To: <820ac2e90904220757n51d626c8i41e5b56f1a1d51a1@mail.gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, Apr 22, 2009 at 10:57:13PM +0800, alex wrote: > the debug tools I used. > --------------------------------------------------------------------------------------- > > diff --git a/arch/x86/kvm/trace.c b/arch/x86/kvm/trace.c > new file mode 100644 > index 0000000..5718e94 > --- /dev/null > +++ b/arch/x86/kvm/trace.c > @@ -0,0 +1,147 @@ License/attribution/description seems to be missing for this and other new files. Also, try running scripts/checkpatch.pl on the patches. -- MST