From patchwork Mon Mar 30 14:16:19 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alberto Garcia X-Patchwork-Id: 456194 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 DCE1414015A for ; Tue, 31 Mar 2015 01:18:30 +1100 (AEDT) Received: from localhost ([::1]:34210 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcaWK-0005b1-Ny for incoming@patchwork.ozlabs.org; Mon, 30 Mar 2015 10:18:28 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcaVB-0003gb-3u for qemu-devel@nongnu.org; Mon, 30 Mar 2015 10:17:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YcaV5-0003Tl-KC for qemu-devel@nongnu.org; Mon, 30 Mar 2015 10:17:16 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:24365 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YcaV5-0003Po-De for qemu-devel@nongnu.org; Mon, 30 Mar 2015 10:17:11 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0FADFaGVVbdWOb/2dsb2JhbABcgwaBLoMTrwYFAXuDBZURAoE0TAEBAQEBAX2EFQEFIw8BRhAlAiYCAjwbGYgzAbFlmGgBAQgCAR+BIYRuihIHFoJSgUUFixaPOoEcjCGGeCKDcTsxgkMBAQE X-IPAS-Result: Ai0FADFaGVVbdWOb/2dsb2JhbABcgwaBLoMTrwYFAXuDBZURAoE0TAEBAQEBAX2EFQEFIw8BRhAlAiYCAjwbGYgzAbFlmGgBAQgCAR+BIYRuihIHFoJSgUUFixaPOoEcjCGGeCKDcTsxgkMBAQE X-IronPort-AV: E=Sophos;i="5.11,494,1422918000"; d="scan'208";a="343829514" Received: from fanzine.igalia.com ([91.117.99.155]) by smtp4.mundo-r.com with ESMTP; 30 Mar 2015 16:16:29 +0200 Received: from maestria.local.igalia.com ([192.168.10.14] helo=mail.igalia.com) by fanzine.igalia.com with esmtps (Cipher TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim) id 1YcaUP-0007KU-Of; Mon, 30 Mar 2015 16:16:29 +0200 Received: from fanzine.local.igalia.com ([192.168.10.13] helo=perseus.local) by mail.igalia.com with esmtps (Cipher TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim) id 1YcaUH-0004Cn-7T; Mon, 30 Mar 2015 16:16:21 +0200 Received: from berto by perseus.local with local (Exim 4.84) (envelope-from ) id 1YcaUG-0005YV-1E; Mon, 30 Mar 2015 17:16:20 +0300 From: Alberto Garcia To: qemu-devel@nongnu.org Date: Mon, 30 Mar 2015 17:16:19 +0300 Message-Id: <85cda43b998cb349495c8dfa5e5603d8d05f686b.1427723718.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 , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH 7/7] 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 --- 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