Message ID | 20240628090557.50898-1-yi.l.liu@intel.com (mailing list archive) |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DACE915099E; Fri, 28 Jun 2024 09:05:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.12 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719565562; cv=none; b=oYvH4x7fpIS1ZzRxBiVlv+8utQYCKWZ9JK+RHllruvv2fl/AdzaNIM2Mssrb/LUtDAvKMPUJWCpVdBJm59B2AetmWzFzuu3DoqyBd0RU8JaEPB4YWMuNcNbZuOwbYf3IVirfxolT3TduPMEHCe3oBy+XnAwnlnhIer+GRcNsxh8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719565562; c=relaxed/simple; bh=TRKYfuD2WUYVwQf8GGp61mD5fLEMIqOQUZVLgnPcros=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Ccc0gSlBIwo1J9KksYlb4yKv+gZqqpzj9lOXXiS8H3UG2kAkgGXbLzH8sEG478LEP6pvkXwTtiwFdFfQX4BwaP0EnsqjZyfBjAfZ3jRZKlSh6Rot7Fo0orYN53yAtcK87S+ysGY8tCOHQda55RHx5iqYrzw3hphErImMlPsuS8w= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=RrwCsxl5; arc=none smtp.client-ip=192.198.163.12 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="RrwCsxl5" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1719565560; x=1751101560; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=TRKYfuD2WUYVwQf8GGp61mD5fLEMIqOQUZVLgnPcros=; b=RrwCsxl5TQPaF4qhnYjQf4MGZAxYPuo+z67JH0vmwuJjTLlcVu63F7Bd cSE+CQk9pz8zI7IEI4W6Qzk3ALLTFwKMScaAgmRHoPcgf6wsnyw1lY55F WXNMlo8aSI18AumvE6avi6+QYtscISMI+sZtoXkALNonuuljj4PNsYRy3 IAT/ZGVr7GMSx1J6T2Hydeo+r+xaAl27rBZacRkJJ+OmtgLOuqe0FUvgv XC0lwNzAjH0lSTaWGCH6pUVlIEOjRbRlQDv9rZXIhodeC5PfhctiD6E+9 O+MGxzhTWaM1r4aNg3eqVhB1uXYi9+hQi2Cl21iJKbDim49QtFKc+uHxA A==; X-CSE-ConnectionGUID: 5SpNVHUHQteEWnMrvjTpag== X-CSE-MsgGUID: HXDTC3edS6i9wIgHY09wtA== X-IronPort-AV: E=McAfee;i="6700,10204,11116"; a="20613663" X-IronPort-AV: E=Sophos;i="6.09,168,1716274800"; d="scan'208";a="20613663" Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by fmvoesa106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Jun 2024 02:05:59 -0700 X-CSE-ConnectionGUID: /eQzefUkTzeV3ou46PgWtw== X-CSE-MsgGUID: GbnGfY7BTMydtxRsW/dEuw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.09,168,1716274800"; d="scan'208";a="44517036" Received: from 984fee00a4c6.jf.intel.com ([10.165.58.231]) by fmviesa006.fm.intel.com with ESMTP; 28 Jun 2024 02:05:59 -0700 From: Yi Liu <yi.l.liu@intel.com> To: joro@8bytes.org, jgg@nvidia.com, kevin.tian@intel.com, baolu.lu@linux.intel.com Cc: alex.williamson@redhat.com, robin.murphy@arm.com, eric.auger@redhat.com, nicolinc@nvidia.com, kvm@vger.kernel.org, chao.p.peng@linux.intel.com, yi.l.liu@intel.com, iommu@lists.linux.dev, zhenzhong.duan@intel.com, linux-kselftest@vger.kernel.org Subject: [PATCH v3 0/7] iommufd support pasid attach/replace Date: Fri, 28 Jun 2024 02:05:50 -0700 Message-Id: <20240628090557.50898-1-yi.l.liu@intel.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: kvm@vger.kernel.org List-Id: <kvm.vger.kernel.org> List-Subscribe: <mailto:kvm+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:kvm+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
iommufd support pasid attach/replace
|
expand
|