On Tue, Dec 6, 2011 at 8:03 PM, Scott Wood <scottwood@xxxxxxxxxxxxx> wrote: > I'm seeing a lot of double-underscores -- is this common style in KVM > tool? It's reserved for use by the compiler and system library. It's > common in the kernel (though not used like this for namespace > prefixes), but there's no system library involved there. Yes, they are KVM tool coding style which we took from perf. Double underscore _prefixes_ are reserved in userspace but there's no reason we can't use them in identifiers like we do. Pekka -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html