Re: [Qemu-devel] [PATCH v2 4/5] Allow XBZRLE encoding without enabling the capability

2013-01-30 Thread Eric Blake
On 01/30/2013 04:41 AM, Orit Wasserman wrote: > Before this fix we couldn't load a guest from > XBZRLE compressed file. s/encoding/decoding/ in the subject line. > > For example: > The user activated the XBZRLE capability > The user run migrate -d "exec:gzip -c > vm.gz" > The user won't be able

[Qemu-devel] [PATCH v2 4/5] Allow XBZRLE encoding without enabling the capability

2013-01-30 Thread Orit Wasserman
Before this fix we couldn't load a guest from XBZRLE compressed file. For example: The user activated the XBZRLE capability The user run migrate -d "exec:gzip -c > vm.gz" The user won't be able to load vm.gz and get an error. Signed-off-by: Orit Wasserman --- arch_init.c | 3 --- 1 file changed