-
Notifications
You must be signed in to change notification settings - Fork 6
input: passthrough virtio-input device #6
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
FAILURE: CheckBug Bad comments/Bugs
For more information, see: /absp/builders/celadon-autobuild/builds/1791
LGTM, please review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check whether the changes are required for 5.4 kernel kernel/lts2019-chromium/ and kernel/lts2019-yocto
The virtio-input device event should be passthrough and send to uplayer directly, since the events get from host, and already handled in host input driver. Tracked-On: OAM-90659 Signed-off-by: Yang, Dong <[email protected]>
comments addressed, please review again. |
The change only needed for CiV guest, will the kernel lts2019-yocto used by CiV guest? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autobuild started from pull-request-changes on this PR.
FAILURE: CheckBug Bad comments/Bugs
For more information, see: /absp/builders/celadon-autobuild/builds/1848
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me +2
For guest kernel, kernel/lts2019-yocto and kernel/lts2019-chromium will also be used. please provide patches for 5.4 kernels too |
The virtio-input device event should be passthrough
and send to uplayer directly, since the events get
from host, and already handled in host input driver.
Tracked-On:
Signed-off-by: Yang, Dong [email protected]