Re: [libvirt] [PATCHv6 9/8] blockjob: allow speed setting in block copy

2012-04-30 Thread Paolo Bonzini
Il 26/04/2012 22:55, Eric Blake ha scritto: Paolo proposed 'drive-mirror' to upstream qemu prior to Stefan Hajnoczi's patch to 'block-stream'. qemu 1.1 has included Stefan's patch, but Paolo's is still in limbo, and needs to be rebased if it will even make qemu 1.1. But it is a logical

[libvirt] [PATCHv6 9/8] blockjob: allow speed setting in block copy

2012-04-26 Thread Eric Blake
Similar to the recent race fix for 'block-stream', it is possible to set the speed of a block copy job up front thanks to an optional 'speed' parameter to 'drive-mirror'. * src/qemu/qemu_monitor_json.c (qemuMonitorJSONDriveMirror): Set speed at job start. * src/qemu/qemu_monitor_json.h

Re: [libvirt] [PATCHv6 9/8] blockjob: allow speed setting in block copy

2012-04-26 Thread Stefan Berger
On 04/26/2012 04:15 PM, Eric Blake wrote: Similar to the recent race fix for 'block-stream', it is possible to set the speed of a block copy job up front thanks to an optional 'speed' parameter to 'drive-mirror'. * src/qemu/qemu_monitor_json.c (qemuMonitorJSONDriveMirror): Set speed at job

Re: [libvirt] [PATCHv6 9/8] blockjob: allow speed setting in block copy

2012-04-26 Thread Eric Blake
On 04/26/2012 02:38 PM, Stefan Berger wrote: On 04/26/2012 04:15 PM, Eric Blake wrote: Similar to the recent race fix for 'block-stream', it is possible to set the speed of a block copy job up front thanks to an optional 'speed' parameter to 'drive-mirror'. * src/qemu/qemu_monitor_json.c