Xubuntu 20.04 Focal Fossa L4T R32.3.1 - Custom Image for the Jetson Nano

Just remove the --enable-spice option and it should work fine…

JFI : I am now able to run Win10 with KVM on the default NVIDIA L4T, and I am also running with an overclocked kernel at 2GHz and performance of windows is even more smooth and nice.

A few issues I saw:

  1. The permissions of /dev/kvm need to be changed: sudo chmod 666 /dev/kvm so that all users can access.

  2. It seems Win10/qemu is sometimes not able to do mouse capture after the login screen. Better leave the mouse captured from boot till login screen. I am not sure if this is because of the 2Hz speed that I running at as the mouse is so damn sensitive now…

  3. I get a few warnings which I am not sure why:
    qemu-system-aarch64: virtio-blk failed to set guest notifier (-11), ensure -accel kvm is set.
    qemu-system-aarch64: virtio_bus_start_ioeventfd: failed. Fallback to userspace (slower).