Re: [Qemu-devel] [v2 Patch 5/9]block: qcow2 image file reopen

2012-08-09 Thread Kevin Wolf
Am 09.08.2012 06:26, schrieb Jeff Cody: On 07/30/2012 05:35 PM, Supriya Kannery wrote: qcow2 driver changes for bdrv_reopen_xx functions to safely reopen image files. Reopening of image files while changing hostcache dynamically is handled here. Signed-off-by: Supriya Kannery

Re: [Qemu-devel] [v2 Patch 5/9]block: qcow2 image file reopen

2012-08-08 Thread Jeff Cody
On 07/30/2012 05:35 PM, Supriya Kannery wrote: qcow2 driver changes for bdrv_reopen_xx functions to safely reopen image files. Reopening of image files while changing hostcache dynamically is handled here. Signed-off-by: Supriya Kannery supri...@linux.vnet.ibm.com --- Index:

[Qemu-devel] [v2 Patch 5/9]block: qcow2 image file reopen

2012-07-30 Thread Supriya Kannery
qcow2 driver changes for bdrv_reopen_xx functions to safely reopen image files. Reopening of image files while changing hostcache dynamically is handled here. Signed-off-by: Supriya Kannery supri...@linux.vnet.ibm.com --- Index: qemu/block/qcow2.c