From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: [PATCH v3 0/2] KVM: ioeventfd cookies Date: Wed, 3 Jul 2013 15:50:37 +0200 Message-ID: <1372859439-18733-1-git-send-email-cornelia.huck@de.ibm.com> Return-path: Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Gleb Natapov , Paolo Bonzini Cc: Christian Borntraeger , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 List-ID: 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