]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
qemu: backport a patch to optionally disable i8042 (AT and PS/2) hardware
authorRoss Burton <ross@burtonini.com>
Tue, 19 Apr 2022 15:45:40 +0000 (16:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Apr 2022 09:30:50 +0000 (10:30 +0100)
commitd73e4fcfc9ca4aab25f7751ba17974a839d6340f
tree739330cea948e8ef6d1dead75484efc818184bb8
parentcdee5d8a70e009c532efaa6c403953b905ba67af
qemu: backport a patch to optionally disable i8042 (AT and PS/2) hardware

Backport a patch from upstream (will be in qemu 7.0) to add an option to
disable the legacy i8042 support (AT keyboard, PS/2 mouse).  These
devices are very historical and modern Linux environments use USB anyway.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu/no-ps2.patch [new file with mode: 0644]