From patchwork Mon Jun 8 16:17:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alberto Garcia X-Patchwork-Id: 481921 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)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 839DD14016A for ; Tue, 9 Jun 2015 02:19:35 +1000 (AEST) Received: from localhost ([::1]:59071 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1zls-0003nW-I6 for incoming@patchwork.ozlabs.org; Mon, 08 Jun 2015 12:19:32 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1zlF-0002kW-CL for qemu-devel@nongnu.org; Mon, 08 Jun 2015 12:18:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z1zlA-0004Hx-Js for qemu-devel@nongnu.org; Mon, 08 Jun 2015 12:18:53 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:52016 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z1zlA-0004E7-Dk; Mon, 08 Jun 2015 12:18:48 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApgGAAnAdVVbdWOb/2dsb2JhbABcgxCBMoMeqUwFAYEEAZheAoEqTAEBAQEBAYELhCMBAQQjDwFGECUCJgICPBsZiDEBqXSjTwEBAQEGAgEfgSGEeIowBxaCUoFFBZ5YgS+GWIduh2gkYYMYPDGCRwEBAQ X-IPAS-Result: ApgGAAnAdVVbdWOb/2dsb2JhbABcgxCBMoMeqUwFAYEEAZheAoEqTAEBAQEBAYELhCMBAQQjDwFGECUCJgICPBsZiDEBqXSjTwEBAQEGAgEfgSGEeIowBxaCUoFFBZ5YgS+GWIduh2gkYYMYPDGCRwEBAQ X-IronPort-AV: E=Sophos;i="5.13,574,1427752800"; d="scan'208";a="365959362" Received: from fanzine.igalia.com ([91.117.99.155]) by smtp4.mundo-r.com with ESMTP; 08 Jun 2015 18:18:42 +0200 Received: from [192.168.13.244] (helo=perseus.local) by fanzine.igalia.com with esmtpsa (Cipher TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim) id 1Z1zl4-0004k8-79; Mon, 08 Jun 2015 18:18:42 +0200 Received: from berto by perseus.local with local (Exim 4.85) (envelope-from ) id 1Z1zl3-0007Lm-Sv; Mon, 08 Jun 2015 19:18:41 +0300 From: Alberto Garcia To: qemu-devel@nongnu.org Date: Mon, 8 Jun 2015 18:17:47 +0200 Message-Id: <07dcd4ed02f0110b13b3140f477b761b8bb8e270.1433779731.git.berto@igalia.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 212.51.32.191 Cc: Kevin Wolf , Alberto Garcia , qemu-block@nongnu.org, Max Reitz , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH v9 7/8] throttle: Update throttle infrastructure 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 Signed-off-by: Alberto Garcia Reviewed-by: Stefan Hajnoczi --- include/qemu/throttle.h | 8 +++++--- util/throttle.c | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/include/qemu/throttle.h b/include/qemu/throttle.h index 2c560db..5af76f0 100644 --- a/include/qemu/throttle.h +++ b/include/qemu/throttle.h @@ -1,10 +1,12 @@ /* * QEMU throttling infrastructure * - * Copyright (C) Nodalink, SARL. 2013 + * Copyright (C) Nodalink, EURL. 2013-2014 + * Copyright (C) Igalia, S.L. 2015 * - * Author: - * Benoît Canet + * Authors: + * Benoît Canet + * Alberto Garcia * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/util/throttle.c b/util/throttle.c index d76a48e..706c131 100644 --- a/util/throttle.c +++ b/util/throttle.c @@ -1,10 +1,12 @@ /* * QEMU throttling infrastructure * - * Copyright (C) Nodalink, SARL. 2013 + * Copyright (C) Nodalink, EURL. 2013-2014 + * Copyright (C) Igalia, S.L. 2015 * - * Author: - * Benoît Canet + * Authors: + * Benoît Canet + * Alberto Garcia * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as