All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Minor vcpu->requests improvements
@ 2012-05-20 13:49 Avi Kivity
  2012-05-20 13:49 ` [PATCH v2 1/3] KVM: Simplify KVM_REQ_EVENT/req_int_win handling Avi Kivity
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Avi Kivity @ 2012-05-20 13:49 UTC (permalink / raw)
  To: Marcelo Tosatti, kvm

Nothing spectacular, just regularization of the code.

v2:
    fix endless loop in patch 3 where a reload would set a bit in
    vcpu->requests and abort the entry

Avi Kivity (3):
  KVM: Simplify KVM_REQ_EVENT/req_int_win handling
  KVM: Optimize vcpu->requests slow path slightly
  KVM: Move mmu reload out of line

 arch/x86/kvm/mmu.c |    4 ++-
 arch/x86/kvm/svm.c |    1 +
 arch/x86/kvm/x86.c |   73 ++++++++++++++++++++++++++++------------------------
 3 files changed, 43 insertions(+), 35 deletions(-)

-- 
1.7.10.1


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

end of thread, other threads:[~2012-06-02  0:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20 13:49 [PATCH v2 0/3] Minor vcpu->requests improvements Avi Kivity
2012-05-20 13:49 ` [PATCH v2 1/3] KVM: Simplify KVM_REQ_EVENT/req_int_win handling Avi Kivity
2012-05-20 13:49 ` [PATCH v2 2/3] KVM: Optimize vcpu->requests slow path slightly Avi Kivity
2012-05-30 20:03   ` Marcelo Tosatti
2012-05-31  9:27     ` Avi Kivity
2012-06-02  0:23       ` Marcelo Tosatti
2012-05-20 13:49 ` [PATCH v2 3/3] KVM: Move mmu reload out of line Avi Kivity

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.