From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33525) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTUez-00084Z-T6 for qemu-devel@nongnu.org; Mon, 15 Sep 2014 07:41:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTUeq-000096-On for qemu-devel@nongnu.org; Mon, 15 Sep 2014 07:41:33 -0400 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:42020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTUeq-000090-Iv for qemu-devel@nongnu.org; Mon, 15 Sep 2014 07:41:24 -0400 Received: by mail-wg0-f41.google.com with SMTP id k14so3781383wgh.12 for ; Mon, 15 Sep 2014 04:41:21 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5416D055.5040604@redhat.com> Date: Mon, 15 Sep 2014 13:41:09 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1406282193-9664-1-git-send-email-sebastian.tanase@openwide.fr> <1406282193-9664-2-git-send-email-sebastian.tanase@openwide.fr> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH V5 1/6] icount: Add QemuOpts for icount List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: TeLeMan , Sebastian Tanase Cc: Kevin Wolf , Peter Maydell , jeremy.rosen@openwide.fr, wenchaoqemu@gmail.com, Juan Quintela , alex@alex.org.uk, "Michael S. Tsirkin" , aliguori@amazon.com, qemu-devel , armbru@redhat.com, michael@walle.cc, camille.begue@openwide.fr, Stefan Hajnoczi , crobinso@redhat.com, Luiz Capitulino , pierre.lemagourou@openwide.fr, =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , rth@twiddle.net Il 15/09/2014 09:04, TeLeMan ha scritto: >> > - configure_icount(icount_option); > When icount_opts is null, seqlock_init() & vmstate_register() in > configure_icount() cannot be executed. > There's already a pull request sent with a fix. Paolo