Re: [Qemu-devel] [PATCH v2 0/2] vmdk: Allow version 3 read only open

2013-11-29 Thread Kevin Wolf
Am 28.11.2013 um 02:48 hat Fam Zheng geschrieben: > According to an update on VMware Knowledge Base [KB 2064959], we should be > safe > to open version 3 as read only. This is meaningful as an compatibility > improvement, so let's enable it. > > v2: [01] Parentheses around "flags & BDRV_O_RDWR".

[Qemu-devel] [PATCH v2 0/2] vmdk: Allow version 3 read only open

2013-11-27 Thread Fam Zheng
According to an update on VMware Knowledge Base [KB 2064959], we should be safe to open version 3 as read only. This is meaningful as an compatibility improvement, so let's enable it. v2: [01] Parentheses around "flags & BDRV_O_RDWR". (Paolo) Add comments. (Stefan) Fam Zheng (2): vmdk