Bo Chen
Bo Chen
Can you please share the exact command-line (or Restful API playload) you used to created the above VM?
@maydaycc You are right that the `VIRTIO_BLK_F_SEG_MAX` feature is not implemented in our virtio-blk device. Not sure if this is what makes a difference though. Contributions are welcome to add...
These are great explanations and examples on why the current restore path is problematic. > * Provide the Snapshot to each device that supports being restored. It doesn't have to...
One thing to mention is that `aarch64` had a requirement of restoring the GIC in the middle of restoring `device_manager` and other devices, and the restoration of GIC happens from...
> (or even nested on Azure) specific - Actually, our metrics tests are running on a baremetal machine. So the performance regression is not related to nested virtualization. I just...
The virtiofs DAX feature was once supported in Cloud Hypervisor, but was dropped earlier last year (#3888, #4146). This is because the feature itself is not stabilized, both in terms...
I agree that the behavior of rate-limiter can be hard to reason from its user configurations. Its behavior depends a lot on its internal implementations, user configurations, and workload being...
You should start with our README.md which contains pointers to the resources you asked about. Task 1 should be fairly straight forward while task 2 has some overlap with #5550.
Thank you Rob for opening the issue and point out the potential root cause. For future reference, we build the specific kernel module to be used for this test from...