Re: [PATCH] x86/vmware: Fix hypercall clobbers

From: Linus Torvalds

Date: Fri Feb 06 2026 - 20:05:36 EST


On Fri, 6 Feb 2026 at 16:46, Josh Poimboeuf <jpoimboe@xxxxxxxxxx> wrote:
>
> (using uint64_t instead of target_ulong at the maintainer's request as
> they are phasing out the target_ulong type).

Ahh. I'm reading emails in the wrong order, this answers the question
I had about the 32-bit host case..

Linus