diff --git a/gofurther/evdev.md b/gofurther/evdev.md index 7d43e1f..5cf2c47 100644 --- a/gofurther/evdev.md +++ b/gofurther/evdev.md @@ -2,7 +2,7 @@ title: Share an input device with a guest using evdev description: published: true -date: 2023-02-08T19:09:51.570Z +date: 2023-05-13T15:04:02.628Z tags: editor: markdown dateCreated: 2022-08-13T00:26:02.801Z @@ -10,11 +10,11 @@ dateCreated: 2022-08-13T00:26:02.801Z # 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 -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.