All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: David Marchand <david.marchand@6wind.com>
Cc: qemu-devel@nongnu.org, Olivier Matz <olivier.matz@6wind.com>,
	kvm@vger.kernel.org, claudio.fontana@huawei.com,
	pbonzini@redhat.com, jani.kokkonen@huawei.com,
	cam@cs.ualberta.ca
Subject: Re: [Qemu-devel] [PATCH v2 1/2] contrib: add ivshmem client and server
Date: Mon, 21 Jul 2014 19:35:51 +0200	[thread overview]
Message-ID: <87mwc2aa2w.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <1405849119-13569-2-git-send-email-david.marchand@6wind.com> (David Marchand's message of "Sun, 20 Jul 2014 11:38:38 +0200")

David Marchand <david.marchand@6wind.com> writes:

> When using ivshmem devices, notifications between guests can be sent as
> interrupts using a ivshmem-server (typical use described in documentation).
> The client is provided as a debug tool.
[...]
> diff --git a/contrib/ivshmem-client/ivshmem-client.c
> b/contrib/ivshmem-client/ivshmem-client.c
> new file mode 100644
> index 0000000..32ef3ef
> --- /dev/null
> +++ b/contrib/ivshmem-client/ivshmem-client.c
> @@ -0,0 +1,418 @@
> +/*
> + * Copyright(c) 2014 6WIND S.A.
> + * All rights reserved.
> + *
> + * This work is licensed under the terms of the GNU GPL, version 2.  See
> + * the COPYING file in the top-level directory.
> + */

Do you have a compelling reason why you can't license under GPLv2+?  If
yes, please explain it to us.  If no, please use

 * This work is licensed under the terms of the GNU GPL, version 2 or
 * later.  See the COPYING file in the top-level directory.

[...]

WARNING: multiple messages have this Message-ID (diff)
From: Markus Armbruster <armbru@redhat.com>
To: David Marchand <david.marchand@6wind.com>
Cc: Olivier Matz <olivier.matz@6wind.com>,
	kvm@vger.kernel.org, claudio.fontana@huawei.com,
	qemu-devel@nongnu.org, pbonzini@redhat.com,
	jani.kokkonen@huawei.com, cam@cs.ualberta.ca
Subject: Re: [Qemu-devel] [PATCH v2 1/2] contrib: add ivshmem client and server
Date: Mon, 21 Jul 2014 19:35:51 +0200	[thread overview]
Message-ID: <87mwc2aa2w.fsf@blackfin.pond.sub.org> (raw)
In-Reply-To: <1405849119-13569-2-git-send-email-david.marchand@6wind.com> (David Marchand's message of "Sun, 20 Jul 2014 11:38:38 +0200")

David Marchand <david.marchand@6wind.com> writes:

> When using ivshmem devices, notifications between guests can be sent as
> interrupts using a ivshmem-server (typical use described in documentation).
> The client is provided as a debug tool.
[...]
> diff --git a/contrib/ivshmem-client/ivshmem-client.c
> b/contrib/ivshmem-client/ivshmem-client.c
> new file mode 100644
> index 0000000..32ef3ef
> --- /dev/null
> +++ b/contrib/ivshmem-client/ivshmem-client.c
> @@ -0,0 +1,418 @@
> +/*
> + * Copyright(c) 2014 6WIND S.A.
> + * All rights reserved.
> + *
> + * This work is licensed under the terms of the GNU GPL, version 2.  See
> + * the COPYING file in the top-level directory.
> + */

Do you have a compelling reason why you can't license under GPLv2+?  If
yes, please explain it to us.  If no, please use

 * This work is licensed under the terms of the GNU GPL, version 2 or
 * later.  See the COPYING file in the top-level directory.

[...]

  parent reply	other threads:[~2014-07-21 17:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-20  9:38 [PATCH v2 0/2] ivshmem: update documentation, add client/server tools David Marchand
2014-07-20  9:38 ` [Qemu-devel] " David Marchand
2014-07-20  9:38 ` [PATCH v2 1/2] contrib: add ivshmem client and server David Marchand
2014-07-20  9:38   ` [Qemu-devel] " David Marchand
2014-07-21 14:21   ` Eric Blake
2014-07-21 14:21     ` [Qemu-devel] " Eric Blake
2014-07-21 14:30     ` Daniel P. Berrange
2014-07-21 14:30       ` Daniel P. Berrange
2014-07-21 15:26     ` David Marchand
2014-07-21 15:26       ` [Qemu-devel] " David Marchand
2014-07-21 17:35   ` Markus Armbruster [this message]
2014-07-21 17:35     ` Markus Armbruster
2014-08-08  8:49     ` David Marchand
2014-08-08  8:49       ` David Marchand
2014-07-20  9:38 ` [PATCH v2 2/2] docs: update ivshmem device spec David Marchand
2014-07-20  9:38   ` [Qemu-devel] " David Marchand
2014-07-21  8:19   ` Claudio Fontana
2014-07-21  8:19     ` [Qemu-devel] " Claudio Fontana

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=87mwc2aa2w.fsf@blackfin.pond.sub.org \
    --to=armbru@redhat.com \
    --cc=cam@cs.ualberta.ca \
    --cc=claudio.fontana@huawei.com \
    --cc=david.marchand@6wind.com \
    --cc=jani.kokkonen@huawei.com \
    --cc=kvm@vger.kernel.org \
    --cc=olivier.matz@6wind.com \
    --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.