TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MicroVM by QEMU

142 pointsby kbumsikalmost 2 years ago

5 comments

nateb2022almost 2 years ago
Related: &quot;Microvm, qboot and feature reduced qemu in ubuntu&quot; <a href="https:&#x2F;&#x2F;cpaelzer.github.io&#x2F;blogs&#x2F;009-microvm-in-ubuntu&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;cpaelzer.github.io&#x2F;blogs&#x2F;009-microvm-in-ubuntu&#x2F;</a>
solarkraftalmost 2 years ago
It&#x27;s a very cool thing and through the magic of virtiofs I&#x27;m (almost) at a point at which I have a script that I can point at a directory with a Linux file system and boot it in a microVM in under a second.<p>It required quite a bit of trial and error because the components aren&#x27;t very well documented and don&#x27;t seem to be made for each other. I meant to publish something about it but never got around to it.
评论 #36680827 未加载
SomewhatLikelyalmost 2 years ago
Not being familiar with this area the page didn&#x27;t help me understand the use case. This explanation of firecracker makes some sense though: &quot;firecracker is purposefully minimal to present less possibility for configuration mishaps and importantly minimal attack surface (it&#x27;s usually used to run untrusted workloads). Also full control by ReST-API makes it easy to orchestrate.&quot;<p><a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;74512158&#x2F;what-makes-the-firecracker-microvm-micro-vs-something-like-qemu" rel="nofollow noreferrer">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;74512158&#x2F;what-makes-the-...</a>
dangalmost 2 years ago
Related ongoing thread:<p><i>We replaced Firecracker with QEMU</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36666782">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36666782</a> - July 2023 (137 comments)<p>Previously:<p><i>Show HN: microvm – a minimalist machine type for QEMU inspired by Firecracker</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21461701">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=21461701</a> - Nov 2019 (20 comments)
hrdwdmrblalmost 2 years ago
They mentioned a baseline for benchmarking but didn’t offer any benchmarks. I’d enjoy seeing some if anyone has.