From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751497AbdBXTvB (ORCPT ); Fri, 24 Feb 2017 14:51:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39738 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751163AbdBXTug (ORCPT ); Fri, 24 Feb 2017 14:50:36 -0500 From: =?UTF-8?q?Radim=20Kr=C4=8Dm=C3=A1=C5=99?= To: linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: Paolo Bonzini , Andrew Jones , Marc Zyngier , Christian Borntraeger , Cornelia Huck , James Hogan , Paul Mackerras , Christoffer Dall , David Hildenbrand Subject: [PATCH v2 0/5] KVM: rename and encapsulate vcpu->requests API Date: Fri, 24 Feb 2017 20:49:57 +0100 Message-Id: <20170224195002.28030-1-rkrcmar@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Fri, 24 Feb 2017 19:50:20 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org v1: http://www.spinics.net/lists/kvm/msg145145.html Discussions around v1 were mostly concerned with various requirements for guest kicks and synchronization. Here is the mostly undisputed core. I think these patches are worthwhile even alone. v2: * removed the memory barrier optimization (Paolo) * added a MIPS cleanup, [4/5] Radim Krčmář (5): KVM: rename API for requests to match bit operations KVM: add KVM request variants without barrier KVM: add kvm_request_pending KVM: MIPS: remove useless kvm_request_clear KVM: optimize kvm_make_all_cpus_request arch/mips/kvm/emulate.c | 3 +- arch/mips/kvm/trap_emul.c | 4 +- arch/powerpc/kvm/book3s_pr.c | 4 +- arch/powerpc/kvm/book3s_pr_papr.c | 2 +- arch/powerpc/kvm/booke.c | 22 +++--- arch/powerpc/kvm/powerpc.c | 8 +-- arch/s390/kvm/kvm-s390.c | 26 +++---- arch/s390/kvm/kvm-s390.h | 4 +- arch/s390/kvm/priv.c | 4 +- arch/x86/kvm/hyperv.c | 14 ++-- arch/x86/kvm/i8259.c | 2 +- arch/x86/kvm/lapic.c | 22 +++--- arch/x86/kvm/mmu.c | 14 ++-- arch/x86/kvm/pmu.c | 6 +- arch/x86/kvm/svm.c | 12 ++-- arch/x86/kvm/vmx.c | 32 ++++----- arch/x86/kvm/x86.c | 144 +++++++++++++++++++------------------- include/linux/kvm_host.h | 64 ++++++++++++++--- virt/kvm/kvm_main.c | 8 ++- 19 files changed, 220 insertions(+), 175 deletions(-) -- 2.11.1