Page fault about firecracker #4155
Replies: 4 comments
-
I can observe "let memory_region = kvm_userspace_memory_region{...}" in firecracker/src/vm.rs or maybe other codes indicate "page fault handler"? |
Beta Was this translation helpful? Give feedback.
-
If you can provide the failing test case we would be interested to take a look. |
Beta Was this translation helpful? Give feedback.
-
The cases shown in below and the results also are shown.
|
Beta Was this translation helpful? Give feedback.
-
Hi @thunderZH963, |
Beta Was this translation helpful? Give feedback.
-
As firecracker said, it is implemented based on KVM. Then, the processing of page fault should be consistent with KVM / QEMU. But in my test, the delay of page fault in microVM is lower than QEMU / KVM VM. Why?
Hope to get a reply and discussion.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions