Re: [PATCH] KVM: Change [g|h]va_t as u64
From: Anshuman Khandual
Date: Sun Mar 08 2026 - 08:58:59 EST
On 06/03/26 11:46 PM, Sean Christopherson wrote:
> On Fri, Mar 06, 2026, Anshuman Khandual wrote:
>> Change both [g|h]va_t as u64 to be consistent with other address types.
>
> That's hilariously, blatantly wrong.
Sorry did not understand how this is wrong. Both guest and host
virtual address types should be be contained in u64 rather than
'unsigned long'. Did I miss something else here.