[libvirt] [PATCH v3 0/2] Network hooks

Michal Privoznik mprivozn at redhat.com
Mon Feb 10 18:52:33 UTC 2014


Version three.

The 1/3 from the previous round is already pushed (as it just reworks two
functions - no interesting work really).

The 1/2 from this patchset - I've moved the calling of the hook in
networkStartNetwork() a bit forward, so now it's called before writing the
network status file. This way it makes more sense.

The 2/2 has been conditionally ACKed, but I'm sending it anyway just to make
sure I got it right.

Michal Privoznik (2):
  network: Introduce network hooks
  network: Taint networks that are using hook script

 docs/hooks.html.in          |  70 +++++++++++----
 src/conf/network_conf.c     |  52 ++++++++++-
 src/conf/network_conf.h     |  17 ++++
 src/libvirt_private.syms    |   3 +
 src/lxc/lxc_driver.c        |   4 +-
 src/lxc/lxc_process.c       |   6 +-
 src/network/bridge_driver.c | 212 +++++++++++++++++++++++++++++++++++++++++++-
 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, 384 insertions(+), 43 deletions(-)

-- 
1.8.5.3




More information about the libvir-list mailing list