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: 270393 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 1E7152C014D for ; Wed, 28 Aug 2013 18:40:48 +1000 (EST) Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 20E9B2C010F for ; Wed, 28 Aug 2013 18:38:18 +1000 (EST) Received: by mail-pa0-f43.google.com with SMTP id hz10so5952334pad.16 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=KsxsT+uA9J78/1FBRH/gvUSJ0+hjGV3rvgiloQWBwGfBOJ7xQ5bjBf66YG8Zf5uf3Q BwzSM3tuqNTjCvhDEYC2fKkvZ3RttX66jH70wdwcHukntIQuh9f9MMFDxwfrceKOXYdl dXGxy0SRFsINwmrNjNl/fg58xgDx6E/zk1tyC0xGJJNgDeZQDo8pH4Hjvd5fJDFeibRq eJh7Sgd1xeZG8SIbGxQqVjzljMGCUPlBOOcUJeUnczAc7x/QmxZ+51o37P0caJDaIOka jDQanBxHCbQYlqmDHGZTlBodAV1Rr8O9QzSuGbMEtf1ZqgAAzv4LEHAvXlRC1sBF8mEN Hhuw== X-Gm-Message-State: ALoCoQkMzE1jdYxmekFmonLQiJRB9+x3EgvUX1PKJjf0ZBfGgt46PoUAv2F8gf691qkzALTB4h0Q 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 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> Cc: kvm@vger.kernel.org, Gleb Natapov , Alexey Kardashevskiy , Alexander Graf , kvm-ppc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Paul Mackerras , Paolo Bonzini , David Gibson X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.16rc2 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" 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