All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] KVM: ioeventfd cookies
@ 2013-07-03 13:50 Cornelia Huck
  2013-07-03 13:50 ` [PATCH v3 1/2] KVM: kvm-io: support cookies Cornelia Huck
  2013-07-03 13:50 ` [PATCH v3 2/2] KVM: s390: use cookies for ioeventfd Cornelia Huck
  0 siblings, 2 replies; 6+ messages in thread
From: Cornelia Huck @ 2013-07-03 13:50 UTC (permalink / raw)
  To: Gleb Natapov, Paolo Bonzini
  Cc: Christian Borntraeger, Heiko Carstens, Martin Schwidefsky, KVM,
	linux-s390

Hi,

here's version 3 of the ioevent cookies patches.

Changes:
- x86 style fix
- fix returning index for reads
- refactored read/write functions to avoid double srcu_deference()

Cornelia Huck (2):
  KVM: kvm-io: support cookies
  KVM: s390: use cookies for ioeventfd

 arch/ia64/kvm/kvm-ia64.c   |   2 +-
 arch/powerpc/kvm/powerpc.c |   4 +-
 arch/s390/kvm/diag.c       |  15 +++++--
 arch/x86/kvm/x86.c         |   6 +--
 include/linux/kvm_host.h   |   4 ++
 virt/kvm/kvm_main.c        | 102 ++++++++++++++++++++++++++++++++++++++-------
 6 files changed, 109 insertions(+), 24 deletions(-)

-- 
1.8.2.2

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

end of thread, other threads:[~2013-07-03 14:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-03 13:50 [PATCH v3 0/2] KVM: ioeventfd cookies Cornelia Huck
2013-07-03 13:50 ` [PATCH v3 1/2] KVM: kvm-io: support cookies Cornelia Huck
2013-07-03 13:56   ` Gleb Natapov
2013-07-03 14:14     ` Cornelia Huck
2013-07-03 14:26       ` Gleb Natapov
2013-07-03 13:50 ` [PATCH v3 2/2] KVM: s390: use cookies for ioeventfd Cornelia Huck

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.