Re: [PATCH hyperv-next v3 07/15] Drivers: hv: Post messages via the confidential VMBus if available
From: ALOK TIWARI <hidden>
Date: 2025-06-04 13:49:23
Also in:
linux-arch, linux-doc, lkml
From: ALOK TIWARI <hidden>
Date: 2025-06-04 13:49:23
Also in:
linux-arch, linux-doc, lkml
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