qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v3 0/2] Fix flaw of qemu_put_compression_data


From: Li, Liang Z
Subject: Re: [Qemu-devel] [PATCH v3 0/2] Fix flaw of qemu_put_compression_data
Date: Wed, 9 Mar 2016 08:41:41 +0000

> -----Original Message-----
> From: Li, Liang Z
> Sent: Thursday, February 25, 2016 11:50 AM
> To: address@hidden; address@hidden
> Cc: address@hidden; address@hidden;
> address@hidden; Li, Liang Z
> Subject: [PATCH v3 0/2] Fix flaw of qemu_put_compression_data
> 
> The implementation of qemu_put_compression_data only consider the case
> QEMUFile is writable, it can't work with a writable QEMUFile and does not
> provide any measure to prevent users from using it with a writable QEMUFile.
> For safety, it should be improved to avoid some issues.
> 
> ram_save_compressed_page can be refined based on the change of
> qemu_put_compression_data, very small improvement, but code looks
> better.
> 
> Liang Li (2):
>   qemu-file: Fix qemu_put_compression_data flaw
>   migration: refine ram_save_compressed_page
> 
>  migration/qemu-file.c |   23 +++++++++++++++++++++--
>  migration/ram.c       |   34 ++++++++++++++++++----------------
>  2 files changed, 39 insertions(+), 18 deletions(-)

Hi Juan & Amit,

How about this patch set?

Liang



reply via email to

[Prev in Thread] Current Thread [Next in Thread]