Re: [Qemu-devel] Block format 'raw' does not support the option 'share-rw'

2019-04-02 Thread Kevin Wolf
Am 28.03.2019 um 21:48 hat Michal Suchánek geschrieben: > On Thu, 28 Mar 2019 16:56:48 +0100 > Michal Suchánek wrote: > > > Hello, > > > > I tried to update my machine definitions to work with current qemu. > > > > Unfortunately, while qemu 2.11 supports disk sharing with raw images > > qemu 3.

Re: [Qemu-devel] Block format 'raw' does not support the option 'share-rw'

2019-03-28 Thread Michal Suchánek
On Thu, 28 Mar 2019 16:56:48 +0100 Michal Suchánek wrote: > Hello, > > I tried to update my machine definitions to work with current qemu. > > Unfortunately, while qemu 2.11 supports disk sharing with raw images > qemu 3.1 does not. That looks bogus to me. What is not supported about > writing

[Qemu-devel] Block format 'raw' does not support the option 'share-rw'

2019-03-28 Thread Michal Suchánek
Hello, I tried to update my machine definitions to work with current qemu. Unfortunately, while qemu 2.11 supports disk sharing with raw images qemu 3.1 does not. That looks bogus to me. What is not supported about writing random block into a file in parallel? Thanks Michal