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

2017-02-23 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

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

2017-02-16 Thread Chen Hanxiao
At 2017-02-03 16:23:52, "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 resend v2 0/2] Allow saving QEMU libvirt state to a pipe

2017-02-03 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

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

2017-01-21 Thread Chen Hanxiao
At 2017-01-18 09:05:12, "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 resend v2 0/2] Allow saving QEMU libvirt state to a pipe

2017-01-17 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