]> git.ipfire.org Git - thirdparty/qemu.git/commit - MAINTAINERS
hw: misc, add educational driver
authorJiri Slaby <jslaby@suse.cz>
Wed, 21 Jan 2015 16:48:33 +0000 (17:48 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Jan 2015 11:26:55 +0000 (12:26 +0100)
commitb30934cb52a72a763da21dccc9994c64517d6f25
tree8b5381b7432f6daf4edfbe939646b545a472df34
parente720677e32e70b1f60637ebbcf2ffb23a4607f3e
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>
MAINTAINERS
default-configs/pci.mak
docs/specs/edu.txt [new file with mode: 0644]
hw/misc/Makefile.objs
hw/misc/edu.c [new file with mode: 0644]