[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230620122012.mnlgko443qrpfrzg@box.shutemov.name>
Date: Tue, 20 Jun 2023 15:20:12 +0300
From: "kirill.shutemov@...ux.intel.com" <kirill.shutemov@...ux.intel.com>
To: "Huang, Kai" <kai.huang@...el.com>
Cc: "kvm@...r.kernel.org" <kvm@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"david@...hat.com" <david@...hat.com>,
"Hansen, Dave" <dave.hansen@...el.com>,
"Luck, Tony" <tony.luck@...el.com>,
"bagasdotme@...il.com" <bagasdotme@...il.com>,
"ak@...ux.intel.com" <ak@...ux.intel.com>,
"Wysocki, Rafael J" <rafael.j.wysocki@...el.com>,
"Christopherson,, Sean" <seanjc@...gle.com>,
"Chatre, Reinette" <reinette.chatre@...el.com>,
"pbonzini@...hat.com" <pbonzini@...hat.com>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"linux-mm@...ck.org" <linux-mm@...ck.org>,
"Yamahata, Isaku" <isaku.yamahata@...el.com>,
"peterz@...radead.org" <peterz@...radead.org>,
"Shahar, Sagi" <sagis@...gle.com>,
"imammedo@...hat.com" <imammedo@...hat.com>,
"Gao, Chao" <chao.gao@...el.com>,
"Brown, Len" <len.brown@...el.com>,
"sathyanarayanan.kuppuswamy@...ux.intel.com"
<sathyanarayanan.kuppuswamy@...ux.intel.com>,
"Huang, Ying" <ying.huang@...el.com>,
"Williams, Dan J" <dan.j.williams@...el.com>
Subject: Re: [PATCH v11 05/20] x86/virt/tdx: Add SEAMCALL infrastructure
On Tue, Jun 20, 2023 at 10:37:16AM +0000, Huang, Kai wrote:
> > > + /*
> > > + * SEAMCALL caused #GP or #UD. By reaching here %eax contains
> > > + * the trap number. Convert the trap number to the TDX error
> > > + * code by setting TDX_SW_ERROR to the high 32-bits of %rax.
> > > + *
> > > + * Note cannot OR TDX_SW_ERROR directly to %rax as OR instruction
> > > + * only accepts 32-bit immediate at most.
> >
> > Not sure if that comment is really helpful here. It's a common pattern
> > for large immediates, no?
>
> I am not sure. I guess I am not expert of x86 assembly but only casual writer.
>
> Hi Dave, Kirill,
>
> Are you OK to remove it?
I would rather keep it. I wanted to ask why separate MOV is needed here,
before I read the comment. Also size of $TDX_SW_ERROR is not visible here,
so it contributes to possible confusion without the comment.
--
Kiryl Shutsemau / Kirill A. Shutemov
Powered by blists - more mailing lists