zlacker

[return to "Show HN: microvm – a minimalist machine type for QEMU inspired by Firecracker"]
1. maxmcd+Q63[view] [source] 2019-11-07 14:52:56
>>slpnix+(OP)
Firecracker requires KVM, but QEMU can be used with instruction emulation, correct? Does that make this potentially a little easier to develop with in certain environments?
◧◩
2. slpnix+eb3[view] [source] 2019-11-07 15:19:57
>>maxmcd+Q63
That's correct. The initial versions of the microvm patch series did require KVM, but the one that got upstreamed does work with TCG [1], thanks to the QEMU's maintainers feedback.

That said, I'm not sure for which kind of use cases it would be useful to run it this way, as the performance won't be amazing. I find TCG acceleration mainly useful for debugging and foreign systems emulation.

[1] https://wiki.qemu.org/Documentation/TCG

[go to top]