Elektrine lite

← Feed

@argv_minus_one@mastodon.sdf.org

Post #2429452

2026-04-30 04:33 UTC

@lispi314@udongein.xyz Sure, until people start demanding that hypervisors expose these sorts of APIs for whatever reason. Linux didn't always have this, you know.

Replies (1)

  • @lispi314@udongein.xyz 2026-04-30 04:41

    @argv_minus_one@mastodon.sdf.org Most decent/good hypervisors so far have defaulted to keeping any non-base features disabled, even if they do implement features that can be unsafe. Xen for example allows for "safe" SMT, if you consider that everything within a given domain has access to everything within itself without isolation. If that's your model, then you can safely enable SMT with Xen. That defaults to disabled. (And Qubes further ensured this, but Xen did the right thing anyway.) It also allows for fully unsafe SMT, which is likewise disabled by default.

    Open ##2429453