Re: [PATCH v2 03/16] KVM: x86: Implement accessors for extended GPRs

From: Chang S. Bae

Date: Fri Mar 06 2026 - 20:34:20 EST


On 3/4/2026 5:41 PM, Sean Christopherson wrote:

Oof, is this really the most effecient way to encode this? I guess so since that's
what all the SIMD instruction do, but ugh.

Perhaps, a macro that converts to a bytecode string, or a script. But I was not convinced that adds much value, so ended up with that.