All of lore.kernel.org
 help / color / mirror / Atom feed
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:37:31 -0700	[thread overview]
Message-ID: <54C0383B.4080709@redhat.com> (raw)
In-Reply-To: <1421858913-12550-1-git-send-email-jslaby@suse.cz>

[-- Attachment #1: Type: text/plain, Size: 1136 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 we have lots of bad examples in this directory is not an
excuse - I've been requesting that new doc files explicitly call out
copyright and license information, rather than implicitly relying on the
defaults of GPLv2+ 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 --]

  parent reply	other threads:[~2015-01-21 23:37 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 [this message]
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     ` [Qemu-devel] [PATCH v5 1/1] hw: misc, add educational driver Eric Blake

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=54C0383B.4080709@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.