On 12/19/2024 12:04 PM, Easwar Hariharan wrote: [snip]
This could be accompanied with migration of hv_get_vpreg128 in arm64/ and removal of struct hv_get_registers_output, or that could be deferred to a later patch.
[snip]
To clarify, I didn't mean to include implementing extended fast hypercalls with the XMM registers, or an implementation of hv_get_vpreg128() for x64 in my suggestion. Just to fix up the existing hv_get_vpreg128 in arch/arm64 to use hv_register_value (or its Linux-specific helper as Nuno suggested).
Oooh, I see, thanks! I'll try that, looks like that should be pretty straightforward, and hopefully, it will :)
Thanks, Easwar
-- Thank you, Roman