Message ID | 20240122085354.9510-1-binbin.wu@linux.intel.com (mailing list archive) |
---|---|
Headers | show
Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) (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 8C28E39FD8 for <kvm@vger.kernel.org>; Mon, 22 Jan 2024 08:54:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=192.198.163.10 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705913643; cv=none; b=ONSs/8jx5BQfCyCHHNUsB86DrHO2bZ2jVk5ASnoIxyjYov4877r9lbDyXqW+rGhZxRTsN/PTfk0qtgON9MpVNPgvlCRor3jrImdkVta/pDb6kJ5fIAvBDaytykw6vgQGDHTgxLaHx2rVzQ32k8JcimhmV++PBpt54IWYIyv5r6s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705913643; c=relaxed/simple; bh=lq28X1/epSacC/ixYFdRDd7sWkt8ZSwLWID3XTeqCGM=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=cfNRcvakNVpQzyRDrDibCXa1vf/Yh8rR5Br6KObWGCEHmgQeUExO5TS4qDuJZBha15qXY4h4VF8omi49xRb+mgxR/nYajt1KehTlM0fAEb5A2Idys0WOzno2PWW56f7cbnpCR4idMoHKVangF+V5IWyJuGjRaEgEaECl4rrbkdk= 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=MeYJvrPq; arc=none smtp.client-ip=192.198.163.10 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="MeYJvrPq" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705913642; x=1737449642; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lq28X1/epSacC/ixYFdRDd7sWkt8ZSwLWID3XTeqCGM=; b=MeYJvrPq34AkHaOgYU5/lhytjkEpK81EbewVn0GGH4w7rbJ/SwqvVD5D 6f8YS98Um0lLl9RJ1W8r7PDdHi7roEnA1Hq0KofTHq5whtH38FwLYMQVM OoOmmODk2IDpCuK2wkcYxENztEJpgCCPXC2aX5/5YapfbtLxRoFJ322ZN Md/TTOf3iHvU+1gfYJVoMM0iE69AZfm3GIvkt8Js0ZVEpHdkf3L9Kh2uq U+O1aox7MU8koMR0Wehb6IeCzKIBWFvoOXoV/kntLLwJckZhk0lxKgZGP NCGVHUH9saSxhIVqAYjQSohjAgLKuPMGfF/ym6hwcYcEFDHFuDZCAnw/G g==; X-IronPort-AV: E=McAfee;i="6600,9927,10960"; a="8536143" X-IronPort-AV: E=Sophos;i="6.05,211,1701158400"; d="scan'208";a="8536143" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2024 00:54:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10960"; a="785611587" X-IronPort-AV: E=Sophos;i="6.05,211,1701158400"; d="scan'208";a="785611587" Received: from binbinwu-mobl.ccr.corp.intel.com (HELO binbinwu-mobl.sh.intel.com) ([10.238.10.49]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Jan 2024 00:53:58 -0800 From: Binbin Wu <binbin.wu@linux.intel.com> To: kvm@vger.kernel.org Cc: seanjc@google.com, pbonzini@redhat.com, chao.gao@intel.com, robert.hu@linux.intel.com, binbin.wu@linux.intel.com Subject: [kvm-unit-tests PATCH v6 0/4] x86: Add test cases for LAM Date: Mon, 22 Jan 2024 16:53:50 +0800 Message-Id: <20240122085354.9510-1-binbin.wu@linux.intel.com> X-Mailer: git-send-email 2.25.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 |
x86: Add test cases for LAM
|
expand
|