[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2838094e-815b-4b98-8787-65ab0180acd3@oracle.com>
Date: Wed, 4 Jun 2025 19:18:40 +0530
From: ALOK TIWARI <alok.a.tiwari@...cle.com>
To: Roman Kisel <romank@...ux.microsoft.com>, arnd@...db.de, bp@...en8.de,
corbet@....net, dave.hansen@...ux.intel.com, decui@...rosoft.com,
haiyangz@...rosoft.com, hpa@...or.com, kys@...rosoft.com,
mingo@...hat.com, mhklinux@...look.com, tglx@...utronix.de,
wei.liu@...nel.org, linux-arch@...r.kernel.org,
linux-doc@...r.kernel.org, linux-hyperv@...r.kernel.org,
linux-kernel@...r.kernel.org, x86@...nel.org
Cc: apais@...rosoft.com, benhill@...rosoft.com, bperkins@...rosoft.com,
sunilmut@...rosoft.com
Subject: Re: [PATCH hyperv-next v3 07/15] Drivers: hv: Post messages via the
confidential VMBus if available
On 04-06-2025 06:13, Roman Kisel wrote:
> - if (ms_hyperv.paravisor_present) {
> + if (ms_hyperv.paravisor_present && !vmbus_is_confidential()) {
it is, not vmbus_is_confidential() ?
> if (hv_isolation_type_tdx())
> status = hv_tdx_hypercall(HVCALL_POST_MESSAGE,
> virt_to_phys(aligned_msg), 0);
Thanks,
Alok
Powered by blists - more mailing lists