From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55508) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPuvj-0007vI-LB for qemu-devel@nongnu.org; Fri, 05 Sep 2014 10:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPuve-00041G-VH for qemu-devel@nongnu.org; Fri, 05 Sep 2014 10:56:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPuve-000414-Ly for qemu-devel@nongnu.org; Fri, 05 Sep 2014 10:55:58 -0400 Message-ID: <5409CEF9.8070808@redhat.com> Date: Fri, 05 Sep 2014 08:55:53 -0600 From: Eric Blake MIME-Version: 1.0 References: <1409926898-1737-1-git-send-email-benoit.canet@nodalink.com> <1409926898-1737-3-git-send-email-benoit.canet@nodalink.com> In-Reply-To: <1409926898-1737-3-git-send-email-benoit.canet@nodalink.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lW6VUpPRBdeNcLqvdMpWQ1c42wsNoTRSt" Subject: Re: [Qemu-devel] [PATCH 2/2] util: Add an utility infrastructure used to compute an average on a time slice List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= , qemu-devel@nongnu.org Cc: kwolf@redhat.com, armbru@redhat.com, stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --lW6VUpPRBdeNcLqvdMpWQ1c42wsNoTRSt Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 09/05/2014 08:21 AM, Beno=C3=AEt Canet wrote: > The algorithm used was defined on the list while discussing the new IO = accounting > overhaul. > See http://lists.nongnu.org/archive/html/qemu-devel/2014-08/msg04954.ht= ml >=20 > Signed-off-by: Beno=C3=AEt Canet > --- > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License as > + * published by the Free Software Foundation; either version 2 or > + * (at your option) version 3 of the License. GPLv2/3 is not as nice as GPLv2+. It prohibits your code from being used in GPLv4 if that turns out to be incompatible with both earlier versions (the way GPLv3 cannot be used with GPLv2-only). Any chance you can relax this? --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --lW6VUpPRBdeNcLqvdMpWQ1c42wsNoTRSt Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUCc75AAoJEKeha0olJ0NqHhUH/A22HrxnvxUUjpzL2rc+ab78 JEtsF1EUuR/LYU7ZibImCrWaQBqVgTV20HKsuPsu23krDXkf27ZC5/lhkNhnSZZ+ AeqNAzDM/0nQGSMTKbIzAIufYW55bnK+dgpmYpa4nBzgbrWf6n5pbF7lvP50pbqa jTrnKJBlm9cVuS27zySwjY0H5wp/Qg/bK6//8rn9H9F7Jw9XLv3Ak+cJ1+9rf3Ig C2GBe1JSlxCwiVaYSBKcIVrhZGv6J+0MIyqhK+sDB5ZgqJ2EYqJyeMmNxpOOW3fZ AVPHIyLm7UzOUcPloSVQjJeDPK3VofivrYSR3u4mPlQ7OyHj8HP6+CfyacbNMJY= =u656 -----END PGP SIGNATURE----- --lW6VUpPRBdeNcLqvdMpWQ1c42wsNoTRSt--