I recently upgraded a linux VM to the latest packages. As a result, Chromium will no longer run because it requires sse3 CPU instructions. I've used the default of kvm64 because "why not? it's the default". Well, I'm realizing that I should change it to something more suitable. From my homework, it seems it should be set to "host". All hosts are identical in all ways and we don't do nested virtualization at all.
So I can easily do a quick cli script to change all of the existing VMs from "(default) kvm64" to "host". However upon further thought, I wanted to change the default to be "host". This would prevent questions and problems in future VMs. The reason is that other people create VMs, and they often use the defaults because "why not? it's the default".
Does anyone know how I could do this? Is there any reasons that I shouldn't do this? I did some Googling and I can't find anyone that's asked this question, so either I'm the only person that is forward-thinking, or there's more nuances to this than I am aware of.
Thanks!
So I can easily do a quick cli script to change all of the existing VMs from "(default) kvm64" to "host". However upon further thought, I wanted to change the default to be "host". This would prevent questions and problems in future VMs. The reason is that other people create VMs, and they often use the defaults because "why not? it's the default".
Does anyone know how I could do this? Is there any reasons that I shouldn't do this? I did some Googling and I can't find anyone that's asked this question, so either I'm the only person that is forward-thinking, or there's more nuances to this than I am aware of.
Thanks!