summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJiri Slaby2015-01-21 17:48:33 +0100
committerPaolo Bonzini2015-01-26 12:26:55 +0100
commitb30934cb52a72a763da21dccc9994c64517d6f25 (patch)
tree8b5381b7432f6daf4edfbe939646b545a472df34 /MAINTAINERS
parentvmstate: accept QEMUTimer in VMSTATE_TIMER*, add VMSTATE_TIMER_PTR* (diff)
downloadqemu-b30934cb52a72a763da21dccc9994c64517d6f25.tar.gz
qemu-b30934cb52a72a763da21dccc9994c64517d6f25.tar.xz
qemu-b30934cb52a72a763da21dccc9994c64517d6f25.zip
hw: misc, add educational driver
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS5
1 files changed, 5 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 430688dcab..fd335a47bf 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -599,6 +599,11 @@ F: hw/net/opencores_eth.c
Devices
-------
+EDU
+M: Jiri Slaby <jslaby@suse.cz>
+S: Maintained
+F: hw/misc/edu.c
+
IDE
M: Kevin Wolf <kwolf@redhat.com>
M: Stefan Hajnoczi <stefanha@redhat.com>