public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Prepare kvm for lto
@ 2012-09-16 12:10 Avi Kivity
  2012-09-16 12:10 ` [PATCH 1/3] KVM: VMX: Make lto-friendly Avi Kivity
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Avi Kivity @ 2012-09-16 12:10 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm, Andi Kleen

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


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH 0/3] Prepare kvm for lto
@ 2012-09-12 14:50 Avi Kivity
  2012-09-12 14:50 ` [PATCH 1/3] KVM: VMX: Make lto-friendly Avi Kivity
  0 siblings, 1 reply; 6+ messages in thread
From: Avi Kivity @ 2012-09-12 14:50 UTC (permalink / raw)
  To: Marcelo Tosatti; +Cc: kvm, Andi Kleen

vmx.c has an lto-unfriendly bit, fix it up.

While there, clean up our asm code.

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 | 85 +++++++++++++++++++++++++-----------------------------
 2 files changed, 60 insertions(+), 71 deletions(-)

-- 
1.7.11.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-09-17 13:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-16 12:10 [PATCH 0/3] Prepare kvm for lto Avi Kivity
2012-09-16 12:10 ` [PATCH 1/3] KVM: VMX: Make lto-friendly Avi Kivity
2012-09-16 12:10 ` [PATCH 2/3] KVM: VMX: Make use of asm.h Avi Kivity
2012-09-16 12:10 ` [PATCH 3/3] KVM: SVM: " Avi Kivity
2012-09-17 13:38 ` [PATCH 0/3] Prepare kvm for lto Marcelo Tosatti
  -- strict thread matches above, loose matches on Subject: below --
2012-09-12 14:50 Avi Kivity
2012-09-12 14:50 ` [PATCH 1/3] KVM: VMX: Make lto-friendly Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox