• D
    Pull initial disk labelling out into libvirtd instead of exec hook · 08fd20b0
    Daniel P. Berrange 提交于
    Pulling the disk labelling code out of the exec hook, and into
    libvirtd will allow it to access shared state in the daemon. It
    will also make debugging & error reporting easier / more reliable.
    
    * qemu/qemu_driver.c: Move initial disk labelling calls up into
      libvirtd. Add cleanup of disk labels upon failure
    08fd20b0
qemu_driver.c 265.6 KB