Re: [Qemu-devel] crash with -incoming and -snapshot

2016-02-15 Thread Kashyap Chamarthy
On Mon, Feb 15, 2016 at 10:26:17AM +0100, Paolo Bonzini wrote: > > > On 15/02/2016 10:12, Kevin Wolf wrote: > > Am 14.02.2016 um 17:12 hat Paolo Bonzini geschrieben: > >> On 14/02/2016 16:52, Paolo Bonzini wrote: > >>> Reproducer: > >>> > >>> x86_64-softmmu/qemu-system-x86_64 \ > >>>-incoming

Re: [Qemu-devel] crash with -incoming and -snapshot

2016-02-15 Thread Paolo Bonzini
On 15/02/2016 10:12, Kevin Wolf wrote: > Am 14.02.2016 um 17:12 hat Paolo Bonzini geschrieben: >> On 14/02/2016 16:52, Paolo Bonzini wrote: >>> Reproducer: >>> >>> x86_64-softmmu/qemu-system-x86_64 \ >>>-incoming tcp:localhost:12345 -snapshot \ >>>/vm/virt_test/images/jeos-21-64-base.qcow

Re: [Qemu-devel] crash with -incoming and -snapshot

2016-02-14 Thread Paolo Bonzini
On 14/02/2016 16:52, Paolo Bonzini wrote: > Reproducer: > > x86_64-softmmu/qemu-system-x86_64 \ >-incoming tcp:localhost:12345 -snapshot \ >/vm/virt_test/images/jeos-21-64-base.qcow2 > > > Weird as it may seem, this actually makes some sense for testing > migration with non-shared stor

[Qemu-devel] crash with -incoming and -snapshot

2016-02-14 Thread Paolo Bonzini
Reproducer: x86_64-softmmu/qemu-system-x86_64 \ -incoming tcp:localhost:12345 -snapshot \ /vm/virt_test/images/jeos-21-64-base.qcow2 Weird as it may seem, this actually makes some sense for testing migration with non-shared storage... Paolo