Re: [PATCH 0/2] Add support for hotplugging evdev input devices

2024-05-16 Thread Michal Prívozník
On 5/15/24 12:27, Rayhan Faizel wrote: > This patch series extends the current evdev device implementation to allow > hotplugging, including live attachment and detachment. > > Resolves: https://gitlab.com/libvirt/libvirt/-/issues/529 I've put this into the commit message of the first patch as it

[PATCH 0/2] Add support for hotplugging evdev input devices

2024-05-15 Thread Rayhan Faizel
This patch series extends the current evdev device implementation to allow hotplugging, including live attachment and detachment. Resolves: https://gitlab.com/libvirt/libvirt/-/issues/529 Rayhan Faizel (2): qemu: Implement support for hotplugging evdev input devices qemuhotplugtest: Add testc