
-----Original Message----- From: Michal Privoznik [mailto:mprivozn@redhat.com] Sent: Thursday, March 31, 2016 10:04 PM To: Ren, Qiaowei; libvir-list@redhat.com Subject: Re: [libvirt] [PATCH 1/1] python: add python binding for Perf API
On 31.03.2016 08:16, Michal Privoznik wrote:
On 30.03.2016 04:13, Qiaowei Ren wrote:
This patch adds the python binding for virDomainSetPerfEvents and virDomainSetPerfEvents API.
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com> --- generator.py | 2 ++ libvirt-override-api.xml | 11 ++++++ libvirt-override.c | 93 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 106 insertions(+)
I had to do couple of more tweaks than originally intended. But this is now pushed.
Thanks, Michal! - Qiaowei