From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: [PATCH 0/3] Prepare kvm for lto Date: Sun, 16 Sep 2012 15:10:56 +0300 Message-ID: <1347797459-7183-1-git-send-email-avi@redhat.com> Cc: kvm@vger.kernel.org, Andi Kleen To: Marcelo Tosatti Return-path: Received: from mx1.redhat.com ([209.132.183.28]:6794 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752367Ab2IPMLE (ORCPT ); Sun, 16 Sep 2012 08:11:04 -0400 Sender: kvm-owner@vger.kernel.org List-ID: 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 arch/x86/kvm/svm.c | 46 +++++++++++++---------------- arch/x86/kvm/vmx.c | 86 ++++++++++++++++++++++++++---------------------------- 2 files changed, 61 insertions(+), 71 deletions(-) -- 1.7.12