[Qemu-devel] [Bug 1529859] Re: qemu 2.5.0 ivshmem segfault with msi=off option

2016-01-05 Thread maquefel
>See previously posted patch: > http://lists.gnu.org/archive/html/qemu-stable/2015-12/msg00034.html This patch resolves issue. I can confirm it works. ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which

[Qemu-devel] [Bug 1529859] [NEW] qemu 2.5.0 ivshmem segfault with msi=off option

2015-12-29 Thread maquefel
Public bug reported: Launching qemu with "-device ivshmem,chardev=ivshmemid,msi=off -chardev socket,path=/tmp/ivshmem_socket,id=ivshmemid" Causes segfault because, s->msi_vectors is not initialized and s->msi_vectors == 0. Does ivshmem exactly need this line ? : s->msi_vectors[vector].pdev = pd