You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `-kernel` option is used for indicating the image to be booted by the machine, while the `-nographic` option is simply for using QEMU as a command-line program by redirecting all output to the terminal.
171
171
172
+
Since [Unikraft v0.17.0 Calypso](https://github.com/unikraft/unikraft/releases/tag/RELEASE-0.17.0), random number generation is reliant on CPU support.
173
+
This means that, when using QEMU, one of two options must be enabled:
174
+
175
+
- You are using QEMU >= 8.0
176
+
- You are using hardware acceleration, with KVM
177
+
178
+
This is why we use `-enable-kvm` and `-cpu host` flags to explictly enable them.
179
+
If you are running on other platforms, please remove them.
0 commit comments