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

virtio_page_per_vq: enhance input event file #5882

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 6, 2024

  1. virtio_page_per_vq: enhance input event file

    Regarding /dev/input/event* files, there might be some different
    situation.
    For example,
    - No event file exsit at all
    - Only /dev/input/event0 exists
    - Only /dev/input/event1 exists
    - Both /dev/input/event0 and /dev/input/event1 exists
    - and more ...
    
    So this patch is intending to support above situations instead of
    hardcoding with event1.
    
    Signed-off-by: Dan Zheng <dzheng@redhat.com>
    dzhengfy committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5da18ea View commit details
    Browse the repository at this point in the history