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>
elements (the one specified in the virt XML)
Been looking in the osinfo-db XML files, but they don't seem to hold the informations.
Or are they simply hard-coded in the virt-install
binaries?
If so, how can I determine which OSs my current virt-install
version support?
I'm aware of osinfo-query
for finding the OS name, but virt-install
need to know the OS optimized properties from somewhere, right?