On 31.10.2025 22:20, Grygorii Strashko wrote: > @@ -34,6 +35,43 @@ > copy_from_user_hvm((dst), (src), (len)) : \ > __copy_from_guest_pv(dst, src, len)) > > +#elif defined(CONFIG_HVM) > +#define raw_copy_to_guest(dst, src, len) \ > + copy_to_user_hvm((dst), (src), (len))
Oh, and: Please omit unnecessary parentheses - they only hamper readability. Jan
