On Tue, Nov 17, 2015 at 16:00:44 +0800, Qiaowei Ren wrote:
Add remote support for perf event.
Signed-off-by: Qiaowei Ren <qiaowei.ren(a)intel.com>
---
daemon/remote.c | 60 ++++++++++++++++++++++++++++++++++++++++++++
src/remote/remote_driver.c | 49 ++++++++++++++++++++++++++++++++++++
src/remote/remote_protocol.x | 32 ++++++++++++++++++++++-
src/remote_protocol-structs | 20 +++++++++++++++
4 files changed, 160 insertions(+), 1 deletion(-)
This will need to be changed to match the new style of the API. But,
since you are adding a new API, would you mind creating a patch for
libvirt-python to add this new API to python bindings?
Jirka