From patchwork Thu Aug 1 04:44:24 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Kardashevskiy X-Patchwork-Id: 263909 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id B89B32C04DF for ; Thu, 1 Aug 2013 14:47:53 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752565Ab3HAEpB (ORCPT ); Thu, 1 Aug 2013 00:45:01 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:60655 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751269Ab3HAEo7 (ORCPT ); Thu, 1 Aug 2013 00:44:59 -0400 Received: by mail-pa0-f54.google.com with SMTP id kx1so1680881pab.13 for ; Wed, 31 Jul 2013 21:44:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=tx77BdP/c9DhC80Ihl5unCOfbGwRv6moDMb7qZSdw1M=; b=GD+D03vSxiY8bLJXQaEkH+MhUo2+pzS2/ogApj35d+KoTfNe0sITQsZJ1x43+mbt+2 PYvUUmLralbV8sXruCP72aSA930SYqQ5q1eL29ZZwBA9/wbRdfjYOlaHipEW9S15K4L4 TJFD4dgX6d1QhlidKjWVyODXeA/dIcXWsPijA+EHq1YorAdie3Cg6oAodekow4pcVQEI wV2U42gl63apfiWp5qe5WAIN4RIQpdLCqWnXbss4iWk/ry1wUMVUdEF6C79autrKYW0g CsQB3/FKVkC8+FEFL5409csT28hmnFQOUDX0QpgW99gYyzP9r06u6NzR4pmCIOrXLEZJ jfrA== X-Received: by 10.66.189.98 with SMTP id gh2mr1795147pac.60.1375332298670; Wed, 31 Jul 2013 21:44:58 -0700 (PDT) Received: from ka1.ozlabs.ibm.com (ibmaus65.lnk.telstra.net. [165.228.126.9]) by mx.google.com with ESMTPSA id pu5sm266611pac.21.2013.07.31.21.44.52 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 31 Jul 2013 21:44:56 -0700 (PDT) From: Alexey Kardashevskiy To: linuxppc-dev@lists.ozlabs.org Cc: Alexey Kardashevskiy , Benjamin Herrenschmidt , Paul Mackerras , Alexander Graf , kvm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org Subject: [PATCH 02/10] KVM: PPC: reserve a capability number for multitce support Date: Thu, 1 Aug 2013 14:44:24 +1000 Message-Id: <1375332272-22176-3-git-send-email-aik@ozlabs.ru> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1375332272-22176-1-git-send-email-aik@ozlabs.ru> References: <1375332272-22176-1-git-send-email-aik@ozlabs.ru> X-Gm-Message-State: ALoCoQk157Stho3s+TlC4Ev2D59Zec9vxN49Nq48kbLTHHZfXtoxkQ49S1P7XAYjJcIZeQ/5Jrdt Sender: kvm-ppc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm-ppc@vger.kernel.org This is to reserve a capablity number for upcoming support of H_PUT_TCE_INDIRECT and H_STUFF_TCE pseries hypercalls which support mulptiple DMA map/unmap operations per one call. Signed-off-by: Alexey Kardashevskiy --- Changes: 2013/07/16: * changed the number Signed-off-by: Alexey Kardashevskiy --- include/uapi/linux/kvm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/kvm.h b/include/uapi/linux/kvm.h index acccd08..99c2533 100644 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@ -667,6 +667,7 @@ struct kvm_ppc_smmu_info { #define KVM_CAP_PPC_RTAS 91 #define KVM_CAP_IRQ_XICS 92 #define KVM_CAP_ARM_EL1_32BIT 93 +#define KVM_CAP_SPAPR_MULTITCE 94 #ifdef KVM_CAP_IRQ_ROUTING