"Li, Liang Z" wrote:
>> Reviewing patch 8, I found that we need to fix some things here.
>>
>> > +static int ram_save_compressed_page(QEMUFile *f, RAMBlock *block,
>> > +ram_addr_t offset, bool
>> > +last_stage) {
>> > +int bytes_sent = -1;
>> > +
>> > +
> Reviewing patch 8, I found that we need to fix some things here.
>
> > +static int ram_save_compressed_page(QEMUFile *f, RAMBlock *block,
> > +ram_addr_t offset, bool
> > +last_stage) {
> > +int bytes_sent = -1;
> > +
> > +/* To be done*/
> > +
> > +
Liang Li wrote:
> Add the code to create and destroy the multiple threads those will
> be used to do data compression. Left some functions empty to keep
> clearness, and the code will be added later.
>
> Signed-off-by: Liang Li
> Signed-off-by: Yang Zhang
> Reviewed-by: Dr.David Alan Gilbert
A
Liang Li wrote:
> Add the code to create and destroy the multiple threads those will
> be used to do data compression. Left some functions empty to keep
> clearness, and the code will be added later.
>
> Signed-off-by: Liang Li
> Signed-off-by: Yang Zhang
> Reviewed-by: Dr.David Alan Gilbert
/
Liang Li wrote:
> Add the code to create and destroy the multiple threads those will
> be used to do data compression. Left some functions empty to keep
> clearness, and the code will be added later.
>
> Signed-off-by: Liang Li
> Signed-off-by: Yang Zhang
> Reviewed-by: Dr.David Alan Gilbert
R
Add the code to create and destroy the multiple threads those will
be used to do data compression. Left some functions empty to keep
clearness, and the code will be added later.
Signed-off-by: Liang Li
Signed-off-by: Yang Zhang
Reviewed-by: Dr.David Alan Gilbert
---
arch_init.c