Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xen-console: Optimize console_display_thrd #66

Merged
merged 1 commit into from
Apr 17, 2024

Commits on Apr 16, 2024

  1. xen-console: Optimize console_display_thrd

    Optimize console_display_thrd by removing the inner loop that copies
    data from the console buffer to the output buffer. Instead, calculate
    the size of the data to be copied and print it in one go.
    
    Signed-off-by: Mykyta Poturai <[email protected]>
    Reviewed-by: Dmytro Firsov <[email protected]>
    Reviewed-by: Volodymyr Babchuk <[email protected]>
    Deedone committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0f7344a View commit details
    Browse the repository at this point in the history