Re: [Qemu-devel] [PATCH v7 00/11] XBRLE delta for live migration of large memory app

2012-02-24 Thread Stefan Hajnoczi
On Thu, Jan 26, 2012 at 04:24:46PM +0200, Orit Wasserman wrote: > Changes from v6: > 1) add assert checks to ULEB encoding/decoding > 2) no need to send last zero run I took a quick look and I think the things I pointed out in previous versions have been addressed. I did not review the live mig

[Qemu-devel] [PATCH v7 00/11] XBRLE delta for live migration of large memory app

2012-01-26 Thread Orit Wasserman
Changes from v6: 1) add assert checks to ULEB encoding/decoding 2) no need to send last zero run Changes from v5: 1) Add migration capabilities 2) Use ULEB to encode run length 3) Do not send unmodified (dirty) page 3) Fix other patch comments Using GCache or GHashTable requires allocat