Re: [Qemu-devel] [PATCH] virtio-serial: avoid crash when port has no name

2014-11-03 Thread Amit Shah
On (Wed) 29 Oct 2014 [17:32:27], Marc-André Lureau wrote: > It seems "name" is not mandatory, and the following command line (based > on one generated by current libvirt) will crash qemu at start: > > qemu-system-x86_64 \ > -device virtio-serial-pci \ > -device virtserialport,name=foo \ >

Re: [Qemu-devel] [PATCH] virtio-serial: avoid crash when port has no name

2014-10-29 Thread Amit Shah
On (Wed) 29 Oct 2014 [17:32:27], Marc-André Lureau wrote: > It seems "name" is not mandatory, and the following command line (based > on one generated by current libvirt) will crash qemu at start: > > qemu-system-x86_64 \ > -device virtio-serial-pci \ > -device virtserialport,name=foo \ >

[Qemu-devel] [PATCH] virtio-serial: avoid crash when port has no name

2014-10-29 Thread Marc-André Lureau
It seems "name" is not mandatory, and the following command line (based on one generated by current libvirt) will crash qemu at start: qemu-system-x86_64 \ -device virtio-serial-pci \ -device virtserialport,name=foo \ -device virtconsole Program received signal SIGSEGV, Segmentation f