[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] x86/EPT: drop "tm" field of EPT entry


  • To: "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Mon, 30 Aug 2021 16:21:45 +0200
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=xii7PDzU4s36YozdzydL5n2RSRE7oBhPf5oF5CiDtG8=; b=dk3s7f92hheRZoFpNhEDa5o1KOxO9wonW9foJh5NU0AyHU54P7JCYjeSISIlKLRuJV84N3jXKaRDFhIJ/BVyVpx/V4tUjjc4BLXT//W2jUWBkBSjY+bXTboN4LWtqcTXWdT6ZNPI24r6eYbtBYuc7pmyTeHDksL579XCfsYFpsZ9m2Ifhjl6mqoWXkD0AXTr3qI9DnagjVLwYR+u3N6XVDBI1ZPOJHhkCtYwJ4cyzagOS8ohnXSY8k52uzCxguAi4NEKpjJYRcc2es93Ad6dIZ3er5B3W+tX21PGn/ihhpragsg+zT0VU/N/md5nxo0ZQqZZoQoAODekj3lf7lYlSA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=G4SNdw6aemzIRsXCKbMm+FqFHLuERGgNJMfvfYXabkqb6B3o0cMo8n+0hF0RjD/IDsOqr5cGYPfu3kLA3779uzJTWL713iSJ+0wZMMgHQBQNck8tRjmOlsW8wIkDRfU8ylmeZ0GOHYD5iXXgAy7AZpIoD/YLHDhzOLRDq0eb+3NRJQepVq3AiKCrfU1qzw/EEPLHQxKyFM8t5j4UtGITRD302VLSuHqT+7MHUdxoRS9wps4UvxuQebLj0qUuwfHPuqgbnCZSxoihRaF8ebkBHZAwDwkkesV8piF3kpVnW/1IsgkdGjU679nT2OVu7RyeRGfv9p3tuwSRVOxrrsmczw==
  • Authentication-results: intel.com; dkim=none (message not signed) header.d=none;intel.com; dmarc=none action=none header.from=suse.com;
  • Cc: Kevin Tian <kevin.tian@xxxxxxxxx>, Jun Nakajima <jun.nakajima@xxxxxxxxx>
  • Delivery-date: Mon, 30 Aug 2021 14:22:13 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

VT-d spec 3.2 converted this bit (back) to reserved. Since there's no
use of it anywhere in the tree, simply rename it and adjust its comment.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>

--- a/xen/include/asm-x86/hvm/vmx/vmx.h
+++ b/xen/include/asm-x86/hvm/vmx/vmx.h
@@ -46,8 +46,7 @@ typedef union {
         mfn         :   40, /* bits 51:12 - Machine physical frame number */
         sa_p2mt     :   6,  /* bits 57:52 - Software available 2 */
         access      :   4,  /* bits 61:58 - p2m_access_t */
-        tm          :   1,  /* bit 62 - VT-d transient-mapping hint in
-                               shared EPT/VT-d usage */
+        _rsvd       :   1,  /* bit 62 - reserved */
         suppress_ve :   1;  /* bit 63 - suppress #VE */
     };
     u64 epte;




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.