Skip to content

Commit

Permalink
Remove unneed i8042 device from qemu command line
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslaw Kurowski <[email protected]>
  • Loading branch information
jkuro-tii authored and astro committed Jun 14, 2023
1 parent 5512399 commit 8560a69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/runners/qemu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ in {

"-chardev" "stdio,id=stdio,signal=off"
"-serial" "chardev:stdio"
"-device" "i8042"
"-device" "virtio-rng-${devType}"
"-kernel" "${kernelPath}"
"-initrd" bootDisk.passthru.initrd
Expand Down

0 comments on commit 8560a69

Please sign in to comment.