alistair23 / qemu

Alistair's fork of the official QEMU repository
http://wiki.qemu.org/Main_Page
Other
7 stars 9 forks source link

Add a fake QEMU timer to the GPIO device #25

Closed alistair23 closed 9 years ago

alistair23 commented 9 years ago

Add a fake timer to the GPIO device.

Use this fake timer to trigger GPIO interrupts from the Python server. They won't actually be interrupts, it's still event driven the events will just occur often enough to act like interrupts