Windows Guest: CPU description

Hi,

my windows guest display qemu cpu, but I see this image from kvm site http://twitpic.com/dxs0z/full that is possible to display real host cpu.

How is possible this? There is some setup to do into ProxMox?

Thanks
Hi,
you can use the args-argument in the vm-config. The avaible cpus you get with
Code:
kvm -cpu ?
I think "args: -cpu host" is this where you are looking for.

Udo