qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 09/12] rtl8139: adding new fields to vmstate


From: Pavel Dovgaluk
Subject: Re: [Qemu-devel] [PATCH 09/12] rtl8139: adding new fields to vmstate
Date: Wed, 27 Aug 2014 14:15:41 +0400

> From: Paolo Bonzini [mailto:address@hidden On Behalf Of Paolo Bonzini
> Il 26/08/2014 09:15, Pavel Dovgalyuk ha scritto:
> > This patch adds virtual clock-dependent timers to VMState to allow correct
> > saving and restoring the state of RTL8139 network controller.
> >
> > Signed-off-by: Pavel Dovgalyuk <address@hidden>
> > ---
> >  hw/net/rtl8139.c |   50 ++++++++++++++++++++++++++++++++++++++++++++++++--
> >  1 files changed, 48 insertions(+), 2 deletions(-)
> 
> 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?

Pavel Dovgalyuk




reply via email to

[Prev in Thread] Current Thread [Next in Thread]