From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52270) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbspD-0004Rc-NJ for qemu-devel@nongnu.org; Wed, 08 Oct 2014 11:06:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xbsp9-0005ZU-7r for qemu-devel@nongnu.org; Wed, 08 Oct 2014 11:06:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xbsp8-0005ZQ-VF for qemu-devel@nongnu.org; Wed, 08 Oct 2014 11:06:43 -0400 Message-ID: <543552FD.3030306@redhat.com> Date: Wed, 08 Oct 2014 09:06:37 -0600 From: Eric Blake MIME-Version: 1.0 References: <1412688279-8312-1-git-send-email-benoit.canet@nodalink.com> <1412688279-8312-2-git-send-email-benoit.canet@nodalink.com> In-Reply-To: <1412688279-8312-2-git-send-email-benoit.canet@nodalink.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="VHe5Cu9Qohc3KEtpb7v2iMCbeqNchHsDt" Subject: Re: [Qemu-devel] [PATCH v1 1/8] throttle: Extract timers from ThrottleState into a separate ThrottleTimers structure 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, famz@redhat.com, stefanha@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --VHe5Cu9Qohc3KEtpb7v2iMCbeqNchHsDt Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 10/07/2014 07:24 AM, Beno=C3=AEt Canet wrote: > Group throttling will share ThrottleState between multiple bs. > As a consequence the ThrottleState will be accessed by multiple aio con= text. >=20 > Timers are tied to their aio context so they must go out of the Throttl= eState structure. >=20 > This commit pave the way for each bs of a common ThrottleState to have = it's own s/it's/its/ (remember, "it's" is only acceptable if you can say "it is" in its place) > timer. >=20 > Signed-off-by: Benoit Canet > --- --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --VHe5Cu9Qohc3KEtpb7v2iMCbeqNchHsDt 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 iQEcBAEBCAAGBQJUNVL9AAoJEKeha0olJ0Nq1WYIAKNUlfEyN908S+/UWFAi4YeR PC4mgbUmv4BcXLFtVpEm5nT7XKeb/2O1y8OaQOH2rTSxiNDotNzibYz6vZkJ54yS N1AEZQDvA9tgsYF3lrlUP/wQF9bxe3HtysOwAnWOOyt/b5+4rxFiKeAjonx5A3ap ALfLxCp2E9FkiwI45nCbMBkXzXkFt0lc6iKaraTOozV/wgg1bk5cAeAjB8fkWsMa akv5uDtCBBEqwrDNlgS/B4oLldfHbkpcPjt2JoPd4k11qNUWro8l9zooiRDQMMka +9I+kwaeBBZyHl/rFuOZp+csRpP5UnnskHNzfW+lYLBaBjbTv2SDI9HcgLD+QAo= =951A -----END PGP SIGNATURE----- --VHe5Cu9Qohc3KEtpb7v2iMCbeqNchHsDt--