Re: [PATCH RFC v1 02/20] KVM: x86: Refactor GPR accessors to differentiate register access types

From: Chang S. Bae

Date: Thu Nov 13 2025 - 18:19:00 EST


On 11/11/2025 10:11 AM, Paolo Bonzini wrote:

Please leave these as kvm_gpr_{read,write}_raw.  It's easier to review than the leading underscore.  (It's not hard to undo if you use "git format-patch --stdout", do a mass replace on the resulting patch file, and then reapply the patch with "git am").

Thanks for the tip. Yeah, I saw that naming convention. Fixed.