seapath / meta-seapath

This is the core of the seapath project. The meta-seapath repo contains the yocto Seapath layer, which contains all the code (yocto recipes) needed to build the seapath images used to install seapath (host, guest, flasher, etc.)
Apache License 2.0
6 stars 10 forks source link

machine/votp-host: fix KVM halt_poll_ns module parameter #119

Closed dupremathieu closed 1 year ago

dupremathieu commented 1 year ago

Change the KVM halt_poll_ns module parameter set by Grub to 0. The previous value -1 is an incorrect value. To disable halt_poll_ns (this is what we want for real-time purpose) we have to set halt_poll_ns to 0.

Change-Id: I7d2f8718b6f1251a2259488c5e9a8d5fa4cdcffe