commit | a22313deca720e038ebc5805cf451b3a685d29ce | [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 | 709b5b7c0502cd08ca3f8934c9fcf60b728469be | |
parent | 58892b447f0ffcd0967bc6f1bcb40df288ebeebc [diff] |
hw/vfio/platform: change interrupt/unmask fields into pointer unmask EventNotifier might not be initialized in case of edge sensitive irq. Using EventNotifier pointers make life simpler to handle the edge-sensitive irqfd setup. Signed-off-by: Eric Auger <eric.auger@linaro.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>