On 22.12.2025 17:37, Oleksii Kurochko wrote:
> This commit adds support for legacy SBI extensions (version 0.1) in Xen
> for guest domains.
> 
> The changes include:
> 1. Define all legacy SBI extension IDs (0x0 to 0x8) for better clarity and
>    completeness.
> 2. Implement handling of legacy SBI extensions, starting with support for
>    SBI_EXT_0_1_CONSOLE_PUTCHAR. SBI_EXT_0_1_CONSOLE_GETCHAR is marked as
>    not supported as legacy SBI console related stuff is expected to be used
>    only for early debugging of guest.
> 
> The implementation uses the existing virtual SBI framework to handle legacy
> SBI ecalls, ensuring compatibility with older SBI specifications in
> RISC-V guests.
> 
> Signed-off-by: Oleksii Kurochko <[email protected]>

Acked-by: Jan Beulich <[email protected]>

Peeking ahead into patch 3, I notice that there you (properly) avoid saying
"this commit" in the description. Unlike here and in patch 1. Please try to
remember to avoid this and alike wording.

Jan

Reply via email to