docs: update gofurther/evdev

This commit is contained in:
lukas 2023-05-13 15:04:04 +00:00
parent 820570538f
commit 32e501be2e

View File

@ -2,7 +2,7 @@
title: Share an input device with a guest using evdev title: Share an input device with a guest using evdev
description: description:
published: true published: true
date: 2023-02-08T19:09:51.570Z date: 2023-05-13T15:04:02.628Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-08-13T00:26:02.801Z dateCreated: 2022-08-13T00:26:02.801Z
@ -10,11 +10,11 @@ dateCreated: 2022-08-13T00:26:02.801Z
# Share an input device # Share an input device
In this section, we focus on sharing a device locally. In this section, we focus on sharing a locally attached input device with a guest virtual machine.
## Event device ## Event device
Libvirt offers a very low-latency way to share an input device device with a local virtual machine, using the linux evdev event interface. *Libvirt* offers a low-latency way to share an input device device with a local virtual machine, using the linux evdev event interface.
Event device or simply `evdev` is a generic input event interface that is part of the Linux kernel. Event device or simply `evdev` is a generic input event interface that is part of the Linux kernel.