[libvirt] [PATCH v4 0/3] Network hooks

Michal Privoznik mprivozn at redhat.com
Wed Feb 12 17:07:04 UTC 2014


Tier four.

Michal Privoznik (3):
  network_conf: Expose virNetworkDefFormatInternal
  network: Introduce network hooks
  network: Taint networks that are using hook script

 docs/hooks.html.in          |  98 ++++++++++++++++++++++++++++++++------
 src/conf/network_conf.c     |  64 ++++++++++++++++++++++---
 src/conf/network_conf.h     |  20 ++++++++
 src/libvirt_private.syms    |   4 ++
 src/lxc/lxc_driver.c        |   4 +-
 src/lxc/lxc_process.c       |   6 +--
 src/network/bridge_driver.c | 111 ++++++++++++++++++++++++++++++++++++++++++--
 src/network/bridge_driver.h |  19 ++++----
 src/qemu/qemu_command.c     |   2 +-
 src/qemu/qemu_hotplug.c     |  14 +++---
 src/qemu/qemu_process.c     |   4 +-
 src/util/virhook.c          |  13 +++++-
 src/util/virhook.h          |  11 +++++
 13 files changed, 321 insertions(+), 49 deletions(-)

-- 
1.8.5.3




More information about the libvir-list mailing list