hw/misc/ivshmem: Bury dead legacy INTx code
commite858e04dd400744a93d453e97b33f9eaee2dabec
authorMarkus Armbruster <armbru@redhat.com>
Thu, 5 Dec 2019 20:35:57 +0000 (5 21:35 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Dec 2019 08:05:23 +0000 (17 09:05 +0100)
treeb975a3805d31c0740742279cf42b5188b98b8be6
parent1ee5e144ea6bed4afab8c28f1c552c82ef56bc95
hw/misc/ivshmem: Bury dead legacy INTx code

Devices "ivshmem-plain" and "ivshmem-doorbell" support only MSI-X.
Config space register Interrupt Pin is zero.  Device "ivshmem"
additionally supported legacy INTx, but it was removed in commit
5a0e75f0a9 "hw/misc/ivshmem: Remove deprecated "ivshmem" legacy
device".  The commit left ivshmem_update_irq() behind.  Since the
Interrupt Pin register is zero, the function does nothing.  Remove it.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20191205203557.11254-1-armbru@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
hw/misc/ivshmem.c