10-17-2024 03:19 PM
When I install an OVA with the example yaml file, it builds an xml file with the default cpu mode (qemu) which is basically defunct now. It is not possible to run RHEL9/OL9 with the qemu cpu. Is it possible to specify an alternate cpu mode - host-passthrough for example?
10-18-2024 02:09 AM
@thock what is this for?
05-23-2025 03:09 PM
When I install the OVA with the virtual-service install command, the generated vman_VM_internal.xml file has the following section:
<qemu:commandline>
<qemu:arg value="-cpu"/>
<qemu:arg value="QEMU64"/>
</qemu:commandline>
An OL9 VM will not start when the QEMU64 CPU is specified. If I manually change the xml file so that it reads:
<qemu:commandline>
<qemu:arg value="-cpu"/>
<qemu:arg value="Broadwell-noTSX-IBRS"/>
</qemu:commandline>
Then the OL9 VM starts without a problem. I would like to know if there is anything that can be configured in the package.yaml file to specify the CPU command line argument at installation time so that I don't need to go in and modify the .xml file by hand.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide