Re: [PATCH 04/10] KVM: emulate: move op_prefix to struct x86_emulate_ctxt

From: Chang S. Bae
Date: Mon Nov 17 2025 - 14:54:49 EST


On 11/13/2025 4:36 PM, Paolo Bonzini wrote:
VEX decode will need to set it based on the "pp" bits, so make it
a field in the struct rather than a local variable.

No functional change intended.

Signed-off-by: Paolo Bonzini <pbonzini@xxxxxxxxxx>

Reviewed-by: Chang S. Bae <chang.seok.bae@xxxxxxxxx>