• E
    start: allow discarding managed save · 27c85260
    Eric Blake 提交于
    There have been several instances of people having problems with
    a broken managed save file, and not aware that they could use
    'virsh managedsave-remove dom' to fix things.  Making it possible
    to do this as part of starting a domain makes the same functionality
    easier to find, and one less API call.
    
    * include/libvirt/libvirt.h.in (VIR_DOMAIN_START_FORCE_BOOT): New
    flag.
    * src/libvirt.c (virDomainCreateWithFlags): Document it.
    * src/qemu/qemu_driver.c (qemuDomainObjStart): Alter signature.
    (qemuAutostartDomain, qemuDomainStartWithFlags): Update callers.
    * tools/virsh.c (cmdStart): Expose it in virsh.
    * tools/virsh.pod (start): Document it.
    27c85260
virsh.pod 64.0 KB