From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE83AC606CF for ; Tue, 9 Jul 2019 01:58:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CF4D82063F for ; Tue, 9 Jul 2019 01:58:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727154AbfGIB6M (ORCPT ); Mon, 8 Jul 2019 21:58:12 -0400 Received: from mail-pf1-f193.google.com ([209.85.210.193]:45759 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725925AbfGIB6M (ORCPT ); Mon, 8 Jul 2019 21:58:12 -0400 Received: by mail-pf1-f193.google.com with SMTP id r1so8451772pfq.12 for ; Mon, 08 Jul 2019 18:58:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=zyDIO7yh1oeZpbiIlgCyaK7CcmNyJU5JiEZyTWaMNxE=; b=fcANcTySMBtikvChnLyNCMEAUfJc/sm0Cr1GrWP8+6rW/PIjOpnhyMhxBEhu+/PArf CkzaKl6v7dAASswjon9jza/Rb/5/6/NHzf4rmN0GlBG7W/IdKhh/xHzIRt6hw/YHx+Ju 9nQPlZEUvbRhh1XQKL+oS8q5qR4k8iqH+8nQyk60fcQhKrMpozrCSpyoyNcM6MDxIhc9 YIHdmHFw1OaxJ42vjcxnfMY01BUJ+A7r6BDVmJygEybc3Wo9tbv1o3WNqI4/1mcQhcL0 wZEsgMLfKJyk8cQ+EIuJws92KBcK6zt8yRhqg5KQWHoRznHq8f0tHm++7fDN5wPE7gUQ F/jg== X-Gm-Message-State: APjAAAUZ8/IBNtbpyfu5bUQYuLzIXFQIfzY/amcdGQlk16SSsZ28yfEO urMTkMmdY0rmdynHofpfdfc8FQ== X-Google-Smtp-Source: APXvYqxmQP3po9nC79ae7wUEpZA4moIQW5XJjcBpq0lp52WdTJOCFmyLLLg8W6qA/qwHlulZNIUK8w== X-Received: by 2002:a63:7a4f:: with SMTP id j15mr28036729pgn.427.1562637491766; Mon, 08 Jul 2019 18:58:11 -0700 (PDT) Received: from xz-x1 ([209.132.188.80]) by smtp.gmail.com with ESMTPSA id i3sm22605155pfo.138.2019.07.08.18.58.07 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 08 Jul 2019 18:58:10 -0700 (PDT) From: Peter Xu X-Google-Original-From: Peter Xu Date: Tue, 9 Jul 2019 09:58:00 +0800 To: Liu Yi L Cc: qemu-devel@nongnu.org, mst@redhat.com, pbonzini@redhat.com, alex.williamson@redhat.com, eric.auger@redhat.com, david@gibson.dropbear.id.au, tianyu.lan@intel.com, kevin.tian@intel.com, jun.j.tian@intel.com, yi.y.sun@intel.com, kvm@vger.kernel.org, Jacob Pan , Yi Sun Subject: Re: [RFC v1 02/18] linux-headers: import vfio.h from kernel Message-ID: <20190709015800.GA566@xz-x1> References: <1562324511-2910-1-git-send-email-yi.l.liu@intel.com> <1562324511-2910-3-git-send-email-yi.l.liu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1562324511-2910-3-git-send-email-yi.l.liu@intel.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Fri, Jul 05, 2019 at 07:01:35PM +0800, Liu Yi L wrote: > This patch imports the vIOMMU related definitions from kernel > uapi/vfio.h. e.g. pasid allocation, guest pasid bind, guest pasid > table bind and guest iommu cache invalidation. > > Cc: Kevin Tian > Cc: Jacob Pan > Cc: Peter Xu > Cc: Eric Auger > Cc: Yi Sun > Signed-off-by: Liu Yi L > Signed-off-by: Jacob Pan > Signed-off-by: Yi Sun Just a note that in the last version you can use scripts/update-linux-headers.sh to update the headers. For this RFC it's perfectly fine. -- Peter Xu