Hi,

Can I have any feedback of this ?

Thank in advance.

Le 2016-11-18 23:51, Mehdi Abaakouk a écrit :
This new version removes the virstat.c from locale configuration.

It also adds a new commit to autodected the ifname of the ovs vhostuser.

Mehdi Abaakouk (4):
  Gathering vhostuser interface stats with ovs
  virstat: fix signature of virstat helper
  Move virstat.c code to virnetdevtap.c
  domain_conf: autodetect vhostuser ifname

 po/POTFILES.in                  |   1 -
 src/Makefile.am                 |   1 -
 src/conf/domain_conf.c          |  10 +++
 src/libvirt_private.syms        |   5 +-
 src/libxl/libxl_driver.c        |   4 +-
 src/lxc/lxc_driver.c            |   3 +-
 src/openvz/openvz_driver.c      |   4 +-
 src/qemu/qemu_driver.c          |  31 +++++--
 src/uml/uml_driver.c            |   1 -
 src/util/virnetdevopenvswitch.c | 106 ++++++++++++++++++++++++
 src/util/virnetdevopenvswitch.h |   4 +
 src/util/virnetdevtap.c         | 143 ++++++++++++++++++++++++++++++++
 src/util/virnetdevtap.h         |   3 +
src/util/virstats.c | 178 ----------------------------------------
 src/util/virstats.h             |  31 -------
 src/xen/xen_hypervisor.c        |   4 +-
 16 files changed, 298 insertions(+), 231 deletions(-)
 delete mode 100644 src/util/virstats.c
 delete mode 100644 src/util/virstats.h

--
Mehdi Abaakouk
mail: sil...@sileht.net
irc: sileht

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to