@gentauro @Kensan In another significant way they are not affected - since there is no divide between userspace memory and kernel memory, the mitigation which causes the performance hit (evicting all the pages on context switch) is not relevant. So the flaw is absolutely relevant in the context of the hypervisor hosting the unikernel, but not within the unikernel itself (as it would be for a traditional guest VM).
@qrs Yes, absolutely (and the hypervisor and other guests are vulnerable to meltdown attacks from the unikernel, for that matter).
@yomimono @gentauro Indeed, AFAIUI unikernels are not affected by Meltdown.
My comments were focused on Specter which currently have no generally applicable fix beyond removing (high res) timing sources (which is a common countermeasures against all timing side channels).
The problem (and the "solution") is really not in MirageOS but the hypervisor/kernel.