Re: [Qemu-block] QEMU seg-fault with intermediate image streaming -- bdrv_reopen() in stream_start()

2017-05-15 Thread Alberto Garcia
On Sat 13 May 2017 12:45:36 AM CEST, Kashyap Chamarthy wrote: > Try to perform intermediate streaming (pull clusters from 'disk1.qcow2' > into 'b.qcow2': > > (QEMU) block-stream device=#block832 base=disk1.qcow2 > > > Result > -- > > QEMU crashes with SIGSEGV: I see the problem, I'll send

[Qemu-block] QEMU seg-fault with intermediate image streaming -- bdrv_reopen() in stream_start()

2017-05-12 Thread Kashyap Chamarthy
Reproducer -- [Disk image chain: disk1.qcow2 <- b.qcow2 <- c.qcow2] $ qemu-system-x86_64 -display none -nodefconfig -nodefaults \ -m 512 -device virtio-scsi-pci,id=scsi \ -device virtio-serial-pci \ -drive driver=qcow2,file.driver=file,file.filename=./disk1.qcow2,id=virtio0