From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] move tpr stuff to qemu-kvm-x86.c Date: Tue, 20 Oct 2009 14:35:50 -0200 Message-ID: <20091020163550.GA8463@amt.cnet> References: <1255958965-18471-1-git-send-email-glommer@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, avi@redhat.com To: Glauber Costa Return-path: Received: from mx1.redhat.com ([209.132.183.28]:53972 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751687AbZJTRCP (ORCPT ); Tue, 20 Oct 2009 13:02:15 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9KH2JkX006110 for ; Tue, 20 Oct 2009 13:02:20 -0400 Content-Disposition: inline In-Reply-To: <1255958965-18471-1-git-send-email-glommer@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Oct 19, 2009 at 11:29:25AM -0200, Glauber Costa wrote: > this whole tpr thing does not belong in common code. Move it to i386 specific > files. Applied, thanks.