[Qemu-devel] QEMU live migration RARP issue

2016-07-20 Thread Robin Geuze
gards, Robin Geuze TransIP BV

Re: [Qemu-devel] QEMU live migration RARP issue

2016-07-20 Thread Robin Geuze
Hey Jason, We just applied that patch on 2.6.0 and retested and we can confirm that it fixes the issue. Regards, Robin Geuze TransIP BV On 7/20/2016 11:54, Jason Wang wrote: On 2016年07月20日 17:10, Robin Geuze wrote: Hey guys, A few days ago we noticed that some of our VPSes lost

Re: [Qemu-devel] Bug in virtio_net_load

2016-07-04 Thread Robin Geuze
Hey, So over the weekend we did a bunch of migrations with a bunch of different guest OSes and such and it all worked fine, so I would say the patch is working properly :) Regards, Robin Geuze On 7/1/2016 10:48, Cornelia Huck wrote: On Thu, 30 Jun 2016 20:23:08 +0300 "Michael S. Ts

Re: [Qemu-devel] Bug in virtio_net_load

2016-07-01 Thread Robin Geuze
hat. Thanks for the quick fix :D Regards, Robin Geuze TransIP BV On 7/1/2016 10:48, Cornelia Huck wrote: On Thu, 30 Jun 2016 20:23:08 +0300 "Michael S. Tsirkin" wrote: I'm not sure what was I thinking when I applied this: it changes load without changing save - how ca

[Qemu-devel] Bug in virtio_net_load

2016-06-30 Thread Robin Geuze
he read code expects and tries to read it after the vmstate_save_state data. Should we just also change the virtio_net_save code to have it follow the same order as virtio_net_load? Or will this potentially break more stuff. Regards, Robin Geuze TransIP BV