From patchwork Tue Mar 10 15:30:50 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alberto Garcia X-Patchwork-Id: 448551 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 EB8311400DE for ; Wed, 11 Mar 2015 02:32:36 +1100 (AEDT) Received: from localhost ([::1]:49620 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVM94-00044Z-PM for incoming@patchwork.ozlabs.org; Tue, 10 Mar 2015 11:32:35 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVM8S-00037b-E7 for qemu-devel@nongnu.org; Tue, 10 Mar 2015 11:32:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVM8N-0007tp-Sb for qemu-devel@nongnu.org; Tue, 10 Mar 2015 11:31:55 -0400 Received: from smtp3.mundo-r.com ([212.51.32.191]:12985 helo=smtp4.mundo-r.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVM8N-0007Zc-Ln for qemu-devel@nongnu.org; Tue, 10 Mar 2015 11:31:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsMAGUN/1RbdWOb/2dsb2JhbABcgwaBLIMKrR0BAQEBAQUBdoJ+iQaLbgKBMU0BAQEBAQF8hBABBSMPAUYQJQImAgI8GxmIMwGoDpt0AQEBAQYBAQEBHoEhhGmJewcWglKBRQWZYoEai3uGXyODcDwxgkMBAQE X-IPAS-Result: AjsMAGUN/1RbdWOb/2dsb2JhbABcgwaBLIMKrR0BAQEBAQUBdoJ+iQaLbgKBMU0BAQEBAQF8hBABBSMPAUYQJQImAgI8GxmIMwGoDpt0AQEBAQYBAQEBHoEhhGmJewcWglKBRQWZYoEai3uGXyODcDwxgkMBAQE X-IronPort-AV: E=Sophos;i="5.11,375,1422918000"; d="scan'208";a="326677567" Received: from fanzine.igalia.com ([91.117.99.155]) by smtp4.mundo-r.com with ESMTP; 10 Mar 2015 16:30:59 +0100 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 1YVM7X-0005eS-Am; Tue, 10 Mar 2015 16:30:59 +0100 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 1YVM7Q-00012s-CR; Tue, 10 Mar 2015 16:30:52 +0100 Received: from berto by perseus.local with local (Exim 4.84) (envelope-from ) id 1YVM7P-0006GV-3n; Tue, 10 Mar 2015 17:30:51 +0200 From: Alberto Garcia To: qemu-devel@nongnu.org Date: Tue, 10 Mar 2015 17:30:50 +0200 Message-Id: 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 6/6] 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