From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54947) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAe2B-0002qh-LW for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:23:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAe27-0007ud-L9 for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:23:51 -0500 Received: from mail.ispras.ru ([83.149.199.45]:48557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAe27-0007uT-Di for qemu-devel@nongnu.org; Mon, 12 Jan 2015 07:23:47 -0500 From: "Pavel Dovgaluk" References: <20150112115944.3504.66763.stgit@PASHA-ISP> <20150112120139.3504.47989.stgit@PASHA-ISP> <54B3BC50.2000501@redhat.com> In-Reply-To: <54B3BC50.2000501@redhat.com> Date: Mon, 12 Jan 2015 15:23:46 +0300 Message-ID: <001201d02e62$9d43bfc0$d7cb3f40$@Dovgaluk@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Language: ru Subject: Re: [Qemu-devel] [RFC PATCH v7 20/21] replay: command line options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Paolo Bonzini' , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, alex.bennee@linaro.org, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, maria.klimushenkova@ispras.ru, afaerber@suse.de, fred.konrad@greensocs.com > From: Paolo Bonzini [mailto:pbonzini@redhat.com] > On 12/01/2015 13:01, Pavel Dovgalyuk wrote: > > This patch introduces command line options for enabling recording or replaying > > virtual machine behavior. "-record" option starts recording of the execution > > and saves it into the log, specified with "fname" parameter. "-replay" option > > is intended for replaying previously saved log. > > What about just using "-icount", since it requires that? You mean adding more attributes to -icount option? Or implicitly enabling -icount with -record/replay? Pavel Dovgalyuk