From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60005) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOkpK-0005Q3-B5 for qemu-devel@nongnu.org; Fri, 20 Feb 2015 05:28:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YOkpF-0005rL-Bm for qemu-devel@nongnu.org; Fri, 20 Feb 2015 05:28:54 -0500 Received: from mail-wg0-x22d.google.com ([2a00:1450:400c:c00::22d]:43984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YOkpF-0005rB-5M for qemu-devel@nongnu.org; Fri, 20 Feb 2015 05:28:49 -0500 Received: by mail-wg0-f45.google.com with SMTP id k14so12332726wgh.4 for ; Fri, 20 Feb 2015 02:28:48 -0800 (PST) Sender: Paolo Bonzini Message-ID: <54E70C5B.6050103@redhat.com> Date: Fri, 20 Feb 2015 11:28:43 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20150218115534.4176.12578.stgit@PASHA-ISP> <20150218115753.4176.28510.stgit@PASHA-ISP> <54E49108.6060401@redhat.com> <23594.561199616$1424419399@news.gmane.org> In-Reply-To: <23594.561199616$1424419399@news.gmane.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH v9 22/23] replay: command line options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgaluk , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, maria.klimushenkova@ispras.ru, alex.bennee@linaro.org, afaerber@suse.de, fred.konrad@greensocs.com On 20/02/2015 09:02, Pavel Dovgaluk wrote: >> > >> > Is it possible to call this together with configure_icount (or even from >> > configure_icount)? > I think that it is the best place for replay_configure. > It sets replay_mode which may be checked while configuring the virtual machine. > That's why this function is called before any initialization actions. Ok, that was only a minor remark. Paolo