Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Interrupt handling in vdev: (1 Item)
   
Interrupt handling in vdev  
Hello,

I'm working for developing vdev of gpio for SS.

The interrupt feature of gpio is added in virtio v1.2.

For the host side, there is a gpio resource manager.
There is no code for interrupt in the gpio resource manager, like InterruptAttachEvent(), InterruptWait().
So, I added a thread with InterruptWait() in vdev code.

I wonder the interrupt handling in the vdev code is ok or not.
Can anyone also tell me this is ok or not.
If not, tell me better method please.