From patchwork Wed Aug 28 08:37:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexey Kardashevskiy X-Patchwork-Id: 270403 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 BD0132C0B17 for ; Wed, 28 Aug 2013 18:43:11 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753753Ab3H1Imu (ORCPT ); Wed, 28 Aug 2013 04:42:50 -0400 Received: from mail-pb0-f53.google.com ([209.85.160.53]:64789 "EHLO mail-pb0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752772Ab3H1IiR (ORCPT ); Wed, 28 Aug 2013 04:38:17 -0400 Received: by mail-pb0-f53.google.com with SMTP id up15so5957602pbc.26 for ; Wed, 28 Aug 2013 01:38:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=1AV8Z/qT08k9fI4P3KAj95FJgjqBjXf+FCOtrw5wXgg=; b=QDE9ac5rKTrnYUEcu1kI4HDDY2BCCqdfhZZcy29Chs2YOpb38iqnPWFr7ZB0+Cgrfd CykoQFlg53GFgpLkA9Wy+DY972GNz2u+LZhl4nw8YGxJbtPH1EjxPD9YL3Ioj9qGWdRF f3BamIMoQ7zy2qkXnBXVcXM3rSlE1sBzooQYN0Lu/eqks6QB4HfuurQQAWx+nX7C/8YP of70abuodTqZxYKdnyQd9R4no8fRcOgs1g1IDc2oB7ymj4Lm41NFd2zaHOBA0dsFETTm Urlo8DsnCM8pzXSiF7ZF67tdZnkWvIBT3ulL7TaDRNoGJgKTUGwKsvgXOhhB2rxCrheN eteQ== X-Gm-Message-State: ALoCoQkd+pDhMks6RsgKGdMLTXJBQlquUJVEfOCDkcTe/bmOo16tdmPkg0qVNkzDVyAihcrItMc1 X-Received: by 10.66.120.145 with SMTP id lc17mr939585pab.182.1377679097162; Wed, 28 Aug 2013 01:38:17 -0700 (PDT) Received: from ka1.ozlabs.ibm.com (ibmaus65.lnk.telstra.net. [165.228.126.9]) by mx.google.com with ESMTPSA id sb9sm20279902pbb.0.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 28 Aug 2013 01:38:16 -0700 (PDT) From: Alexey Kardashevskiy To: linuxppc-dev@lists.ozlabs.org Cc: Alexey Kardashevskiy , David Gibson , Benjamin Herrenschmidt , Paul Mackerras , Gleb Natapov , Paolo Bonzini , Alexander Graf , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH v9 03/13] KVM: PPC: reserve a capability number for multitce support Date: Wed, 28 Aug 2013 18:37:40 +1000 Message-Id: <1377679070-3515-4-git-send-email-aik@ozlabs.ru> X-Mailer: git-send-email 1.8.4.rc4 In-Reply-To: <1377679070-3515-1-git-send-email-aik@ozlabs.ru> References: <1377679070-3515-1-git-send-email-aik@ozlabs.ru> 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 --- 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