commit | a5b39cd3f647eaaaef5b648beda5cb2f387418c0 | [log] [tgz] |
---|---|---|
author | Eric Auger <eric.auger@linaro.org> | Mon Oct 05 12:30:12 2015 -0600 |
committer | Alex Williamson <alex.williamson@redhat.com> | Mon Oct 05 12:30:12 2015 -0600 |
tree | a7c6d69a52116ae3bf9524cd412df845b8249aab | |
parent | a22313deca720e038ebc5805cf451b3a685d29ce [diff] |
hw/vfio/platform: do not set resamplefd for edge-sensitive IRQS In irqfd mode, current code attempts to set a resamplefd whatever the type of the IRQ. For an edge-sensitive IRQ this attempt fails and as a consequence, the whole irqfd setup fails and we fall back to the slow mode. This patch bypasses the resamplefd setting for non level-sentive IRQs. Signed-off-by: Eric Auger <eric.auger@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>