In cases where the host system doesn't have support for virtualization platforms or no drivers are installed, it might be useful to provide a fallback x86 emulator, such as QEMU TCG. This would be provided as a separate platform in a separate module (e.g. virt86-qemu-tcg) and should be available on every system, but listed last in the platform factories.
It might be interesting to add a feature to PlatformFeatures to indicate that this is a software-based platform, as oppposed to a hardware-assisted virtualization platform, since some users might be interested in differentiating between them (possibly to warn about degraded performance).
Make sure to update the Supported Platforms and Features wiki page.
In cases where the host system doesn't have support for virtualization platforms or no drivers are installed, it might be useful to provide a fallback x86 emulator, such as QEMU TCG. This would be provided as a separate platform in a separate module (e.g.
virt86-qemu-tcg) and should be available on every system, but listed last in the platform factories.It might be interesting to add a feature to
PlatformFeaturesto indicate that this is a software-based platform, as oppposed to a hardware-assisted virtualization platform, since some users might be interested in differentiating between them (possibly to warn about degraded performance).Make sure to update the Supported Platforms and Features wiki page.