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

QNX: W/A for virtio-input over shmem #46

Merged

Commits on Sep 26, 2024

  1. QNX: W/A for virtio-input over shmem

    For virtio-input devices, writing to config area is defined as selecting
    config pages. But in virtio over shmem implement, this operation is not
    supported. The W/A is to update config area upon config selection in BE,
    and delay a short while after cfg write in FE. This delay does not reduce
    performance as it only happens during init stage.
    
    Test done:
    Using keyboard/mouse/touchscreen over virtio-input on QNX
    
    Tracked-On: OAM-124493
    Signed-off-by: Wu Zhou <[email protected]>
    izhouwu committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    861c0b3 View commit details
    Browse the repository at this point in the history