[libvirt] [PATCH] add screendump async to qemu

2012-03-06 Thread Alon Levy
RHBZ: 800338 Adds a new capability to qemu, QEMU_CAPS_SCREENDUMP_ASYNC, available if the qmp command screendump-async exists. If that cap exists qemuDomainScreenshot uses it. The implementation consists of a hash from filename to struct holding the stream and temporary fd. The fd is closed and

Re: [libvirt] [PATCH] add screendump async to qemu

2012-03-06 Thread Eric Blake
On 03/06/2012 04:02 AM, Alon Levy wrote: RHBZ: 800338 Adds a new capability to qemu, QEMU_CAPS_SCREENDUMP_ASYNC, available if the qmp command screendump-async exists. If that cap exists qemuDomainScreenshot uses it. The implementation consists of a hash from filename to struct holding the