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