Re: [libvirt] [PATCH v3 0/9] Selective block device migration implementation

2015-06-03 Thread Kashyap Chamarthy
On Wed, Jun 03, 2015 at 11:11:45AM -0600, Eric Blake wrote: On 06/01/2015 02:41 PM, John Ferlan wrote: And, `make` seems to fail here: $ ~/tinker-space/libvirt/./autogen.sh --system $ make -j4 [. . .] /home/kashyapc/tinker-space/libvirt/./src/qemu/qemu_migration.c:

Re: [libvirt] [PATCH v3 0/9] Selective block device migration implementation

2015-06-03 Thread Eric Blake
On 06/01/2015 02:41 PM, John Ferlan wrote: And, `make` seems to fail here: $ ~/tinker-space/libvirt/./autogen.sh --system $ make -j4 [. . .] /home/kashyapc/tinker-space/libvirt/./src/qemu/qemu_migration.c: In function 'qemuMigrationRun':

Re: [libvirt] [PATCH v3 0/9] Selective block device migration implementation

2015-06-02 Thread Kashyap Chamarthy
On Mon, Jun 01, 2015 at 04:41:34PM -0400, John Ferlan wrote: On 06/01/2015 04:01 PM, Kashyap Chamarthy wrote: [. . .] $ git log --oneline | head -9 a98cb8d virsh: selective block device migration f57141e qemu: migration: selective block device migration 2757805 util: add

Re: [libvirt] [PATCH v3 0/9] Selective block device migration implementation

2015-06-01 Thread Kashyap Chamarthy
On Tue, May 26, 2015 at 03:01:42PM +0200, Michal Privoznik wrote: I've taken Pavel's patches, reworked them a bit, added something and sending v3. The original patches can be found here: https://www.redhat.com/archives/libvir-list/2015-May/msg00697.html Michal Privoznik (3):

Re: [libvirt] [PATCH v3 0/9] Selective block device migration implementation

2015-06-01 Thread John Ferlan
On 06/01/2015 04:01 PM, Kashyap Chamarthy wrote: On Tue, May 26, 2015 at 03:01:42PM +0200, Michal Privoznik wrote: I've taken Pavel's patches, reworked them a bit, added something and sending v3. The original patches can be found here:

Re: [libvirt] [PATCH v3 0/9] Selective block device migration implementation

2015-06-01 Thread Kashyap Chamarthy
On Tue, May 26, 2015 at 03:01:42PM +0200, Michal Privoznik wrote: I've taken Pavel's patches, reworked them a bit, added something and sending v3. The original patches can be found here: https://www.redhat.com/archives/libvir-list/2015-May/msg00697.html Michal Privoznik (3):

[libvirt] [PATCH v3 0/9] Selective block device migration implementation

2015-05-26 Thread Michal Privoznik
I've taken Pavel's patches, reworked them a bit, added something and sending v3. The original patches can be found here: https://www.redhat.com/archives/libvir-list/2015-May/msg00697.html Michal Privoznik (3): virDomainDiskGetSource: Mark passed disk as 'const' qemuMigrationBeginPhase: Fix