Re: [Qemu-block] bug in reopen arch

2018-06-22 Thread Kevin Wolf
Am 22.06.2018 um 13:17 hat Vladimir Sementsov-Ogievskiy geschrieben: > 22.06.2018 11:56, Kevin Wolf wrote: > > (Berto, I'm CCing you just because this is about reopen, so you might > > have thoughts about it. But it's not really related to what you're > > currently working on.) > > > > Am 21.06.20

Re: [Qemu-block] bug in reopen arch

2018-06-22 Thread Vladimir Sementsov-Ogievskiy
22.06.2018 11:56, Kevin Wolf wrote: (Berto, I'm CCing you just because this is about reopen, so you might have thoughts about it. But it's not really related to what you're currently working on.) Am 21.06.2018 um 19:44 hat Vladimir Sementsov-Ogievskiy geschrieben: 21.06.2018 20:17, Kevin Wolf w

Re: [Qemu-block] bug in reopen arch

2018-06-22 Thread Kevin Wolf
(Berto, I'm CCing you just because this is about reopen, so you might have thoughts about it. But it's not really related to what you're currently working on.) Am 21.06.2018 um 19:44 hat Vladimir Sementsov-Ogievskiy geschrieben: > 21.06.2018 20:17, Kevin Wolf wrote: > > Am 21.06.2018 um 17:55 hat

Re: [Qemu-block] bug in reopen arch

2018-06-21 Thread Vladimir Sementsov-Ogievskiy
21.06.2018 20:17, Kevin Wolf wrote: Am 21.06.2018 um 17:55 hat Vladimir Sementsov-Ogievskiy geschrieben: 21.06.2018 17:25, Kevin Wolf wrote: Am 15.06.2018 um 20:42 hat Vladimir Sementsov-Ogievskiy geschrieben: 14.06.2018 13:46, Kevin Wolf wrote: Am 12.06.2018 um 20:57 hat Vladimir Sementsov-O

Re: [Qemu-block] bug in reopen arch

2018-06-21 Thread Kevin Wolf
Am 21.06.2018 um 17:55 hat Vladimir Sementsov-Ogievskiy geschrieben: > 21.06.2018 17:25, Kevin Wolf wrote: > > Am 15.06.2018 um 20:42 hat Vladimir Sementsov-Ogievskiy geschrieben: > > > 14.06.2018 13:46, Kevin Wolf wrote: > > > > Am 12.06.2018 um 20:57 hat Vladimir Sementsov-Ogievskiy geschrieben:

Re: [Qemu-block] bug in reopen arch

2018-06-21 Thread Vladimir Sementsov-Ogievskiy
21.06.2018 17:25, Kevin Wolf wrote: Am 15.06.2018 um 20:42 hat Vladimir Sementsov-Ogievskiy geschrieben: 14.06.2018 13:46, Kevin Wolf wrote: Am 12.06.2018 um 20:57 hat Vladimir Sementsov-Ogievskiy geschrieben: Hi all! I've faced the following problem:     1. create image with dirty bitmap,

Re: [Qemu-block] bug in reopen arch

2018-06-21 Thread Kevin Wolf
Am 15.06.2018 um 20:42 hat Vladimir Sementsov-Ogievskiy geschrieben: > 14.06.2018 13:46, Kevin Wolf wrote: > > Am 12.06.2018 um 20:57 hat Vladimir Sementsov-Ogievskiy geschrieben: > > > Hi all! > > > > > > I've faced the following problem: > > > > > >     1. create image with dirty bitmap, a.qco

Re: [Qemu-block] bug in reopen arch

2018-06-20 Thread Vladimir Sementsov-Ogievskiy
Kevin? 15.06.2018 21:42, Vladimir Sementsov-Ogievskiy wrote: 14.06.2018 13:46, Kevin Wolf wrote: Am 12.06.2018 um 20:57 hat Vladimir Sementsov-Ogievskiy geschrieben: Hi all! I've faced the following problem: 1. create image with dirty bitmap, a.qcow2 (start qemu and run qmp command

Re: [Qemu-block] bug in reopen arch

2018-06-15 Thread Vladimir Sementsov-Ogievskiy
14.06.2018 13:46, Kevin Wolf wrote: Am 12.06.2018 um 20:57 hat Vladimir Sementsov-Ogievskiy geschrieben: Hi all! I've faced the following problem:     1. create image with dirty bitmap, a.qcow2 (start qemu and run qmp     command block-dirty-bitmap-add)     2. run the following commands:

Re: [Qemu-block] bug in reopen arch

2018-06-14 Thread Kevin Wolf
Am 12.06.2018 um 20:57 hat Vladimir Sementsov-Ogievskiy geschrieben: > Hi all! > > I've faced the following problem: > >     1. create image with dirty bitmap, a.qcow2 (start qemu and run qmp >     command block-dirty-bitmap-add) > >     2. run the following commands: > >     qemu-img creat

[Qemu-block] bug in reopen arch

2018-06-12 Thread Vladimir Sementsov-Ogievskiy
Hi all! I've faced the following problem:     1. create image with dirty bitmap, a.qcow2 (start qemu and run qmp     command block-dirty-bitmap-add)     2. run the following commands:     qemu-img create -f qcow2 -b a.qcow2 b.qcow2 10M     qemu-io -c 'write 0 512' b.qcow2     qemu-