[libvirt] [PATCH 2/3] tools: virsh: add command for controling/monitoring resctrl

Martin Kletzander mkletzan at redhat.com
Mon Jun 11 08:45:23 UTC 2018


On Fri, Jun 08, 2018 at 05:02:18PM +0800, Wang Huaqiang wrote:
>---

The subject says 'virsh', but the code does:

> include/libvirt/libvirt-domain.h    |   9 +++
> src/conf/domain_conf.c              |  28 +++++++
> src/conf/domain_conf.h              |   3 +

something with XML parsing and/or formatting

> src/driver-hypervisor.h             |   8 ++
> src/libvirt-domain.c                |  81 +++++++++++++++++++++
> src/libvirt_public.syms             |   6 ++

changes som public API?

> src/qemu/qemu_driver.c              | 141 ++++++++++++++++++++++++++++++++++++
> src/qemu/qemu_process.c             |  65 ++++++++++++++++-

qemu?

> src/remote/remote_daemon_dispatch.c |  45 ++++++++++++
> src/remote/remote_driver.c          |   2 +
> src/remote/remote_protocol.x        |  28 ++++++-

remote driver?

> src/remote_protocol-structs         |  12 +++
> tools/virsh-domain.c                |  74 +++++++++++++++++++

oh, look, here's the virsh change =)

Look at the list and check the git log to see how changes are usually split.

Also see contributor guidelines, mainly for formatting.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180611/9830ea76/attachment-0001.sig>


More information about the libvir-list mailing list