Files
qemu/hw/block
Hikaru Nishida 5e9aa92eb1 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: Hikaru Nishida <hikarupsp@gmail.com>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2018-01-23 12:33:07 +01:00
..
2017-12-19 09:25:28 +00:00
2017-12-19 09:25:28 +00:00
2016-01-20 13:36:23 +01:00
2016-01-20 13:36:23 +01:00
2017-09-27 11:35:59 +01:00
2016-06-07 18:19:24 +03:00
2017-12-22 15:03:41 +01:00
2017-04-21 12:41:29 -07:00