Re: [Qemu-devel] [PATCH v2] migration: introduce decompress-error-check

2018-05-03 Thread Peter Xu
On Thu, May 03, 2018 at 04:06:11PM +0800, guangrong.x...@gmail.com wrote: > From: Xiao Guangrong > > QEMU 2.13 enables strict check for compression & decompression to > make the migration more robust, that depends on the source to fix > the internal design which triggers the unexpected error cond

Re: [Qemu-devel] [PATCH v2] migration: introduce decompress-error-check

2018-05-03 Thread Xiao Guangrong
On 05/03/2018 04:06 PM, guangrong.x...@gmail.com wrote: From: Xiao Guangrong QEMU 2.13 enables strict check for compression & decompression to make the migration more robust, that depends on the source to fix the internal design which triggers the unexpected error conditions To make it work fo

[Qemu-devel] [PATCH v2] migration: introduce decompress-error-check

2018-05-03 Thread guangrong . xiao
From: Xiao Guangrong QEMU 2.13 enables strict check for compression & decompression to make the migration more robust, that depends on the source to fix the internal design which triggers the unexpected error conditions To make it work for migrating old version QEMU to 2.13 QEMU, we introduce th