From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH unit-tests 1/4] Move idt.c into lib code. Date: Tue, 21 Dec 2010 14:15:05 -0200 Message-ID: <20101221161505.GA9231@amt.cnet> References: <1292341729-20680-1-git-send-email-gleb@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Gleb Natapov Return-path: Received: from mx1.redhat.com ([209.132.183.28]:23988 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943Ab0LUQd6 (ORCPT ); Tue, 21 Dec 2010 11:33:58 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oBLGXwn9023259 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 21 Dec 2010 11:33:58 -0500 Content-Disposition: inline In-Reply-To: <1292341729-20680-1-git-send-email-gleb@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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?