Re: [Qemu-devel] [PATCH] virtio-serial: fix segfault on disconnect

2017-06-02 Thread Stefan Hajnoczi
On Fri, Jun 2, 2017 at 11:13 AM, Pankaj Gupta wrote: >> Since commit d4c19cdeeb2f1e474bc426a6da261f1d7346eb5b ("virtio-serial: >> add missing virtio_detach_element() call") the following commands may >> cause QEMU to segfault: >> >> $ qemu -M accel=kvm -cpu host -m 1G \ >> -drive if=vir

Re: [Qemu-devel] [PATCH] virtio-serial: fix segfault on disconnect

2017-06-02 Thread Pankaj Gupta
Hello Stefan, > > Since commit d4c19cdeeb2f1e474bc426a6da261f1d7346eb5b ("virtio-serial: > add missing virtio_detach_element() call") the following commands may > cause QEMU to segfault: > > $ qemu -M accel=kvm -cpu host -m 1G \ > -drive if=virtio,file=test.img,format=raw \ >

[Qemu-devel] [PATCH] virtio-serial: fix segfault on disconnect

2017-06-02 Thread Stefan Hajnoczi
Since commit d4c19cdeeb2f1e474bc426a6da261f1d7346eb5b ("virtio-serial: add missing virtio_detach_element() call") the following commands may cause QEMU to segfault: $ qemu -M accel=kvm -cpu host -m 1G \ -drive if=virtio,file=test.img,format=raw \ -device virtio-serial-pci,id=vi