From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMaOL-0001pH-Q7 for qemu-devel@nongnu.org; Wed, 27 Aug 2014 06:23:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XMaOE-0000db-AI for qemu-devel@nongnu.org; Wed, 27 Aug 2014 06:23:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XMaOE-0000dX-2H for qemu-devel@nongnu.org; Wed, 27 Aug 2014 06:23:42 -0400 Message-ID: <53FDB1A5.9090208@redhat.com> Date: Wed, 27 Aug 2014 12:23:33 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140826071427.1672.48119.stgit@PASHA-ISP> <20140826071519.1672.54843.stgit@PASHA-ISP> <53FC4B0D.6000906@redhat.com> <000f01cfc1df$db77c100$92674300$@Dovgaluk@ispras.ru> In-Reply-To: <000f01cfc1df$db77c100$92674300$@Dovgaluk@ispras.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 09/12] rtl8139: adding new fields to vmstate List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Dovgaluk , qemu-devel@nongnu.org Cc: zealot351@gmail.com, maria.klimushenkova@ispras.ru Il 27/08/2014 12:15, Pavel Dovgaluk ha scritto: >> > Again, this is only needed in your record/replay system (and you haven't >> > yet quite explained why the design has this limitation), so it should >> > not be a part of this series. > I see. Updating s->timer and s->TimerExpire in post_load will be enough? In theory it should be done already, I guess it's not deterministic enough though. Have you tried my patch to rewrite the timer stuff? Paolo