Am 18.12.2017 um 06:00 hat Hikaru Nishida geschrieben: > 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 <hikaru...@gmail.com>
Thanks, applied to the block branch. I had to resolve conflicts with the tracing patches and chose to keep the trace points from pci_irq_pulse() for pci_irq_assert(), but didn't add them to pci_irq_deassert(). Please check if this makes sense to you. Here is the commit after my conflict resolution: http://repo.or.cz/qemu/kevin.git/commitdiff/44c55a9159f2048a26c07e50dbc21c934917b82c Kevin