mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 10:11:26 +03:00
Add a back-end char driver to implement a virtio console driver which handles a part of virtio mmio protocol to send and receive data from a peer VM. IVC queue and mempool are used for this communication. Also, this driver adds blocking read, write and poll ops for an user-space application. JIRA TSSKERNEL-1 Bug 4050146 This change also cherry-picks the fix pushed in linux-nvidia repo: https://git-master.nvidia.com/r/c/linux-nvidia/+/2918779 Change-Id: I97a88f1dd4eb9e3ac7e1e94439f3ebc8ac933239 Signed-off-by: Nitin Kumbhar <nkumbhar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2898234 (cherry picked from commit 10436d9d5bfbbf11ffc63771189b57fdf94e50f6) Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2936644 GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>