summaryrefslogtreecommitdiffstats
path: root/docs/specs/edu.txt
Commit message (Collapse)AuthorAgeFilesLines
* hw/misc/edu: support MSI interruptPeter Xu2016-10-041-1/+6
| | | | | | | | | So now edu device can support both line or msi interrupt, depending on how user configures it. Signed-off-by: Peter Xu <peterx@redhat.com> Message-Id: <1475067819-21413-1-git-send-email-peterx@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* hw: misc, add educational driverJiri Slaby2015-01-261-0/+110
I am using qemu for teaching the Linux kernel at our university. I wrote a simple PCI device that can answer to writes/reads, generate interrupts and perform DMA. As I am dragging it locally over 2 years, I am sending it to you now. Signed-off-by: Jiri Slaby <jslaby@suse.cz> [Fix 32-bit compilation. - Paolo] Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>