Change the virtual machines CPUID?

  • Thread starter Thread starter Taki
  • Start date Start date
T

Taki

Guest
Good day,

Is it possible to change the virtual machines CPUID?

I am testing my software for licensing and would like to be able to see what happens if i change the CPU.

Thanks.
 
Good day,

Is it possible to change the virtual machines CPUID?

I am testing my software for licensing and would like to be able to see what happens if i change the CPU.

Thanks.
Hi,
yes it's possible.
See
Code:
kvm -cpu ?
you must use the cpu-switch with "args: " in the vm-config (/etc/qemu-server/VMID.conf).

Udo
 
Hi Udo,

Thanks for the reply. I'm assuming VMID would be the id for the machine in question...

Thanks for the reply