• D
    Add script hook support to the QEmu driver · 668150fc
    Daniel Veillard 提交于
    Right now this implements only 2 basic hooks:
    - before the qemu process is being launched
    - after the qemu process is terminated
    the XML description of the domain is passed to the hook script stdin
    /etc/libvirt/hook/qemu
    
    * src/qemu/qemu_driver.c: implement synchronous script hooks for QEmu
      at domain startup and end
    668150fc
qemu_driver.c 309.1 KB