Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I am atttempting to run a Linux VM in IOx on a C8200 platform. The container log shows that it is starting with option:-machine pc-0.13,accel=kvm,usb=off,dump-guest-core=offand complains:2025-10-21T17:11:14.773544Z qemu-kvm: Machine type 'pc-0.13' i...
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-p...
The VM runs in KVM on my Ubuntu server when it is configured with pc-q35 machine type. The app setion of my yaml file is:app: cpuarch: x86_64 type: vm resources: profile: custom cpu: 7406 memory: 6144 vcpu: 2 network: - interface-na...
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 th...