Re: [Qemu-devel] [PATCH for 2.5 v6 0/10] dataplane snapshot fixes

2015-11-10 Thread Stefan Hajnoczi
On Mon, Nov 09, 2015 at 08:57:26PM +0300, Denis V. Lunev wrote: > On 11/09/2015 08:37 PM, Stefan Hajnoczi wrote: > >On Sat, Nov 07, 2015 at 06:54:50PM +0300, Denis V. Lunev wrote: > >>with test > >> while /bin/true ; do > >> virsh snapshot-create rhel7 > >> sleep 10 > >>

Re: [Qemu-devel] [PATCH for 2.5 v6 0/10] dataplane snapshot fixes

2015-11-09 Thread Denis V. Lunev
On 11/09/2015 08:37 PM, Stefan Hajnoczi wrote: On Sat, Nov 07, 2015 at 06:54:50PM +0300, Denis V. Lunev wrote: with test while /bin/true ; do virsh snapshot-create rhel7 sleep 10 virsh snapshot-delete rhel7 --current done with enabled iothreads on a running V

Re: [Qemu-devel] [PATCH for 2.5 v6 0/10] dataplane snapshot fixes

2015-11-09 Thread Stefan Hajnoczi
On Sat, Nov 07, 2015 at 06:54:50PM +0300, Denis V. Lunev wrote: > with test > while /bin/true ; do > virsh snapshot-create rhel7 > sleep 10 > virsh snapshot-delete rhel7 --current > done > with enabled iothreads on a running VM leads to a lot of troubles: hangs, > as

[Qemu-devel] [PATCH for 2.5 v6 0/10] dataplane snapshot fixes

2015-11-07 Thread Denis V. Lunev
with test while /bin/true ; do virsh snapshot-create rhel7 sleep 10 virsh snapshot-delete rhel7 --current done with enabled iothreads on a running VM leads to a lot of troubles: hangs, asserts, errors. Anyway, I think that the construction like assert(aio_contex