trikolon wrote:@ uprooter: i had similar problems trying to get an ubuntu domu up and running. it is working for my with a domu gentoo kernel
after almost 2 weeks of testing i can say, i dont have any problems! its stable, its fast, but:
- i would like to see cpu frequency und acpi working hand in hand
- and, i am not able to use virt-manager from any pc in the lan.. has anybody virt-manager up and running?
The CPU Frequency scaling kernel options are not available because dom0 does not manage the cpu frequency, Xen does!
From
http://www.nabble.com/Power-Management- ... 35782.html
"Nothing is missing except a tool.

/proc/cpuinfo or other linux
equivalent interfaces can't reveal cpufreq information, because
now freq scaling is controlled by Xen instead of dom0, and there's
no fixed mapping between dom0's vcpu and underlying real cpus.
In 3.3, xen does exports hypercall to query runtime cpufreq info
in libxc library, however no tool is using at the time. In post-3.3,
we actually developed a so-called 'xenpm' utility for such purpose.
We're back-porting it to xen-3.3 tree, and you should be able to
see it soon."
Regarding virt-manager, I have used it on my gentoo xen system but only briefly as I prefer CLI tools, I was able to start and stop vm's and the graphs shown in the GUI updated every few seconds, I didnt test any more than that.
andy