> > +## > > +# @KVMPMUX86SelectUmaskEvent: > > +# > > +# x86 PMU event encoding with select and umask. Using the > > X86_PMU_RAW_EVENT > > +# macro, the select and umask fields will be encoded into raw foramt and > > +# delivered to KVM. > > Doc comments are for the QMP reference manual, i.e. for users of QMP. > Explaining the QMP interface in terms of its implementation in QEMU is > not nice.
Thank you! I could add doc comments in kvm-pmu.h and delete redundant comments from QMP reference manual. Regards, Zhao