Skip to content
Commit 5e9aa92e authored by Hikaru Nishida's avatar Hikaru Nishida Committed by Kevin Wolf
Browse files

hw/block: Fix pin-based interrupt behaviour of NVMe



Pin-based interrupt of NVMe controller did not work properly
because using an obsolated function pci_irq_pulse().
To fix this, change to use pci_irq_assert() / pci_irq_deassert()
instead of pci_irq_pulse().

Signed-off-by: default avatarHikaru Nishida <hikarupsp@gmail.com>
Reviewed-by: default avatarKeith Busch <keith.busch@intel.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent f86428a1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment