Re: [libvirt] [PATCH v2 0/2] Allow saving QEMU libvirt state to a pipe

2016-12-20 Thread Chen Hanxiao
At 2016-12-15 11:15:13, "Chen Hanxiao" wrote: >This series introduce flag VIR_DOMAIN_SAVE_DIRECT >to enable command 'save' to write to PIPE. > >Base upon patches from Roy Keene >with some fixes. > >Change from original patch: >1) Check whether the

[libvirt] [PATCH v2 0/2] Allow saving QEMU libvirt state to a pipe

2016-12-14 Thread Chen Hanxiao
This series introduce flag VIR_DOMAIN_SAVE_DIRECT to enable command 'save' to write to PIPE. Base upon patches from Roy Keene with some fixes. Change from original patch: 1) Check whether the specified path is a PIPE. 2) Rebase on upstream. 3) Add doc for virsh command