yisun-git
yisun-git
> I am much in favour of this approach. Although I do have to say that we will probably not have the time to work on this any time soon....
> Does this limit Firecracker to EC2 instances? If so, why such a limitation–is the emulated `CPUID` required for the guest to understand what instructions are available? Current FC's cpuid...
To make cpu-model be hypervisor agnostic, we need do some works to make Firecracker be hypervisor agnostic. So, I proposed a hypervisor agnostic solution on rust-vmm as below. https://github.com/rust-vmm/vmm-vcpu/issues/5 After...