All Questions
2 questions
1
vote
1
answer
4k
views
Where are the OS specific properties located used by virt-install --os-variant
Using
virt-install ... --os-variant win10 ...
virt-install create a new VM optimized for Windows 10.
But where are those OS specific properties located?
E.g. machine-type and the <hyperv> ...
1
vote
1
answer
10k
views
Error when adding network interface to VM on KVM host using virsh
I'm attempting to script adding a network interface to a centos 6 guest. I know the interface can be set up using the virt-manager gui but it's highly desirable for it to be added as part of an ...