From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gleb Natapov Subject: Re: [PATCH unit-tests 1/4] Move idt.c into lib code. Date: Tue, 21 Dec 2010 18:38:12 +0200 Message-ID: <20101221163812.GD2231@redhat.com> References: <1292341729-20680-1-git-send-email-gleb@redhat.com> <20101221161505.GA9231@amt.cnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:45045 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020Ab0LUQiO (ORCPT ); Tue, 21 Dec 2010 11:38:14 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBLGcEX7007319 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Dec 2010 11:38:14 -0500 Content-Disposition: inline In-Reply-To: <20101221161505.GA9231@amt.cnet> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, Dec 21, 2010 at 02:15:05PM -0200, Marcelo Tosatti wrote: > On Tue, Dec 14, 2010 at 05:48:46PM +0200, Gleb Natapov wrote: > > diff --git a/lib/x86/idt.c b/lib/x86/idt.c > > index ed2f4b0..b3e47d4 100644 > > --- a/lib/x86/idt.c > > +++ b/lib/x86/idt.c > > There's no such file on current kvm-unit-test repo. What did you > generate against? The patch should have moved it from x86/ to lib/x86 but something went wrong with my commit. Will check. -- Gleb.