> > > > Hi Liang, > > > > I should be able to look into it this week if you help me with testing. > > > > Thanks, > > Ladi > > Please try the attached patch. I have tested it with a simple 'migrate' to > save > the state and then '-incoming' to load it back. >
Thanks for your work. I have already saw your v3 patch, so I will test that one. > One question for you: is it expected that stats_poll_interval is not preserved > by save/load? I had to explicitly set guest-stats-polling-interval on the Yes, I found that too. And I am not quite sure about that. IMO, ' stats_poll_interval ' should be treated as part of device state as well as the ' stats_vq_elem ', but they are not contained at the very beginning. > receiving VM to start getting stats again. It's also the reason why the new > virtio_balloon_receive_stats call is not under if > (balloon_stats_enabled(s)) because this condition always evaluates to false > for me. Thanks! Liang