Alexandra Iordache
Alexandra Iordache
There are remaining `unwrap()`s in the code that cannot be avoided, which lead to a not-so-user-friendly error message being printed. All such failure cases should print a descriptive message along...
According to the [documentation](https://www.kernel.org/doc/Documentation/virtual/kvm/api.txt): ``` KVM_KVMCLOCK_CTRL This signals to the host kernel that the specified guest is being paused by userspace. The host will set a flag in the pvclock...
Add a test case that exercises the same CPU performance test suite both on a Firecracker guest and on the host it's running on. The guest and host need to...