From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwsSn-0006Gf-ML for qemu-devel@nongnu.org; Thu, 02 Aug 2012 06:17:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwsSj-0003yA-Qk for qemu-devel@nongnu.org; Thu, 02 Aug 2012 06:17:05 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:57525) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwsSj-0003xy-Ks for qemu-devel@nongnu.org; Thu, 02 Aug 2012 06:17:01 -0400 Received: by weyz53 with SMTP id z53so5687350wey.4 for ; Thu, 02 Aug 2012 03:17:01 -0700 (PDT) From: "=?UTF-8?q?Beno=C3=AEt=20Canet?=" Date: Thu, 2 Aug 2012 12:16:33 +0200 Message-Id: <1343902604-13981-2-git-send-email-benoit@irqsave.net> In-Reply-To: <1343902604-13981-1-git-send-email-benoit@irqsave.net> References: <1343902604-13981-1-git-send-email-benoit@irqsave.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] =?utf-8?q?=5BRFC_01/12=5D_qorum=3A_Add_GPL_v2+_heade?= =?utf-8?q?r_file=2E?= List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@linux.vnet.ibm.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= Signed-off-by: Benoit Canet --- block/qorum.c | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 block/qorum.c diff --git a/block/qorum.c b/block/qorum.c new file mode 100644 index 0000000..3341021 --- /dev/null +++ b/block/qorum.c @@ -0,0 +1,15 @@ +/* + * Qorum Block filter + * + * Copyright (C) Nodalink, SARL. 2012 + * + * Author: + * BenoƮt Canet + * + * Based on the design and code of blkverify.c (Copyright (C) 2010 IBM, Corp) + * and blkmirror.c (Copyright (C) 2011 Red Hat, Inc). + * + * This work is licensed under the terms of the GNU GPL, version 2 or later. + * See the COPYING file in the top-level directory. + */ + -- 1.7.9.5