]> git.ipfire.org Git - thirdparty/qemu.git/commit
ivshmem: remove redundant assignment, fix crash with msi=off
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 18 Dec 2015 14:13:08 +0000 (15:13 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 15 Mar 2016 17:35:51 +0000 (12:35 -0500)
commit702a8d165c9a4a54bf9b1d6af816aa64c8cf0d7a
tree9c7e6637b57f860beddde13214ed8cacb4f808d9
parent3e96d5dcf2f7a8c35b0e91b2689482bf0436e49d
ivshmem: remove redundant assignment, fix crash with msi=off

Fix crash when msi=false introduced in 660c97ee (msi_vectors is NULL in
this case)

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
(cherry picked from commit 47213eb1104709bf238c8d16db20aa47d37b1c59)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
hw/misc/ivshmem.c