From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxapV-0006nv-Dp for qemu-devel@nongnu.org; Wed, 27 May 2015 08:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YxapP-0006Ij-W0 for qemu-devel@nongnu.org; Wed, 27 May 2015 08:53:05 -0400 Received: from mail-wg0-x230.google.com ([2a00:1450:400c:c00::230]:33771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YxapP-0006Ib-Oo for qemu-devel@nongnu.org; Wed, 27 May 2015 08:52:59 -0400 Received: by wgez8 with SMTP id z8so8676103wge.0 for ; Wed, 27 May 2015 05:52:59 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5565BE27.4070202@redhat.com> Date: Wed, 27 May 2015 14:52:55 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1432727523-2008-1-git-send-email-victor.clement@openwide.fr> In-Reply-To: <1432727523-2008-1-git-send-email-victor.clement@openwide.fr> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] implement a new icount_no_rt mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Victor CLEMENT , qemu-devel@nongnu.org Cc: francois.guerret@hotmail.fr On 27/05/2015 13:52, Victor CLEMENT wrote: > To use this mode, one need to modify some emulators to simulate scenario > using the virtual clock and report some events using the virtual clock > too. > This kind of changes cannot be generic as the scenario will depend > on the tested application, so modified emulators are not part of this > patch set. There should be no need to modify device models if you use "-rtc clock=vm". Or are there other cases besides RTC devices? Paolo