While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- GOG launch their Preservation Program to make games live forever with a hundred classics being 're-released'
- Half-Life 2 free to keep until November 18th, Episodes One & Two now included with a huge update
- Valve dev details more on the work behind making Steam for Linux more stable
- Proton Experimental adds DLSS 3 Frame Generation support, plus fixes for Dragon Age: The Veilguard, Rivals of Aether II and more
- Direct3D to Vulkan translation layer DXVK v2.5 released with rewritten memory management
- > See more over 30 days here
-
Linux kernel 6.12 is out now with real-time capabilitie…
- Dana Souly -
Avowed from Obsidian gets a release date, and pre-order…
- Lofty -
Linux kernel 6.12 is out now with real-time capabilitie…
- ToddL -
Linux kernel 6.12 is out now with real-time capabilitie…
- StalePopcorn -
Linux kernel 6.12 is out now with real-time capabilitie…
- nwildner - > See more comments
- Steam and offline gaming
- Dorrit - Weekend Players' Club 11/15/2024
- Ehvis - What do you want to see on GamingOnLinux?
- Liam Dawe - New Desktop Screenshot Thread
- Vortex_Acherontic - Types of programs that are irritating
- dvd - See more posts
Hyper-V is Microsoft's own thing. The Linux equivalent is KVM. Plus other VM solutions like VMWare, VirtualBox, and so on.
VMs are very worthwhile for some loads. The scalable computing things like AWS, Azure, and so on use VMs: when you want another instance you fire up another VM image. Plus they're portable, so you can take your VM snapshot to a different machine and just start it up there, since the hypervisor exposes the same interface to the software regardless of the hardware. So you can do resilience stuff and load-balancing stuff pretty readily.
Then you've got containers, like Docker, Kubernetes, snaps, and Valve's Soldier, that provide isolation and sandboxing, but aren't a VM. It's a sliding scale of abstraction.
So it's definitely worthwhile for some people to set it up, but whether it's worthwhile enough to be able to pause a game so that someone gets round to doing that, I couldn't say. It's the kind of thing that Valve could do, for the same reasons as Microsoft do, if they were to release a new version of the Steam Machines, or it's something that Canonical could do to extend their snaps and cloud stuff, or it's something that Google could do to extend Kubernetes and Android stuff, or anyone else with an itch to scratch. If they wanted to, and could find the motivation.