Re: [Qemu-devel] [PATCH v3] block: more read-only changes, related to backing files

2010-02-08 Thread Kevin Wolf
Am 07.02.2010 15:19, schrieb Naphtali Sprei: > This version addresses comments by Kevin Wolf to v2 > Also separate commits squashed. > > > Open image file read-only where possible > Upgrade file to read-write during commit, back to read-only after commit > Added option for qemu-img.c bdrv_new_op

[Qemu-devel] [PATCH v3] block: more read-only changes, related to backing files

2010-02-07 Thread Naphtali Sprei
This version addresses comments by Kevin Wolf to v2 Also separate commits squashed. Open image file read-only where possible Upgrade file to read-write during commit, back to read-only after commit Added option for qemu-img.c bdrv_new_open() to open file as read-only qemu-img changes based on p