Re: [Qemu-devel] big wait check in ram_save_iterate()

2012-12-16 Thread Paolo Bonzini
Il 15/12/2012 12:20, Peter Lieven ha scritto: > Am 15.12.2012 10:02, schrieb Paolo Bonzini: >> >>> is the check for spending > 50ms in the loop still necessary in qemu >>> 1.3.0? >> >> Yes, it helps finding the available bandwidth and tuning the downtime of >> migration. > > Aha, okay. But then it

Re: [Qemu-devel] big wait check in ram_save_iterate()

2012-12-15 Thread Peter Lieven
Am 15.12.2012 10:02, schrieb Paolo Bonzini: > >> is the check for spending > 50ms in the loop still necessary in qemu >> 1.3.0? > > Yes, it helps finding the available bandwidth and tuning the downtime of > migration. Aha, okay. But then it should also be added to block migration, shoudn't it?

Re: [Qemu-devel] big wait check in ram_save_iterate()

2012-12-15 Thread Paolo Bonzini
> is the check for spending > 50ms in the loop still necessary in qemu > 1.3.0? Yes, it helps finding the available bandwidth and tuning the downtime of migration. Paolo

[Qemu-devel] big wait check in ram_save_iterate()

2012-12-14 Thread Peter Lieven
Hi, is the check for spending > 50ms in the loop still necessary in qemu 1.3.0? Peter