Re: [Qemu-devel] [PATCH v4 10/10] block: add QAPI command to allow live backing file change

2014-06-05 Thread Benoît Canet
The Wednesday 04 Jun 2014 à 09:51:12 (-0400), Jeff Cody wrote : This allows a user to make a live change to the backing file recorded in an open image. The image file to modify can be specified 2 ways: 1) image filename 2) image node-name Note: this does not cause the backing file

[Qemu-devel] [PATCH v4 10/10] block: add QAPI command to allow live backing file change

2014-06-04 Thread Jeff Cody
This allows a user to make a live change to the backing file recorded in an open image. The image file to modify can be specified 2 ways: 1) image filename 2) image node-name Note: this does not cause the backing file itself to be reopened; it merely changes the backing filename in the image

Re: [Qemu-devel] [PATCH v4 10/10] block: add QAPI command to allow live backing file change

2014-06-04 Thread Eric Blake
On 06/04/2014 07:51 AM, Jeff Cody wrote: This allows a user to make a live change to the backing file recorded in an open image. The image file to modify can be specified 2 ways: 1) image filename 2) image node-name Note: this does not cause the backing file itself to be reopened; it