From patchwork Thu Aug 2 10:16:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Benoit Canet X-Patchwork-Id: 174713 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9D1F42C00A1 for ; Thu, 2 Aug 2012 20:17:37 +1000 (EST) Received: from localhost ([::1]:60294 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwsTH-0006Zx-2o for incoming@patchwork.ozlabs.org; Thu, 02 Aug 2012 06:17:35 -0400 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=BD3js/lKppDfJ0P/Zd7PYQbSS+vYVhAqwduauvNWhoQ=; b=LP6klzbsIH6zRDeV6PIsg7tKlRCgvH8XSkGDiGyak7Y4/GO+iaiTU4JXy19i02LN8B 0RKpbS6p7FEIPystSykXhBFE2Yg/+qzdm3/9y7nRvZ1A+E2DfQkBljXHdlidiw141mer LG1MXugjB8YT0sUz/pQnVVrCfICvqiMHtO3UAWBCDM8lZLf+yF4ac3NRvwtEXc46MvhA CuWSAPqsdU4vgf0Z58BNon79ExSmdJWnxTLt+EqAH2DFCtHz8D+vygnLtQSD7QkwZfe5 6CsdV/Uqq3gb/rB2Pj7+jfWDEgNw6V8ftbn05aP/aZO6YNfeVvsCA5KwdsWfxFnJDZ2F fHng== Received: by 10.180.107.103 with SMTP id hb7mr3521139wib.3.1343902620800; Thu, 02 Aug 2012 03:17:00 -0700 (PDT) Received: from Laure.box.in.irqsave.net (paradis.irqsave.net. [109.190.18.76]) by mx.google.com with ESMTPS id bc2sm16181243wib.0.2012.08.02.03.16.59 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 02 Aug 2012 03:17:00 -0700 (PDT) From: "=?UTF-8?q?Beno=C3=AEt=20Canet?=" To: qemu-devel@nongnu.org Date: Thu, 2 Aug 2012 12:16:33 +0200 Message-Id: <1343902604-13981-2-git-send-email-benoit@irqsave.net> X-Mailer: git-send-email 1.7.9.5 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 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.173 Cc: kwolf@redhat.com, pbonzini@redhat.com, stefanha@linux.vnet.ibm.com, =?UTF-8?q?Beno=C3=AEt=20Canet?= Subject: [Qemu-devel] =?utf-8?q?=5BRFC_01/12=5D_qorum=3A_Add_GPL_v2+_heade?= =?utf-8?q?r_file=2E?= X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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. + */ +