Message ID | 20241201035358.2193078-1-binbin.wu@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.8]) (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 9DAD317BD9; Sun, 1 Dec 2024 03:51:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.8 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733025119; cv=none; b=aLQTwoOxYbtptggWfYkzcHwpR4PyhHjlTuVTQeK+qX+thUf0Q4O9iFYFBrPEvwhn8BVrm+PerUvpRE/6uDu6r+iIM1zCNaUsvVfAXhQ0y7z5Fo6mQF7MUbhBE1bmjw+JTd6IiuuR+LhtmiGUEw7Ka5ua6jZToDTwK3qKa72Mr7A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733025119; c=relaxed/simple; bh=vGQflEwPvwJ0Lzq/VzKUMmpY6cfV6p22GJrcn1WxeZs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=r3IbNGP25Zxz8P+//6+ZoE4SlJsw7FW2fuwfMtl0oo5+x+8BrX05Ka+kfBh1VwY5SmfxCNO50DtxQdeothY9JT5iEfk5lQyZqVeC58cnGL+eQ/j8Y4Wsmxw8LLZ/uszCSEI1lz6wKEa32CfAbMqBP4rH3/ShfvvqnTLelft3KFk= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com; spf=none smtp.mailfrom=linux.intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=SLLzP2oK; arc=none smtp.client-ip=192.198.163.8 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux.intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="SLLzP2oK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1733025117; x=1764561117; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=vGQflEwPvwJ0Lzq/VzKUMmpY6cfV6p22GJrcn1WxeZs=; b=SLLzP2oKZou9WaVdSXGQNriFxbils4qrpNLhcgvfqE406Nd9+vUwR/vk HVgS838YgInMhNtO6zrhXdRJP2KUkhiNBHj53iOmMYsp1MKzA5Oy13kbu JaoHj6FKMAjEUuoVtVOx53iaY6wo2fdQBn2DwOjv54syamnnDVcT4zJoz Uuz3dz3o2fo9Gk9J0S16vqXFQRCI8QRw6+FCUSxF+Q+h/O/OxKWy/flzE 0DkUUbm2Vum7GuUixIfR4Nfj/6WPfbRLqGxih9a+8zoqDPkdxtPhNOOOm W4GOKDDRF1O8ZRZLfx6jRHxSWbqK3qSXiFCtco13hQMWGKAmx9FOssq5g A==; X-CSE-ConnectionGUID: ZPWbcjMURTO3EXaxuRcV+A== X-CSE-MsgGUID: YohPrQdeT2iwZqNI8HFPDw== X-IronPort-AV: E=McAfee;i="6700,10204,11272"; a="50725092" X-IronPort-AV: E=Sophos;i="6.12,199,1728975600"; d="scan'208";a="50725092" Received: from fmviesa009.fm.intel.com ([10.60.135.149]) by fmvoesa102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2024 19:51:57 -0800 X-CSE-ConnectionGUID: 7JKxVE+vQ+eo4onj1Ay9WA== X-CSE-MsgGUID: +CPfsHgBTIivubTZssYVvg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.12,199,1728975600"; d="scan'208";a="93257477" Received: from litbin-desktop.sh.intel.com ([10.239.156.93]) by fmviesa009-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Nov 2024 19:51:53 -0800 From: Binbin Wu <binbin.wu@linux.intel.com> To: pbonzini@redhat.com, seanjc@google.com, kvm@vger.kernel.org Cc: rick.p.edgecombe@intel.com, kai.huang@intel.com, adrian.hunter@intel.com, reinette.chatre@intel.com, xiaoyao.li@intel.com, tony.lindgren@linux.intel.com, isaku.yamahata@intel.com, yan.y.zhao@intel.com, chao.gao@intel.com, michael.roth@amd.com, linux-kernel@vger.kernel.org, binbin.wu@linux.intel.com Subject: [PATCH 0/7] KVM: TDX: TDX hypercalls may exit to userspace Date: Sun, 1 Dec 2024 11:53:49 +0800 Message-ID: <20241201035358.2193078-1-binbin.wu@linux.intel.com> X-Mailer: git-send-email 2.46.0 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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
KVM: TDX: TDX hypercalls may exit to userspace
|
expand
|