On 09/01/2009 07:07 PM, Jan Kiszka wrote:

For me this is /dev/cpu/0/msr.

Maybe:
         try:
             self.f = file('/dev/msr0')
         except:
             self.f = file('/dev/cpu/0/msr')


I have /dev/cpu as well, I think that's the canonical location. Better to support both though. Hurray for stable interfaces!

--
error compiling committee.c: too many arguments to function

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to