/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

prilik.com
| | model-checking.github.io
3.6 parsecs away

Travel
| | In this post we'll apply the Kani Rust Verifier (or Kani for short), our open-source formal verification tool that can prove properties about Rust code, to an example from Firecracker, an open source virtualization project for serverless applications. We will use Kani to get a strong guarantee that Firecracker's block device is correct with respect to a simple virtio property when parsing guest requests, which may be invalid or malicious. In this way, we show how Kani can complement Firecracker's defense in depth investments, such as fuzzing.
| | binarydebt.wordpress.com
3.4 parsecs away

Travel
| | VT-x is name of CPU virtualisation technology by Intel. KVM is component of Linux kernel which makes use of VT-x. And QEMU is a user-space application which allows users to create virtual machines. QEMU makes use of KVM to achieve efficient virtualisation. In this article we will talk about how these three technologies work together....
| | fqa.9front.org
3.2 parsecs away

Travel
| |
| | linus.schreibt.jetzt
20.5 parsecs away

Travel
| [AI summary] A technical guide detailing hardware virtualization optimizations for running a high-performance Windows gaming VM on NixOS using QEMU and libvirt.