From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: [Qemu-devel] [PATCH v2 1/2] contrib: add ivshmem client and server Date: Mon, 21 Jul 2014 19:35:51 +0200 Message-ID: <87mwc2aa2w.fsf@blackfin.pond.sub.org> References: <1405849119-13569-1-git-send-email-david.marchand@6wind.com> <1405849119-13569-2-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain Cc: qemu-devel@nongnu.org, Olivier Matz , kvm@vger.kernel.org, claudio.fontana@huawei.com, pbonzini@redhat.com, jani.kokkonen@huawei.com, cam@cs.ualberta.ca To: David Marchand Return-path: Received: from oxygen.pond.sub.org ([144.76.244.19]:50545 "EHLO oxygen.pond.sub.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932502AbaGURf7 (ORCPT ); Mon, 21 Jul 2014 13:35:59 -0400 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") Sender: kvm-owner@vger.kernel.org List-ID: David Marchand 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. [...]