t;> devel-bounces+liang.z.li=intel@nongnu.org] On Behalf Of Juan
> >> devel-bounces+Quintela
> >> Sent: Tuesday, February 23, 2016 5:57 PM
> >> To: Li, Liang Z
> >> Cc: amit.s...@redhat.com; zhang.zhanghaili...@huawei.com; qemu-
> >
l-bounces+liang.z.li=intel@nongnu.org] On Behalf Of Juan Quintela
>> Sent: Tuesday, February 23, 2016 5:57 PM
>> To: Li, Liang Z
>> Cc: amit.s...@redhat.com; zhang.zhanghaili...@huawei.com; qemu-
>> de...@nongnu.org; dgilb...@redhat.com
>> Subject: Re: [Qemu-devel]
Z
> Cc: amit.s...@redhat.com; zhang.zhanghaili...@huawei.com; qemu-
> de...@nongnu.org; dgilb...@redhat.com
> Subject: Re: [Qemu-devel] [PATCH RESEND v2 1/2] qemu-file: Fix
> qemu_put_compression_data flaw
>
> "Li, Liang Z" wrote:
> > Ping ...
> >
> > Liang
"Li, Liang Z" wrote:
> Ping ...
>
> Liang
Hi
>> We should fix this flaw to make it works with writable QEMUFile.
>>
>> Signed-off-by: Liang Li
>> ---
>> migration/qemu-file.c | 23 +--
>> 1 file changed, 21 insertions(+), 2 deletions(-)
>>
>> diff --git a/migration/qemu-f
Ping ...
Liang
> -Original Message-
> From: Li, Liang Z
> Sent: Friday, January 15, 2016 6:06 PM
> To: qemu-devel@nongnu.org
> Cc: quint...@redhat.com; amit.s...@redhat.com; dgilb...@redhat.com;
> zhang.zhanghaili...@huawei.com; Li, Liang Z
> Subject: [PATCH RESEND v2 1/2] qemu-file: Fix
Current qemu_put_compression_data can only work with no writable
QEMUFile, and can't work with the writable QEMUFile. But it does
not provide any measure to prevent users from using it with a
writable QEMUFile.
We should fix this flaw to make it works with writable QEMUFile.
Signed-off-by: Liang