From: Eric Blake <eblake@redhat.com>
To: Jiri Slaby <jslaby@suse.cz>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v5 1/1] hw: misc, add educational driver
Date: Wed, 21 Jan 2015 16:49:56 -0700 [thread overview]
Message-ID: <54C03B24.6090100@redhat.com> (raw)
In-Reply-To: <1421858913-12550-1-git-send-email-jslaby@suse.cz>
[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]
On 01/21/2015 09:48 AM, Jiri Slaby wrote:
> 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>
> ---
> +++ b/docs/specs/edu.txt
> @@ -0,0 +1,106 @@
> +
> +EDU device
> +==========
> +
> +This is an educational device for writing (kernel) drivers. Its original
> +intention was to support the Linux kernel lectures taught at the Masaryk
> +University. Students are given this virtual device and are expected to write a
> +driver with I/Os, IRQs, DMAs and such.
Just because many other doc files in this directory are bad examples is
not a good excuse - I've been requesting that new docs include an
explicit license and copyright blurb, instead of relying on implicit
defaults of GPLv2+ inherited from the top level. It would be fine to
add that as a followup patch.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
prev parent reply other threads:[~2015-01-21 23:52 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-21 16:28 [Qemu-devel] [PATCH v4 1/1] pci-host: add educational driver Jiri Slaby
2015-01-21 16:40 ` Paolo Bonzini
2015-01-21 16:44 ` Jiri Slaby
2015-01-21 16:48 ` [Qemu-devel] [PATCH v5 1/1] hw: misc, " Jiri Slaby
2015-01-21 16:58 ` Paolo Bonzini
2015-01-21 23:37 ` Eric Blake
2015-01-22 8:22 ` [Qemu-devel] [PATCH 1/1] edu: fix license information Jiri Slaby
2015-01-22 9:04 ` Markus Armbruster
2015-01-22 9:04 ` Jiri Slaby
2015-01-22 9:41 ` Markus Armbruster
2015-01-22 15:39 ` Eric Blake
2015-01-22 15:53 ` Paolo Bonzini
2015-01-22 19:10 ` Jiri Slaby
2015-01-23 7:40 ` Markus Armbruster
2015-01-21 23:49 ` Eric Blake [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54C03B24.6090100@redhat.com \
--to=eblake@redhat.com \
--cc=jslaby@suse.cz \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.