From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH 0/3] Prepare kvm for lto Date: Mon, 17 Sep 2012 10:38:37 -0300 Message-ID: <20120917133837.GA12924@amt.cnet> References: <1347797459-7183-1-git-send-email-avi@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org, Andi Kleen To: Avi Kivity Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54212 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752952Ab2IQNkc (ORCPT ); Mon, 17 Sep 2012 09:40:32 -0400 Content-Disposition: inline In-Reply-To: <1347797459-7183-1-git-send-email-avi@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Sun, Sep 16, 2012 at 03:10:56PM +0300, Avi Kivity wrote: > vmx.c has an lto-unfriendly bit, fix it up. > > While there, clean up our asm code. > > v2: add missing .global in case vmx_return and vmx_set_constant_host_state() become > separated by lto > > Avi Kivity (3): > KVM: VMX: Make lto-friendly > KVM: VMX: Make use of asm.h > KVM: SVM: Make use of asm.h Applied, thanks.