From patchwork Fri Oct 11 08:41:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Lieven X-Patchwork-Id: 282551 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 9DA532C00C2 for ; Fri, 11 Oct 2013 19:43:08 +1100 (EST) Received: from localhost ([::1]:53084 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUYJO-0001yT-HB for incoming@patchwork.ozlabs.org; Fri, 11 Oct 2013 04:43:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUYJ4-0001xQ-4c for qemu-devel@nongnu.org; Fri, 11 Oct 2013 04:42:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUYIy-0008Ls-Jh for qemu-devel@nongnu.org; Fri, 11 Oct 2013 04:42:46 -0400 Received: from mx.ipv6.kamp.de ([2a02:248:0:51::16]:48567 helo=mx01.kamp.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUYIy-0008Ll-7v for qemu-devel@nongnu.org; Fri, 11 Oct 2013 04:42:40 -0400 Received: (qmail 19145 invoked by uid 89); 11 Oct 2013 08:42:37 -0000 Received: from [82.141.1.145] by client-16-kamp (envelope-from , uid 89) with qmail-scanner-2010/03/19-MF (clamdscan: 0.98/17955. hbedv: 8.2.12.128/7.11.107.0. spamassassin: 3.3.1. Clear:RC:1(82.141.1.145):SA:0(-1.2/5.0):. Processed in 1.089243 secs); 11 Oct 2013 08:42:37 -0000 Received: from ns.kamp-intra.net (HELO dns.kamp-intra.net) ([82.141.1.145]) by mx01.kamp.de with SMTP; 11 Oct 2013 08:42:36 -0000 X-GL_Whitelist: yes Received: from lieven-pc.kamp-intra.net (lieven-pc.kamp-intra.net [172.21.12.60]) by dns.kamp-intra.net (Postfix) with ESMTP id 245E720688; Fri, 11 Oct 2013 10:41:56 +0200 (CEST) Received: by lieven-pc.kamp-intra.net (Postfix, from userid 1000) id F3C985FA39; Fri, 11 Oct 2013 10:42:02 +0200 (CEST) From: Peter Lieven To: qemu-devel@nongnu.org Date: Fri, 11 Oct 2013 10:41:48 +0200 Message-Id: <1381480908-31490-1-git-send-email-pl@kamp.de> X-Mailer: git-send-email 1.7.9.5 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a02:248:0:51::16 Cc: kwolf@redhat.com, pbonzini@redhat.com, Peter Lieven , ronniesahlberg@gmail.com, stefanha@redhat.com Subject: [Qemu-devel] [PATCH] block/iscsi: updated copyright 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 added myself to reflect recent work on the iscsi block driver. Signed-off-by: Peter Lieven --- block/iscsi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/block/iscsi.c b/block/iscsi.c index a660a1c..ee8cdd3 100644 --- a/block/iscsi.c +++ b/block/iscsi.c @@ -2,6 +2,7 @@ * QEMU Block driver for iSCSI images * * Copyright (c) 2010-2011 Ronnie Sahlberg + * Copyright (c) 2012-2013 Peter Lieven * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal