CPU scaling in a KVM guest

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Post Reply
z0rr0
Member
Member
Posts: 62
Joined: Sun Apr 03, 2005 11:00 pm
Location: Grenoble, France
Contact:

CPU scaling in a KVM guest

Post by z0rr0 »

Hello everyone, I have my kernel running as a KVM guest and I would like to be able to scale the CPU from the guest. At the beginning, I was thinking to use the intel speedstep, however, I figured out that this feature is not enable in the Guest (I checked it by using CPUID). Is it possible to enable it? Is there other way to scale the CPU from a KVM guest?

Thanks, Matias.
Post Reply