On Tue, Feb 28, 2017 at 03:22:54PM +0000, youssef.elfathi(a)orange.com wrote:
Thanks Martin to confirm that the issue is due to privilege access.
How can I run a domain as non-root and be able to access the cpu information?
You need to use the system libvirt daemon, so you need to connect to
qemu:///system instead of qemu:///session. Good write-up about the
differences is here:
http://blog.wikichoon.com/2016/01/qemusystem-vs-qemusession.html
There are also links to more info.