From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35611) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjWg2-0008R4-G2 for qemu-devel@nongnu.org; Wed, 29 Oct 2014 13:05:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjWft-0004kp-H8 for qemu-devel@nongnu.org; Wed, 29 Oct 2014 13:04:54 -0400 Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:43545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjWft-0004jg-9U for qemu-devel@nongnu.org; Wed, 29 Oct 2014 13:04:45 -0400 Received: by mail-lb0-f171.google.com with SMTP id u10so914722lbd.2 for ; Wed, 29 Oct 2014 10:04:42 -0700 (PDT) Received: from [10.30.10.50] ([213.243.91.10]) by mx.google.com with ESMTPSA id x7sm836372lad.13.2014.10.29.10.04.40 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 29 Oct 2014 10:04:41 -0700 (PDT) Message-ID: <54511E21.10208@gmail.com> Date: Wed, 29 Oct 2014 20:04:33 +0300 From: Sergey Fedorov MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Timer list lock contention List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi! I am wondering is there any case when timer list lock could be under contention? Thanks, Serge