Skip to content

Conversation

nvazquez
Copy link
Contributor

@nvazquez nvazquez commented Sep 11, 2025

@@ -1169,6 +1169,11 @@ An example list of settings as well as their possible values are shown on the im
|vm-settings-kvm-guest-cpu-model.png|
(KVM guest CPU model, available for root admin since 4.20.1.0)

CloudStack supports setting the guest machine type for KVM instances since 4.22.0 by the Instance setting 'kvm.guest.os.machine.type'. The list of supported machine types will depend on the QEMU version on the Instance KVM host.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
CloudStack supports setting the guest machine type for KVM instances since 4.22.0 by the Instance setting 'kvm.guest.os.machine.type'. The list of supported machine types will depend on the QEMU version on the Instance KVM host.
CloudStack supports setting the guest machine type for KVM instances since 4.22.0 by using the instance setting 'kvm.guest.os.machine.type'. The list of supported machine types will depend on the QEMU version on the KVM host.

CloudStack supports setting the guest machine type for KVM instances since 4.22.0 by the Instance setting 'kvm.guest.os.machine.type'. The list of supported machine types will depend on the QEMU version on the Instance KVM host.

.. note::
For Ubuntu 24 KVM hosts (and other distros containing QEMU 8.x versions) setting the machine type for Windows VMs to 'pc-i440fx-8.0' mitigates an issue in which the instance UUID could not be obtained from within the guest VM through the command: `wmic path win32_computersystemproduct get uuid`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For Ubuntu 24 KVM hosts (and other distros containing QEMU 8.x versions) setting the machine type for Windows VMs to 'pc-i440fx-8.0' mitigates an issue in which the instance UUID could not be obtained from within the guest VM through the command: `wmic path win32_computersystemproduct get uuid`.
For Ubuntu 24 KVM hosts (and other distros containing QEMU 8.x versions) setting the machine type for Windows VMs to 'pc-i440fx-8.0' mitigates the issue which prevents retrieving the instance UUID from within the guest VM via: `wmic path win32_computersystemproduct get uuid`.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants